diff --git a/demo/card.html b/demo/card.html index 2ea2e0c..483ac92 100644 --- a/demo/card.html +++ b/demo/card.html @@ -1,18 +1,20 @@
卡片A
-
-
-
- -
-
-
-
- 卡片标题 -
-
- 这是卡片说明 +
+
+
+
+ +
+
+
+
+ 卡片标题 +
+
+ 这是卡片说明 +
diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index bde8e01..7b6c04e 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -58,6 +58,16 @@ background-color: #fff; } +.ul-common-flex-list{ + display: flex; + flex-wrap: wrap; +} +.ul-common-flex-sb { + display: flex; + align-items: center; + justify-content: space-between; +} + /* 通用类结束 */ /* 用户头像开始 */ @@ -709,6 +719,8 @@ color: #516073; padding: 15px; cursor: pointer; + margin-right: 15px; + margin-bottom: 15px; } .ul-card-a-left { width: 40%; @@ -782,11 +794,6 @@ border-bottom: 1px dotted #d9d9d9; } -.ul-common-flex-sb { - display: flex; - align-items: center; - justify-content: space-between; -} .ul-card-bank-body { height: 40px; padding: 10px 10px 20px 0;