|
|
@@ -11,7 +11,7 @@
|
|
|
</view>
|
|
|
<view class="flex title">
|
|
|
<text style="font-size:30upx;font-weight:bold;color:red;">
|
|
|
- 下方红色为采购价,<text style="color:blue;">蓝色为成本价(含运费)</text>
|
|
|
+ 红色为进货价,<text style="color:blue;">蓝色为成本价(含运费)</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
<checkbox-group @change="checkboxChange">
|
|
|
@@ -173,16 +173,16 @@ export default {
|
|
|
font-size:28upx;
|
|
|
color:red;
|
|
|
position:absolute;
|
|
|
- left:0upx;
|
|
|
- top:-34upx;
|
|
|
+ left:160upx;
|
|
|
+ top:-38upx;
|
|
|
}
|
|
|
.cgPrice{
|
|
|
font-weight:bold;
|
|
|
font-size:28upx;
|
|
|
color:blue;
|
|
|
position:absolute;
|
|
|
- left:90upx;
|
|
|
- top:-34upx;
|
|
|
+ left:326upx;
|
|
|
+ top:-38upx;
|
|
|
}
|
|
|
input{
|
|
|
border:1upx solid #cccccc;
|