-
-
-
-
-
-
- 盈亏总额(元)
+
+
+
+
-
- 0.00
+
+
+
+
+
+
+
+
+ 盈亏总额(元)
+
+
+ 0.00
+
+
+
+
-
-
+
-
-
-
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/source/scss/card/_index.scss b/source/scss/card/_index.scss
new file mode 100644
index 0000000..14627ae
--- /dev/null
+++ b/source/scss/card/_index.scss
@@ -0,0 +1 @@
+@import './ul-card-simple-icon';
\ No newline at end of file
diff --git a/source/scss/card/_ul-card-simple-icon.scss b/source/scss/card/_ul-card-simple-icon.scss
new file mode 100644
index 0000000..e516ad9
--- /dev/null
+++ b/source/scss/card/_ul-card-simple-icon.scss
@@ -0,0 +1,29 @@
+.ul-card-simple-icon {
+ display : inline-block;
+ margin-right : 15px;
+ margin-bottom : 15px;
+ box-shadow : 0 2px 12px 0 #bbb;
+ border-radius : 4px;
+ border : 1px solid #ebeef5;
+ background-color: #fff;
+ box-sizing : border-box;
+ width : 100px;
+ padding : 10px;
+
+ text-align: center;
+
+ .ul-card-simple-icon-image {
+ width : 80px;
+ height : 80px;
+ background-size : cover;
+ background-position: center;
+ display : inline-block;
+ }
+
+ .ul-card-simple-icon-title {
+ border-top : 2px solid #ebeef5;
+ margin-top : 8px;
+ padding-top: 8px;
+ }
+
+}
\ No newline at end of file
diff --git a/source/scss/layui-ul.scss b/source/scss/layui-ul.scss
index f1e30b3..9baef86 100644
--- a/source/scss/layui-ul.scss
+++ b/source/scss/layui-ul.scss
@@ -3,6 +3,7 @@
@import './nav/index';
@import './form/index';
@import './fieldset/index';
+@import './card/index';
/* 头部开始 */