From 3b288da8956dc83953b7d44a49ad29814cfc54c5 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Wed, 3 Aug 2022 15:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=A7=86=E8=A7=89=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/css/admin_style.css | 12 +++++++++++- view/templates/include/admin_leftmenu.html | 2 +- view/templates/index/home.html | 14 +++++++------- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/view/css/admin_style.css b/view/css/admin_style.css index 0dccf59..f64b148 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -264,7 +264,7 @@ body{ padding-left: 22px; padding-right: 6px; } - .admin-index-top-item-list-item-child-dot-red2{ + .admin-index-top-item-list-item-child-dot-red2,.admin-index-top-item-list-item-child-dot-grey2{ margin-right: 5px; } .admin-index-top-item-list-item-child-dot-red2::after{ @@ -277,6 +277,16 @@ body{ position: relative; top: -2px; } + .admin-index-top-item-list-item-child-dot-grey2::after{ + content: ''; + display: inline-block; + width: 6px; + height: 6px; + background: #69717D; + border-radius: 50%; + position: relative; + top: -2px; + } .admin-card-text-3 span,.admin-card-text-4 span{ font-size: 11px; margin-left: 5px; diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index 0dff859..7a1247c 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -7,7 +7,7 @@