feat: 迁移layui-quote-gray

This commit is contained in:
augushong
2025-08-15 09:39:12 +08:00
parent f3c58f1acd
commit e30bc1e2a3
10 changed files with 39 additions and 38 deletions

View File

@@ -1,3 +1,4 @@
@import './blockquote/layui-quote-gray/index';
@import './card/ul-card-avatar-info/index';
@import './card/ul-card-data-a/index';
@import './card/ul-card-data-simple/index';

View File

@@ -0,0 +1,6 @@
title=layui-quote-gray
padding=0
margin=0
gray=0
mobile=0
inner_margin=0

View File

@@ -0,0 +1 @@
<div class="layui-elem-quote layui-quote-gray">灰色区块</div>

View 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
}

View File

@@ -0,0 +1,5 @@
<?php
return [
];

View File

@@ -0,0 +1,5 @@
.layui-quote-gray {
background-color : #f0f0f0;
color : #666;
border-left-color: #ddd;
}

View File

@@ -678,13 +678,6 @@
body .layui-quote-gray {
background-color : #f0f0f0;
color : #666;
border-left-color: #ddd;
}
.ul-doc-info-page-list {
padding: 15px;
color : #999;