From 98479ee6b5db4554ac8bc40d3a2ba632967c6d33 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 26 Jun 2021 16:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8C=BA=E5=9D=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/blockquote.html | 24 ++++++++++++++++++++++++ public/cdn/layui-ul-change.css | 2 -- public/cdn/layui-ul.css | 6 ++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 demo/blockquote.html diff --git a/demo/blockquote.html b/demo/blockquote.html new file mode 100644 index 0000000..637094b --- /dev/null +++ b/demo/blockquote.html @@ -0,0 +1,24 @@ +
+ 更多风格的区块 +
+
+
灰色区块
+
+

需要layui.css

+

如果没有加载layui.css,在系统中添加如下样式:

+ +

+    
+
+
+  
+
\ No newline at end of file diff --git a/public/cdn/layui-ul-change.css b/public/cdn/layui-ul-change.css index 9de5877..f42ab68 100644 --- a/public/cdn/layui-ul-change.css +++ b/public/cdn/layui-ul-change.css @@ -76,8 +76,6 @@ .layui-elem-quote{ border-color: #66CCFF; - background-color: #f0f0f0; - color: #666; } .layui-laydate td.layui-this{ diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 70bc921..2319539 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -1223,3 +1223,9 @@ white-space : nowrap; overflow : hidden; } + +.layui-quote-gray{ + background-color: #f0f0f0; + color: #666; + border-left-color: #ddd; +} \ No newline at end of file