feat: 切深色模式时高亮/卡片元素加颜色过渡动画
.rank-item / .period-tab / .theme-item / .plan-item 加 transition: background-color 0.3s ease + border-color 0.3s ease。 切深色时不再瞬间切换,有 300ms 流动感。
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
font-size: 30rpx;
|
||||
color: var(--text-secondary);
|
||||
position: relative;
|
||||
transition: color 0.2s;
|
||||
transition: color 0.2s, background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.period-tab.active {
|
||||
@@ -88,6 +88,7 @@
|
||||
padding: 20rpx 24rpx;
|
||||
margin-bottom: 12rpx;
|
||||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.04);
|
||||
transition: background-color 0.3s ease, border-color 0.3s ease;
|
||||
}
|
||||
|
||||
.rank-item.is-me {
|
||||
|
||||
Reference in New Issue
Block a user