3 changed files with 207 additions and 66 deletions
-
6src/pages.json
-
75src/subpackage/order/pages/mall/detail/detail.vue
-
66src/subpackage/order/pages/rent_and_sale/detail/detail.vue
@ -0,0 +1,75 @@ |
|||||
|
<template> |
||||
|
<view class="mall-detail"> |
||||
|
<view class="md-send"> |
||||
|
<view class="ms-status-bar">已退款</view> |
||||
|
<view class="ms-send-info"> |
||||
|
<view class="msi-txt"> |
||||
|
<view>快递:顺丰速递 SF1090317923085</view> |
||||
|
<view>复制</view> |
||||
|
</view> |
||||
|
<image></image> |
||||
|
</view> |
||||
|
<view class="md-box"></view> |
||||
|
</view> |
||||
|
|
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
|
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang="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; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
>image{ |
||||
|
margin-left: 20upx; |
||||
|
flex-shrink: 0; |
||||
|
width: 32upx; |
||||
|
height: 32upx; |
||||
|
background-color: skyblue; |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
.md-box{ |
||||
|
padding: 30upx 20upx; |
||||
|
border-radius: 10upx; |
||||
|
background-color: #fff; |
||||
|
} |
||||
|
.md-tit{ |
||||
|
margin-bottom: 30upx; |
||||
|
line-height: 44upx; |
||||
|
font-weight: 500; |
||||
|
font-size: 32upx; |
||||
|
color: #1a1a1a; |
||||
|
} |
||||
|
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue