|
@@ -38,6 +38,7 @@
|
|
{{tags.name}}
|
|
{{tags.name}}
|
|
</view>
|
|
</view>
|
|
<text v-if="tags.gift.length>0" class="gift">赠品</text>
|
|
<text v-if="tags.gift.length>0" class="gift">赠品</text>
|
|
|
|
+ <text v-if="tags.sp_price" class="act">特价</text>
|
|
</view>
|
|
</view>
|
|
<view class="market_3">
|
|
<view class="market_3">
|
|
<view v-if="item.type=='0'" class="price">
|
|
<view v-if="item.type=='0'" class="price">
|
|
@@ -625,12 +626,21 @@
|
|
}
|
|
}
|
|
|
|
|
|
.gift {
|
|
.gift {
|
|
|
|
+ margin: 0 1vw 0 0;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
color: #FFA500;
|
|
color: #FFA500;
|
|
border: 1px solid #FFA500;
|
|
border: 1px solid #FFA500;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 0 1vw;
|
|
padding: 0 1vw;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .act {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ border: 1px solid var(--fFB1Color);
|
|
|
|
+ color: var(--fFB1Color);
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ padding: 0 1vw;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.market_3 {
|
|
.market_3 {
|