mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移layui-quote-gray
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
<fieldset class="layui-elem-field layui-field-title">
|
|
||||||
<legend>更多风格的区块</legend>
|
|
||||||
<div class="layui-field-box">
|
|
||||||
<div class="ul-padding-md">
|
|
||||||
<div class="layui-elem-quote layui-quote-gray">灰色区块</div>
|
|
||||||
</div>
|
|
||||||
<p class="layui-word-aux">需要layui.css</p>
|
|
||||||
<p class="layui-word-aux">如果没有加载layui.css,在系统中添加如下样式:</p>
|
|
||||||
|
|
||||||
<pre class="layui-code demo-js"></pre>
|
|
||||||
<style class="demo-js-src">
|
|
||||||
.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
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
@@ -658,6 +658,12 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-quote-gray {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
color: #666;
|
||||||
|
border-left-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.ul-card-avatar-info .main {
|
.ul-card-avatar-info .main {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
background-color: #1E9FFF;
|
background-color: #1E9FFF;
|
||||||
@@ -3086,12 +3092,6 @@
|
|||||||
background-color: #908b8b;
|
background-color: #908b8b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .layui-quote-gray {
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
color: #666;
|
|
||||||
border-left-color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ul-doc-info-page-list {
|
.ul-doc-info-page-list {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|||||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
|
|||||||
|
@import './blockquote/layui-quote-gray/index';
|
||||||
@import './card/ul-card-avatar-info/index';
|
@import './card/ul-card-avatar-info/index';
|
||||||
@import './card/ul-card-data-a/index';
|
@import './card/ul-card-data-a/index';
|
||||||
@import './card/ul-card-data-simple/index';
|
@import './card/ul-card-data-simple/index';
|
||||||
|
|||||||
6
source/components/blockquote/layui-quote-gray/_index.env
Normal file
6
source/components/blockquote/layui-quote-gray/_index.env
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
title=layui-quote-gray
|
||||||
|
padding=0
|
||||||
|
margin=0
|
||||||
|
gray=0
|
||||||
|
mobile=0
|
||||||
|
inner_margin=0
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<div class="layui-elem-quote layui-quote-gray">灰色区块</div>
|
||||||
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
|
||||||
|
}
|
||||||
5
source/components/blockquote/layui-quote-gray/_index.php
Normal file
5
source/components/blockquote/layui-quote-gray/_index.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
];
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
.layui-quote-gray {
|
||||||
|
background-color : #f0f0f0;
|
||||||
|
color : #666;
|
||||||
|
border-left-color: #ddd;
|
||||||
|
}
|
||||||
@@ -678,13 +678,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
body .layui-quote-gray {
|
|
||||||
background-color : #f0f0f0;
|
|
||||||
color : #666;
|
|
||||||
border-left-color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.ul-doc-info-page-list {
|
.ul-doc-info-page-list {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
color : #999;
|
color : #999;
|
||||||
|
|||||||
Reference in New Issue
Block a user