|
@@ -34,13 +34,13 @@
|
|
|
<view class="Attachment dis a-c j-s mt-3">
|
|
<view class="Attachment dis a-c j-s mt-3">
|
|
|
<view class="mediaFiles dis f-c " @click="mediaFiles">
|
|
<view class="mediaFiles dis f-c " @click="mediaFiles">
|
|
|
<image src="/static/image/car-insure/mediaFiles.png" mode=""></image>
|
|
<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>
|
|
|
<view class="specialTerms dis f-c " @click="specialTerms">
|
|
<view class="specialTerms dis f-c " @click="specialTerms">
|
|
|
<image src="/static/image/car-insure/specialTerms.png" mode=""></image>
|
|
<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>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -978,12 +978,13 @@
|
|
|
right: 0;
|
|
right: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- text:first-child {
|
|
|
|
|
|
|
+ .title {
|
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
|
|
|
+ font-weight: 400;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- text:last-child {
|
|
|
|
|
|
|
+ .smallText {
|
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
color: #999;
|
|
|
}
|
|
}
|