mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
feat: 迁移layui-quote-gray
This commit is contained in:
14
source/components/blockquote/layui-quote-gray/_index.md
Normal file
14
source/components/blockquote/layui-quote-gray/_index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
需要layui.css
|
||||
|
||||
如果没有加载layui.css,在系统中添加如下样式:
|
||||
|
||||
```css
|
||||
.layui-elem-quote {
|
||||
margin-bottom: 10px;
|
||||
padding: 15px;
|
||||
line-height: 1.6;
|
||||
border-left: 5px solid #5FB878;
|
||||
border-radius: 0 2px 2px 0;
|
||||
background-color: #FAFAFA
|
||||
}
|
||||
Reference in New Issue
Block a user