mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
增加MAX评级:评分≥48或总分≥280
This commit is contained in:
parent
3751241b5d
commit
9429a60ec0
8 changed files with 34 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -279,7 +279,9 @@
|
|||
}
|
||||
}
|
||||
&.ace,
|
||||
&.ACE {
|
||||
&.ACE,
|
||||
&.max,
|
||||
&.MAX {
|
||||
.comment {
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue