From 4b985dc382a679600bdf73a546bb9c752890efaa Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 30 Mar 2021 12:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/title.html | 48 +++++++++++++++++++++++++++++++++++++++++ public/cdn/layui-ul.css | 18 ++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 demo/title.html diff --git a/demo/title.html b/demo/title.html new file mode 100644 index 0000000..7f3c2d1 --- /dev/null +++ b/demo/title.html @@ -0,0 +1,48 @@ +
+ 标题1号 +
+
+
+
+ 精品酒店 +
+
+ Boutique Hotel +
+
+ +
+
+
+
+
+
+ 精品酒店 +
+
+ Boutique Hotel +
+
+ +
+
+
+
+
+
+ 精品酒店 +
+
+ Boutique Hotel +
+
+ +
+
+
+ + + + +
+
\ No newline at end of file diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 6a34ee0..817e020 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -342,4 +342,22 @@ .ul-card-list .layui-card:last-child { margin-bottom: 15px; +} + +.ul-title{ + text-align: center; + line-height: 1.5; +} + +.ul-title-main{ + font-size: 16px; +} + +.ul-title-plus{ + color: #999; +} + +.ul-title-line{ + border-top: 2px solid #666; + margin-top: 8px; } \ No newline at end of file