|
@@ -211,13 +211,13 @@
|
|
|
],
|
|
|
buttonGroup: [{
|
|
|
text: '加入购物车',
|
|
|
- backgroundColor: 'linear-gradient(90deg, #FFCD1E, #FF8A18)',
|
|
|
+ backgroundColor: 'linear-gradient(90deg, var(--f3CColor), var(--f3CColor))',
|
|
|
color: '#fff',
|
|
|
type: '0'
|
|
|
},
|
|
|
{
|
|
|
text: '立即购买',
|
|
|
- backgroundColor: 'linear-gradient(90deg, #FE6035, #EF1224)',
|
|
|
+ backgroundColor: 'linear-gradient(90deg, var(--fFB1Color), var(--fFB1Color))',
|
|
|
color: '#fff',
|
|
|
type: '1'
|
|
|
}
|
|
@@ -787,7 +787,7 @@
|
|
|
.money {
|
|
|
font-size: 20px;
|
|
|
padding: 0 1vw 0 0;
|
|
|
- color: #ff0000;
|
|
|
+ color: var(--fFB1Color);
|
|
|
font-weight: bold;
|
|
|
|
|
|
text {
|
|
@@ -916,7 +916,7 @@
|
|
|
|
|
|
.money_2 {
|
|
|
font-size: 12px;
|
|
|
- color: #ff0000;
|
|
|
+ color: var(--fFB1Color);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -974,7 +974,7 @@
|
|
|
color: #858585;
|
|
|
|
|
|
text:nth-child(2) {
|
|
|
- color: #ff0000;
|
|
|
+ color: var(--fFB1Color);
|
|
|
}
|
|
|
|
|
|
text:nth-child(3) {
|