From a14c8e6f059d3aab91666068ecdf6b5bca6d5fcd Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Mon, 17 Mar 2025 15:16:21 +0800 Subject: [PATCH] no message --- css/index.css | 4 +--- css/index.less | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index e17b927..e8834e9 100644 --- a/css/index.css +++ b/css/index.css @@ -453,6 +453,7 @@ font-size: 16px; color: #333333; font-weight: 400; + cursor: pointer; } .ranking .major .head .more .icon { width: 16px; @@ -460,9 +461,6 @@ 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 e529437..050ba5f 100644 --- a/css/index.less +++ b/css/index.less @@ -510,6 +510,7 @@ font-size: 16px; color: #333333; font-weight: 400; + cursor: pointer; .icon { width: 16px; height: 16px; @@ -518,7 +519,7 @@ } &:hover { - text-decoration: underline; + // text-decoration: underline; } } }