diff --git a/application/admin/view/orderplan/index.html b/application/admin/view/orderplan/index.html index 4fd5607..e245af0 100644 --- a/application/admin/view/orderplan/index.html +++ b/application/admin/view/orderplan/index.html @@ -45,6 +45,22 @@
+
+
+
+
+ 进行中的订单 +
+
+
+ 0 / 0 / 0 / 0 +
+
+ 待派单 / 待接单 / 待上门 / 服务中 +
+
+
+
@@ -100,12 +116,10 @@
-
+
-

报错

-

单位/笔

详情> @@ -118,12 +132,10 @@
-
+
-

待配置

-

单位/笔

详情> @@ -136,12 +148,10 @@
-
+
-

待审核

-

单位/笔

详情> @@ -154,12 +164,10 @@
-
+
-

待回访

-

单位/笔

详情> @@ -172,12 +180,10 @@
-
+
-

待售后

-

单位/笔

详情> @@ -190,12 +196,10 @@
-
+
-

开票

-

单位/笔

详情> @@ -246,24 +250,6 @@
- -
-
-
-
-
- 进行中的订单 -
-
-
- 0 / 0 / 0 / 0 -
-
- 待派单 / 待接单 / 待上门 / 服务中 -
-
-
-
订单数据
@@ -682,10 +668,11 @@ .order-count-title { background-color: #c389f6; - color: #7b38b7; + color: #FFFFFF; padding: 5px; border-radius: 20px; font-size: 14px; + font-weight: bold; } .order-count-plan { @@ -699,12 +686,12 @@ .order-count-num { font-size: 20px; margin: 10px 0; - color: #292e39; + color: rgba(0, 0, 0, 0.9); } .order-count-num-sub { font-size: 12px; - color: #C9C5C5; + color: rgba(0, 0, 0, 0.5); } .static-plan{ display: flex; @@ -732,9 +719,11 @@ } .static-text-num{ font-size: 16px; + font-weight: bold; + color: rgba(0, 0, 0, 0.9); } .static-text-sub{ - color: #C9C5C5; + color: rgba(0, 0, 0, 0.5); font-size: 12px; } .rank-plan{ @@ -800,7 +789,11 @@ flex: 1; } .service-content-sub{ - color: #ccc; + color: rgba(0, 0, 0, 0.5); font-size: 12px; } - \ No newline at end of file + + .service-content-title { + color: rgba(0, 0, 0, 0.9); + } +