From 15732fd245813d5284827743fdfa5180558e9a5d Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 15 Mar 2023 09:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=A0=8F?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/AdminDefault/index.css | 28 +++++++++++++------ .../Views/LR_Content/style/lr-admin.css | 2 +- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css index 4fad48609..7086f14ab 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css @@ -6,7 +6,7 @@ } .lr-logo-title { - left: 100px; + left: 140px; color: #3498DB; padding-top: 15px } @@ -20,23 +20,23 @@ top: 0; left: 0; z-index: 3; - display:none; + display: none; } .lr-frame-menu-wrap .lr-scroll-vertical { - right: 76px + right: 116px } .lr-frame-menu { top: 0; - width: 80px; + width: 120px; height: 100%; background-color: #282E3B; z-index: 2 } .lr-first-menu-list { - width: 80px; + width: 120px; padding-top: 58px } @@ -102,7 +102,7 @@ .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow { display: block; position: absolute; - left: 65px; + left: 90px; top: 57px; text-indent: 0; font-weight: bold; @@ -118,7 +118,7 @@ border-color: transparent; border-right-color: white; border-left: none; - left: 67px; + left: 92px; top: 50%; margin-top: -20px; z-index: 10 @@ -127,7 +127,7 @@ .lr-second-menu-list { position: absolute; top: 0; - left: 74px; + left: 99px; width: 135px; line-height: 28px; padding: 3px 0 3px; @@ -286,7 +286,7 @@ } .lr-frame-main { - padding: 90px 0 0 80px; + padding: 90px 0 0 120px; background: #fff } @@ -845,3 +845,13 @@ cursor: pointer; z-index: 51; } + + .lr-im-bell2 .point { + background: #D71012; + position: absolute; + right: 9px; + top: 6px; + width: 8px; + height: 8px; + border-radius: 50% + } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css index f43cf0cc2..f08756f68 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css @@ -408,7 +408,7 @@ label { .lr-uitheme-default .lr-frame-tabs { top: 56px; left:0px; - padding: 0px 32px 0px 100px; + padding: 0px 32px 0px 140px; }