From da1a65b6c236b98b86db85ddae703af5897da94b Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Tue, 2 Aug 2022 19:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=A4=84=E7=90=86=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=9D=A1=E6=95=B0tips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/css/admin_style.css | 25 +++++++++++++++++++++++++ view/templates/include/admin_leftmenu.html | 10 ++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/view/css/admin_style.css b/view/css/admin_style.css index b41d99a..a965e8d 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -753,4 +753,29 @@ body{ color: #3D7FFF; line-height: 19px; margin-top: 2px; + } + .admin-tip-order-nums{ + display: inline-block; + background-color: rgba(242, 16, 25, 1); + border-radius: 6px 6px 6px 0px; + height: 15px; + line-height: 15px; + width: 30px; + text-align: center; + position: relative; + left: 10px; + box-sizing: border-box; + } + .admin-tip-order-nums span{ + display: inline-block; + height: 12px; + line-height: 12px; + width: 22px; + color: rgba(255, 255, 255, 1); + font-size: 12px; + font-family: DINAlternate-Bold; + text-align: left; + white-space: nowrap; + position: relative; + top: -1px; } \ No newline at end of file diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index f887467..b1720eb 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -1,7 +1,3 @@ -{literal} - -{/literal}