Selaa lähdekoodia

自测:app报价详情页费用信息内容样式微调

@dongkboy 4 viikkoa sitten
vanhempi
commit
d3ae44e7c8
2 muutettua tiedostoa jossa 11 lisäystä ja 6 poistoa
  1. 10 6
      pages/quote/quoteRecordDetail.vue
  2. 1 0
      style/zcm-main.css

+ 10 - 6
pages/quote/quoteRecordDetail.vue

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

+ 1 - 0
style/zcm-main.css

@@ -1230,6 +1230,7 @@ uni-page {
 .u-popup__content,
 .uni-page-head,
 .footer,
+.footer-btn,
 .u-overlay,
 .cropper-wrapper,
 .footerfixed,