diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 1dfd6b8..4dd00e5 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -255,11 +255,13 @@ font-weight: 900; font-style: normal; font-size: 16px; + cursor: pointer; } .body .item .thead .ranking-box .majort { margin-top: 5px; color: #7f7f7f; font-size: 13px; + cursor: pointer; } .body .item .thead .ranking-box .majort .text { max-width: 200px; @@ -278,6 +280,10 @@ font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-size: 14px; } +.body .item .thead .mode2.schoolranking { + height: 100%; + cursor: pointer; +} .body .item .thead .mode3 { font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 19d90eb..1efc4c3 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -293,12 +293,15 @@ font-weight: 900; font-style: normal; font-size: 16px; + cursor: pointer; } .majort { margin-top: 5px; color: #7f7f7f; font-size: 13px; + cursor: pointer; + .text { max-width: 200px; word-break: keep-all; @@ -319,6 +322,11 @@ .mode2 { font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-size: 14px; + + &.schoolranking { + height: 100%; + cursor: pointer; + } } .mode3 {