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