3 changed files with 92 additions and 6 deletions
-
6src/pages.json
-
23src/subpackage/order/pages/ym_card/detail/detail.vue
-
69src/subpackage/order/pages/ym_card/use_record/use_record.vue
@ -0,0 +1,69 @@ |
|||||
|
<template> |
||||
|
<view class="use-record"> |
||||
|
<view class="ur-list"> |
||||
|
<view class="ul-item" v-for="i in 10" :key="i"> |
||||
|
<view class="ui-header"> |
||||
|
<image class="uh-img"></image> |
||||
|
<view>欧轩智能场馆(永泰店)</view> |
||||
|
</view> |
||||
|
<view class="uh-lines"> |
||||
|
<view><text>验证方式:</text>扫码器验证(欧轩门闸)</view> |
||||
|
<view><text>核销时间:</text>2019-05-17 11:12:58</view> |
||||
|
<view><text>离场时间:</text>2019-05-17 11:12:58</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
|
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang="scss"> |
||||
|
@import '~style/public.scss'; |
||||
|
.use-record{ |
||||
|
.ur-list{ |
||||
|
.ul-item{ |
||||
|
margin-bottom: 24upx; |
||||
|
padding: 30upx; |
||||
|
background-color: #fff; |
||||
|
.ui-header{ |
||||
|
height: 100upx; |
||||
|
border-bottom: 2upx solid #f2f2f7; |
||||
|
@include centerFlex(space-between); |
||||
|
.uh-img{ |
||||
|
flex-shrink: 0; |
||||
|
flex-grow: 0; |
||||
|
margin-right: 10upx; |
||||
|
width: 30upx; |
||||
|
height: 30upx; |
||||
|
background-color: skyblue; |
||||
|
} |
||||
|
>view{ |
||||
|
flex-grow: 1; |
||||
|
line-height: 44upx; |
||||
|
font-size: 32upx; |
||||
|
color: #333; |
||||
|
@include textHide(1); |
||||
|
} |
||||
|
} |
||||
|
.uh-lines{ |
||||
|
padding: 14upx 16upx 10upx; |
||||
|
>view{ |
||||
|
font-size: 28upx; |
||||
|
line-height: 50upx; |
||||
|
color: #333; |
||||
|
@include textHide(1); |
||||
|
>text{ |
||||
|
color: #9A9A9D; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue