|
|
@@ -15,8 +15,8 @@
|
|
|
</view>
|
|
|
<text v-if="info.variety && info.variety ==1" class="show-color"></text>
|
|
|
<view class="kc">¥{{ info.price?parseFloat(info.price):0 }}
|
|
|
- <text style="margin-left:10upx;color:#555555;font-weight:normal;">¥{{ info.skPrice?parseFloat(info.skPrice):0 }}</text>
|
|
|
- <text style="margin-left:10upx;color:#999;font-size:23upx;font-weight:normal;">¥{{ info.cost?parseFloat(info.cost):0 }}</text>
|
|
|
+ <text style="margin-left:11upx;color:#555555;font-weight:normal;">¥{{ info.skPrice?parseFloat(info.skPrice):0 }}</text>
|
|
|
+ <text style="margin-left:12upx;color:#999;font-size:23upx;font-weight:normal;">¥{{ info.cost?parseFloat(info.cost):0 }}</text>
|
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
|
<template>
|
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
|
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
|
position: absolute;
|
|
|
- top: 54%;
|
|
|
+ top: 52%;
|
|
|
margin-top: -12upx;
|
|
|
right: 30upx;
|
|
|
}
|