|
|
@@ -16,7 +16,7 @@ |
|
|
|
<view><text>行驶证主页:</text><image mode="widthFix" :src="state.tableData['vehPosImgUrl']"></image></view> |
|
|
|
<view><text>行驶证副业:</text><image mode="widthFix" :src="state.tableData['vehNegImgUrl']"></image></view> |
|
|
|
<view><text>车头照:</text><image mode="widthFix" :src="state.tableData['vehBodyUrl']"></image></view> |
|
|
|
|
|
|
|
<button class="submit" @click="nextACtion">车辆信息变更</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -38,7 +38,6 @@ |
|
|
|
<style scoped> |
|
|
|
.allContent { |
|
|
|
background-color: #EEF7F7; |
|
|
|
/* margin-top: 20rpx; */ |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
@@ -72,4 +71,16 @@ |
|
|
|
image{ |
|
|
|
width: 220rpx; |
|
|
|
} |
|
|
|
.submit { |
|
|
|
margin-top: 100rpx; |
|
|
|
width: 670rpx; |
|
|
|
height: 80rpx; |
|
|
|
background: linear-gradient(-90deg, #43A1E0 0%, #13E7C1 100%); |
|
|
|
border-radius: 40rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-family: Noto Sans S Chinese; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
line-height: 80rpx; |
|
|
|
} |
|
|
|
</style> |