修改部分scss类名,新增部分注释以及登录颜色化配置:)

This commit is contained in:
lemon橪
2021-08-19 16:20:21 +08:00
parent 775bf3055d
commit 224eb05703
27 changed files with 96 additions and 111 deletions

View File

@@ -322,10 +322,10 @@ export default {
}
.active {
background: $jd-light-color !important;
border: 2rpx solid $jd-color;
background: $price-light-color !important;
border: 2rpx solid $price-color;
font-weight: bold;
color: $jd-color !important;
color: $price-color !important;
box-sizing: border-box;
}
@@ -377,7 +377,7 @@ export default {
}
.goods-price {
color: $jd-color;
color: $price-color;
line-height: 80rpx;
display: flex;
}

View File

@@ -14,7 +14,7 @@
line-height: 80rpx;
height: 80rpx;
background: $jd-color;
background: $price-color;
color: #fff;
border-radius: 200px;
text-align: center;