From 487ceb070fdf239c0a93a67f6e2926a411c1aefc Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Sat, 13 Jul 2024 16:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/home/base.html | 57 +++++++++++++++++-- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 7149f68..52070ab 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -54,7 +54,7 @@ text-overflow: ellipsis; } - .newslist-to li:before { + .newslist-to-l li:before { content: ''; position: absolute; left: 0; @@ -529,6 +529,41 @@ height: 100%; object-fit: cover; } + + .first { + /* 第一个元素的样式 */ + background-color: #0558b0 !important; + height: 48px !important; + line-height: 48px !important; + } + + .second { + /* 第二个元素的样式 */ + background-color: #0558b0 !important; + } + + .third { + /* 第三个元素的样式 */ + background-color: #0558b0 !important; + } + .firstLi a{ + font-size: 24px !important; + height: 30px !important; + vertical-align: -7px !important; + font-weight: 700; + } + .secondLi a{ + font-size: 21px !important; + height: 30px !important; + vertical-align: -7px !important; + font-weight: 400; + } + .thirdLi a{ + font-size: 18px !important; + height: 30px !important; + vertical-align: -7px !important; + font-weight: 100; + }
@@ -575,7 +610,7 @@时间:[[${#dates.format(noticeList[0].createTime, 'yyyy年MM月dd日')}]]
-