no message
This commit is contained in:
parent
f42124c809
commit
f44b3f3f59
@ -154,8 +154,6 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
}
|
|
||||||
.fate .title .btn .icon.rotate {
|
|
||||||
transform: rotate(var(--rotation, 0deg));
|
transform: rotate(var(--rotation, 0deg));
|
||||||
/* 使用CSS变量 */
|
/* 使用CSS变量 */
|
||||||
}
|
}
|
||||||
|
@ -179,13 +179,10 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
|
|
||||||
&.rotate {
|
|
||||||
transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */
|
transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Loading…
Reference in New Issue
Block a user