chore(颜色): 明确颜色设置规则

This commit is contained in:
2026-01-06 16:15:04 +08:00
parent b96b5f0bc3
commit 6023b5b65e
2 changed files with 82 additions and 85 deletions

View File

@@ -181,8 +181,6 @@ export default {
bottom: 320rpx;
// #endif
z-index: 10;
// background: #fff;
// box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3);
border-radius: 120rpx;
padding: 20rpx 0;
display: flex;
@@ -201,9 +199,8 @@ export default {
line-height: 1;
margin: 14rpx 0;
transition: 0.1s;
background: #c6251b;
// background: var(--hover-nav-bg-color);
color: #fff;
background: var(--hover-nav-bg-color);
color: var(--hover-nav-text-color);
border-radius: 40rpx;
width: 80rpx;
height: 80rpx;