修改部分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

@@ -125,7 +125,7 @@ export default {
width: 52rpx;
height: 6rpx;
background-image: linear-gradient(90deg, $jd-color, $jd-light-color);
background-image: linear-gradient(90deg, $price-color, $price-light-color);
}
}
> .goods-detail-item {

View File

@@ -148,7 +148,7 @@ export default {
white-space: nowrap;
font-size: 26rpx;
text-align: left;
color: $jd-color;
color: $price-color;
line-height: 23px;
font-weight: bold;
> span {

View File

@@ -144,7 +144,7 @@ export default {
font-size: 28rpx;
}
.checked {
background: $jd-color;
background: $price-color;
}
.active {
color: #fff;

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;

View File

@@ -23,7 +23,7 @@
padding-left: 14rpx;
position: relative;
&::before {
background-image: linear-gradient(180deg, $jd-color, $jd-light-color);
background-image: linear-gradient(180deg, $price-color, $price-light-color);
content: "";
position: absolute;
left: 0;

View File

@@ -94,9 +94,9 @@ export default {
<style lang="scss" scoped>
.deg_tag {
color: $jd-color;
color: $price-color;
padding: 0 4rpx;
border: 2rpx solid $jd-color;
border: 2rpx solid $price-color;
font-size: 22rpx;
}

View File

@@ -73,7 +73,7 @@
}
.promotion {
font-size: 22rpx;
border: 2rpx solid $jd-light-color;
border: 2rpx solid $price-light-color;
padding: 2rpx 6rpx;
margin-left: 10rpx;
line-height: 1;

View File

@@ -209,7 +209,7 @@ export default {
white-space: nowrap;
margin: 18rpx 0;
font-size: 22rpx;
color: $jd-color;
color: $price-color;
}
.recommend-list-con {

View File

@@ -1,5 +1,5 @@
.red {
color: $jd-color;
color: $price-color;
}
page {
background: #fff;
@@ -10,8 +10,8 @@ page {
top: 5rpx;
padding: 2rpx 6rpx;
border-top: 4rpx;
border: 2rpx solid $jd-color;
color: $jd-color;
border: 2rpx solid $price-color;
color: $price-color;
font-size: 22rpx;
border-radius: 200px;
line-height: 18rpx;
@@ -82,7 +82,7 @@ page {
}
.-goods-price {
flex: 8;
color: $jd-color;
color: $price-color;
font-size: 32rpx;
line-height: 1;
/deep/ .price {