...
|
...
|
@@ -40,7 +40,7 @@ |
|
|
height: 25rem / $pxConvertRem;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
background: #a1ce4e;
|
|
|
background: #eb76aa;
|
|
|
|
|
|
&:before {
|
|
|
content: '加价购';
|
...
|
...
|
@@ -116,9 +116,9 @@ |
|
|
}
|
|
|
|
|
|
.gift-block .tag {
|
|
|
background: #eb76aa;
|
|
|
background: #a1ce4e;
|
|
|
&:before {
|
|
|
content: '加价购';
|
|
|
content: '赠品';
|
|
|
}
|
|
|
}
|
|
|
} |
...
|
...
|
|