From d5a44c86099cd983e0cb1c993b174de286e447e0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Mon, 17 Mar 2025 15:15:54 +0800 Subject: [PATCH] no message --- css/index.css | 3 +++ css/index.less | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/css/index.css b/css/index.css index e1c7196..e17b927 100644 --- a/css/index.css +++ b/css/index.css @@ -460,6 +460,9 @@ margin-left: 7px; transform: rotate(270deg); } +.ranking .major .head .more:hover { + text-decoration: underline; +} .ranking .major .list { flex-wrap: wrap; justify-content: space-between; diff --git a/css/index.less b/css/index.less index 87b294e..e529437 100644 --- a/css/index.less +++ b/css/index.less @@ -516,6 +516,10 @@ margin-left: 7px; transform: rotate(270deg); } + + &:hover { + text-decoration: underline; + } } } .list {