4 changed files with 100 additions and 81 deletions
-
11src/subpackage/order/components/kv_line.vue
-
55src/subpackage/order/pages/timekeeping/modules/list_item_temp.vue
-
76src/subpackage/order/pages/timekeeping/modules/person_list_item.vue
-
3src/subpackage/order/pages/timekeeping/order_list.vue
@ -0,0 +1,55 @@ |
|||
<template> |
|||
<view class="list-item-temp"> |
|||
<view class="lit-stadium-status"> |
|||
<view class="lss-stadium">欧轩智能场馆(永泰店)</view> |
|||
<view class="lss-status">计费中</view> |
|||
</view> |
|||
<slot name="default">content</slot> |
|||
<view class="lit-price"> |
|||
<text class="lp-txt">支付金额</text>¥240 |
|||
</view> |
|||
<slot name="bottom">bottom</slot> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data(){ |
|||
return{ } |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
.list-item-temp{ |
|||
padding: 0 20upx 30upx; |
|||
border-radius: 10upx; |
|||
background: #fff; |
|||
.lit-stadium-status{ |
|||
padding: 30upx 0 26upx; |
|||
border-bottom: 1px solid #D8D8D8; |
|||
@include ctf(space-between); |
|||
.lss-stadium{ |
|||
@include flcw(28upx, 40upx, #1A1A1A, 500); |
|||
@include tHide; |
|||
} |
|||
.lss-status{ |
|||
flex-shrink: 0; |
|||
margin-left: 12upx; |
|||
@include flcw(28upx, 40upx, #9A9A9D); |
|||
} |
|||
} |
|||
.lit-price{ |
|||
margin-top: 30upx; |
|||
padding-top: 20upx; |
|||
text-align: right; |
|||
border-top: 1px solid #D8D8D8; |
|||
@include flcw(28upx, 40upx, #1A1A1A); |
|||
@include tHide; |
|||
.lp-txt{ |
|||
margin-right: 6upx; |
|||
color: #9C9C9F; |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue