.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
:title="item.spuName"
|
||||
:img="item.picUrl"
|
||||
:price="item.price"
|
||||
priceColor="#FF3000"
|
||||
priceColor="#9251EB"
|
||||
:titleWidth="400"
|
||||
@tap="
|
||||
sheep.$router.go('/pages/goods/index', {
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
:img="item.picUrl"
|
||||
:price="item.price"
|
||||
:skuText="item.introduction"
|
||||
priceColor="#FF3000"
|
||||
priceColor="#9251EB"
|
||||
:titleWidth="400"
|
||||
@tap="
|
||||
sheep.$router.go('/pages/goods/index', {
|
||||
@@ -301,7 +301,7 @@
|
||||
}
|
||||
|
||||
.price-text {
|
||||
color: $red;
|
||||
color: $purple;
|
||||
font-family: OPPOSANS;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,14 +258,14 @@
|
||||
display: block;
|
||||
text-align: center;
|
||||
line-height: 48rpx;
|
||||
background-color: #e83323;
|
||||
background-color: $purple;
|
||||
margin-bottom: 22rpx;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.store-distance {
|
||||
font-size: 22rpx;
|
||||
color: #e83323;
|
||||
color: $purple;
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
|
||||
Reference in New Issue
Block a user