增加MAX评级:评分≥48或总分≥280

This commit is contained in:
UCPr 2025-04-13 20:18:47 +08:00
parent 3751241b5d
commit 9429a60ec0
8 changed files with 34 additions and 22 deletions

View file

@ -242,7 +242,7 @@
background-clip: text;
color: transparent;
}
.list .item .content .equip .content.ace .comment, .list .item .content .equip .content.ACE .comment {
.list .item .content .equip .content.ace .comment, .list .item .content .equip .content.ACE .comment, .list .item .content .equip .content.max .comment, .list .item .content .equip .content.MAX .comment {
background: linear-gradient(0deg, rgba(255, 59, 59, 0.4), rgb(255, 59, 59));
-webkit-background-clip: text;
background-clip: text;

View file

@ -279,7 +279,9 @@
}
}
&.ace,
&.ACE {
&.ACE,
&.max,
&.MAX {
.comment {
background: linear-gradient(
0deg,