|
@@ -437,11 +437,11 @@
|
|
|
<view class="dis a-start j-s data-view">
|
|
<view class="dis a-start j-s data-view">
|
|
|
<text class="title">交强险</text>
|
|
<text class="title">交强险</text>
|
|
|
<view class="dis f-c discount">
|
|
<view class="dis f-c discount">
|
|
|
- <view class="dis a-c ">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>保费:</text>
|
|
<text>保费:</text>
|
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.jqPremium}}</text>
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.jqPremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="dis a-c ">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>优惠:</text>
|
|
<text>优惠:</text>
|
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.jqPayablePremium}}</text>
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.jqPayablePremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -450,11 +450,11 @@
|
|
|
<view class="dis a-start j-s data-view">
|
|
<view class="dis a-start j-s data-view">
|
|
|
<text class="title">商业险</text>
|
|
<text class="title">商业险</text>
|
|
|
<view class="dis f-c discount">
|
|
<view class="dis f-c discount">
|
|
|
- <view class="dis a-c ">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>保费:</text>
|
|
<text>保费:</text>
|
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.syPremium}}</text>
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.syPremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="dis a-c ">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>优惠:</text>
|
|
<text>优惠:</text>
|
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.syPayablePremium}}</text>
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.syPayablePremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -463,11 +463,11 @@
|
|
|
<view class="dis a-start j-s data-view">
|
|
<view class="dis a-start j-s data-view">
|
|
|
<text class="title">驾意险</text>
|
|
<text class="title">驾意险</text>
|
|
|
<view class="dis f-c discount">
|
|
<view class="dis f-c discount">
|
|
|
- <view class="dis a-c">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>保费:</text>
|
|
<text>保费:</text>
|
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.jyPremium}}</text>
|
|
<text class="dis j-end a-c">¥{{insFeeOrders.jyPremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="dis a-c ">
|
|
|
|
|
|
|
+ <view class="dis a-c j-s">
|
|
|
<text>优惠:</text>
|
|
<text>优惠:</text>
|
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.jyPayablePremium}}</text>
|
|
<text class="font-weight dis j-end a-c">¥{{insFeeOrders.jyPayablePremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -1324,6 +1324,8 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.discount {
|
|
.discount {
|
|
|
|
|
+ width: 45%;
|
|
|
|
|
+
|
|
|
>view {
|
|
>view {
|
|
|
text:first-child {
|
|
text:first-child {
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
@@ -1335,6 +1337,8 @@
|
|
|
color: #333;
|
|
color: #333;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|