chore(颜色): 明确颜色设置规则
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user