diff --git a/view/css/admin_style.css b/view/css/admin_style.css index 21b1411..5bda095 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -218,14 +218,14 @@ body{ font-size: 16px; font-family: PingFangSC-Regular; color: #636C78; - margin-top: 21px; + margin-top: 17px; } .admin-card-text-2{ height: 28px; font-size: 28px; font-family: DINAlternate-Bold; color: #000000; - margin-top: 39px; + margin-top: 34px; } .admin-card-text-2 span{ width: 14px; @@ -240,7 +240,7 @@ body{ font-size: 12px; font-family: PingFangSC-Regular; color: #5F5F5F; - margin-top: 39px; + margin-top: 56px; } .admin-card-text-4{ height: 12px; @@ -254,7 +254,7 @@ body{ font-size: 14px; font-family: PingFangSC-Regular; color: #F21019; - margin-top: 25px; + margin-top: 54px; overflow-y: auto; } .admin-index-bottom-item{ @@ -870,4 +870,80 @@ body{ .admin-index-top-item-header-right li{ margin-left: 5px; } + } + .progress-icon-img-bar{ + padding:0px 14px !important; + width:100%; + height:8px; + box-sizing: border-box; + } + .progress-icon-img-bar-inner{ + width: 50%; + box-sizing:border-box; + height: 100%; + text-align: center; + } + .admin-card-text-3 div:nth-child(2)::before{ + content: ''; + display: block; + width: 2px; + height: 4px; + background: rgba(209, 82, 82, 1); + border-radius: 100px; + position: absolute; + left: 5%; + top: -4px; + } + .admin-card-text-3 div:nth-child(2)::after{ + content: ''; + display: block; + width: 2px; + height: 4px; + background: rgba(209, 82, 82, 1); + border-radius: 100px; + position: absolute; + left: 5%; + bottom: -4px; + } + .admin-card-text-3 div:first-child{ + background-color: rgba(209, 82, 82, 1); + } + .admin-card-text-3 div:nth-child(2){ + background-color: rgba(246, 229, 229, 1); + position: relative; + } + .admin-card-text-3-2 div:first-child{ + background-color: rgba(24, 144, 255, 1) !important; + } + .admin-card-text-3-2 div:nth-child(2){ + background-color: rgba(24, 144, 255, 0.13) !important; + position: relative !important; + } + .admin-card-text-3-2 div:nth-child(2)::before{ + content: '' !important; + display: block !important; + width: 2px !important; + height: 4px !important; + background: rgba(24, 144, 255, 1) !important; + border-radius: 100px !important; + position: absolute !important; + left: 5% !important; + top: -4px !important; + } + .admin-card-text-3-2 div:nth-child(2)::after{ + content: '' !important; + display: block !important; + width: 2px !important; + height: 4px !important; + background: rgba(24, 144, 255, 1) !important; + border-radius: 100px !important; + position: absolute !important; + left: 5% !important; + bottom: -4px !important; + } + .progress-icon-img-bar div:nth-child(2) span{ + font-size: 14px; + position:absolute; + right:5%; + top:-7px; } \ No newline at end of file diff --git a/view/css/common.css b/view/css/common.css index 511546a..cb50701 100644 --- a/view/css/common.css +++ b/view/css/common.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('/font/icomoon.eot?j9lv8n'); - src: url('/font/icomoon.eot?j9lv8n#iefix') format('embedded-opentype'), - url('/font/icomoon.ttf?j9lv8n') format('truetype'), - url('/font/icomoon.woff?j9lv8n') format('woff'), - url('/font/icomoon.svg?j9lv8n#icomoon') format('svg'); + src: url('/font/icomoon.eot?ylpdjd'); + src: url('/font/icomoon.eot?ylpdjd#iefix') format('embedded-opentype'), + url('/font/icomoon.ttf?ylpdjd') format('truetype'), + url('/font/icomoon.woff?ylpdjd') format('woff'), + url('/font/icomoon.svg?ylpdjd#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -57,6 +57,26 @@ content: "\e90d"; color: #1890ff; } +.icon-1-:before { + content: "\e914"; + color: #d15252; +} +.icon--4:before { + content: "\e915"; + color: #d15252; +} +.icon-uniE916:before { + content: "\e916"; + color: #3aa0ff; +} +.icon-4:before { + content: "\e917"; + color: #d15252; +} +.icon-5:before { + content: "\e918"; + color: #3aa0ff; +} .icon-dingd:before { content: "\e90f"; color: #636c78; diff --git a/view/font/icomoon.eot b/view/font/icomoon.eot index 60b6d64..6f4edb8 100644 Binary files a/view/font/icomoon.eot and b/view/font/icomoon.eot differ diff --git a/view/font/icomoon.svg b/view/font/icomoon.svg index 7d863b8..80ad3e4 100644 --- a/view/font/icomoon.svg +++ b/view/font/icomoon.svg @@ -27,4 +27,9 @@ + + + + + \ No newline at end of file diff --git a/view/font/icomoon.ttf b/view/font/icomoon.ttf index 9a8b334..996e7f6 100644 Binary files a/view/font/icomoon.ttf and b/view/font/icomoon.ttf differ diff --git a/view/font/icomoon.woff b/view/font/icomoon.woff index c256706..b2e0d97 100644 Binary files a/view/font/icomoon.woff and b/view/font/icomoon.woff differ diff --git a/view/templates/index/home.html b/view/templates/index/home.html index 1c2c651..7607f1f 100644 --- a/view/templates/index/home.html +++ b/view/templates/index/home.html @@ -104,8 +104,10 @@
{$total_data.total_urge_order_count} 单
-
 
-
 
+
+
+
+
这些顾客在催促发货咯
@@ -115,8 +117,10 @@
{$total_data.total_countdown_order_count} 单
-
 
-
 
+
+
+
+
这些订单还有12h超时!
@@ -126,8 +130,10 @@
{$total_data.total_wait_deliver_goods_count} 单
-
 
-
 
+
+
+
+
有新增的订单啦
@@ -138,8 +144,10 @@
{$total_data.total_platform_processing_count} 单
-
 
-
 
+
+
+
+
这些订单官方客服已介入
@@ -150,8 +158,10 @@
{$total_data.total_wait_after_sale_count} 单
-
 
-
 
+
+
+
+
这些顾客想要退款