|
@ -9,7 +9,9 @@ |
|
|
</view> |
|
|
</view> |
|
|
<image></image> |
|
|
<image></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="md-box"></view> |
|
|
|
|
|
|
|
|
<view class="md-box ms-consignee"> |
|
|
|
|
|
<view class="md-tit">收货人信息</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
@ -23,43 +25,49 @@ export default { |
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
<style lang="scss"> |
|
|
@import '~style/public.scss'; |
|
|
@import '~style/public.scss'; |
|
|
.ms-status-bar{ |
|
|
|
|
|
padding: 0 44upx; |
|
|
|
|
|
line-height: 108upx; |
|
|
|
|
|
font-size: 36upx; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #0a9a79; |
|
|
|
|
|
} |
|
|
|
|
|
.ms-send-info{ |
|
|
|
|
|
@include centerFlex(space-between); |
|
|
|
|
|
padding: 0 44upx; |
|
|
|
|
|
height: 108upx; |
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
.msi-txt{ |
|
|
|
|
|
@include centerFlex(flex-start); |
|
|
|
|
|
>view{ |
|
|
|
|
|
&:first-child{ |
|
|
|
|
|
font-size: 28upx; |
|
|
|
|
|
color: #000; |
|
|
|
|
|
@include textHide(1); |
|
|
|
|
|
} |
|
|
|
|
|
&+view{ |
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
margin-left: 20upx; |
|
|
|
|
|
font-size: 28upx; |
|
|
|
|
|
color: $themeColor; |
|
|
|
|
|
|
|
|
.md-send{ |
|
|
|
|
|
.ms-status-bar{ |
|
|
|
|
|
padding: 0 44upx; |
|
|
|
|
|
line-height: 108upx; |
|
|
|
|
|
font-size: 36upx; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #0a9a79; |
|
|
|
|
|
} |
|
|
|
|
|
.ms-send-info{ |
|
|
|
|
|
@include centerFlex(space-between); |
|
|
|
|
|
padding: 0 44upx; |
|
|
|
|
|
height: 108upx; |
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
.msi-txt{ |
|
|
|
|
|
@include centerFlex(flex-start); |
|
|
|
|
|
>view{ |
|
|
|
|
|
&:first-child{ |
|
|
|
|
|
font-size: 28upx; |
|
|
|
|
|
color: #000; |
|
|
|
|
|
@include textHide(1); |
|
|
|
|
|
} |
|
|
|
|
|
&+view{ |
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
margin-left: 20upx; |
|
|
|
|
|
font-size: 28upx; |
|
|
|
|
|
color: $themeColor; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
>image{ |
|
|
|
|
|
margin-left: 20upx; |
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
width: 32upx; |
|
|
|
|
|
height: 32upx; |
|
|
|
|
|
background-color: skyblue; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
>image{ |
|
|
|
|
|
margin-left: 20upx; |
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
width: 32upx; |
|
|
|
|
|
height: 32upx; |
|
|
|
|
|
background-color: skyblue; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.ms-consignee{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.md-box{ |
|
|
.md-box{ |
|
|
padding: 30upx 20upx; |
|
|
padding: 30upx 20upx; |
|
|
border-radius: 10upx; |
|
|
border-radius: 10upx; |
|
|