Explorar el Código

样式错乱修改

@dongkboy hace 3 meses
padre
commit
9b38f33450
Se han modificado 2 ficheros con 12 adiciones y 6 borrados
  1. 5 0
      pages/quote/modules/imageData.vue
  2. 7 6
      pages/quote/quoteRecordDetail.vue

+ 5 - 0
pages/quote/modules/imageData.vue

@@ -186,6 +186,11 @@
 				height: 204rpx;
 				background: #D9D9D9;
 				border-radius: 10rpx 10rpx 10rpx 10rpx;
+
+				>text {
+					font-size: 30rpx;
+					color: #333;
+				}
 			}
 
 			.image-view {

+ 7 - 6
pages/quote/quoteRecordDetail.vue

@@ -34,13 +34,13 @@
 				<view class="Attachment dis a-c j-s mt-3">
 					<view class="mediaFiles dis f-c " @click="mediaFiles">
 						<image src="/static/image/car-insure/mediaFiles.png" mode=""></image>
-						<text>影像资料</text>
-						<text class="mt-1">{{imageVoList.length}}张</text>
+						<text class="title">影像资料</text>
+						<text class="mt-1 smallText ">{{imageVoList.length}}张</text>
 					</view>
 					<view class="specialTerms dis f-c " @click="specialTerms">
 						<image src="/static/image/car-insure/specialTerms.png" mode=""></image>
-						<text>特别约定</text>
-						<text class="mt-1">{{specialTermsText()}}</text>
+						<text class="title">特别约定</text>
+						<text class="mt-1 smallText">{{specialTermsText()}}</text>
 					</view>
 				</view>
 			</view>
@@ -978,12 +978,13 @@
 						right: 0;
 					}
 
-					text:first-child {
+					.title {
 						font-size: 30rpx;
+						font-weight: 400;
 						color: #333;
 					}
 
-					text:last-child {
+					.smallText {
 						font-size: 24rpx;
 						color: #999;
 					}