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 {