5 changed files with 157 additions and 16 deletions
-
1src/js/api.js
-
6src/pages.json
-
6src/pages/write_off/operate/operate.vue
-
87src/pages/write_off/ym_card_gated/ym_card_gated.vue
-
73src/pages/write_off/ym_confirm/ym_confirm.vue
@ -0,0 +1,87 @@ |
|||
<template> |
|||
<view class="ym-card-gated"> |
|||
<view class="ycg-stadium">场馆</view> |
|||
<view class="ycg-suc-tip">核销成功</view> |
|||
<view class="ycg-back-btn">返回继续核销</view> |
|||
<view class="ycg-open-tip">如需开门,请点击</view> |
|||
<view class="ycg-btn-ls"> |
|||
<view class="ybl-item"> |
|||
<view class="yi-name">name</view> |
|||
<view class="yi-btn">开门</view> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
@import '~style/public.scss'; |
|||
page{ |
|||
background-color: #fff; |
|||
} |
|||
.ym-card-gated{ |
|||
padding: 0 30upx; |
|||
.ycg-stadium{ |
|||
padding: 30upx 0; |
|||
font-size: 32upx; |
|||
color: #1a1a1a; |
|||
border-bottom: 2upx solid #E5E5E5; |
|||
} |
|||
.ycg-suc-tip{ |
|||
padding: 100upx 0 200upx; |
|||
text-align: center; |
|||
line-height: 60upx; |
|||
font-size: 50upx; |
|||
color: #333; |
|||
} |
|||
.ycg-back-btn{ |
|||
margin: 0 auto 50upx; |
|||
width: 250upx; |
|||
height: 88upx; |
|||
line-height: 88upx; |
|||
text-align: center; |
|||
font-size: 32upx; |
|||
color: $themeColor; |
|||
border: 2upx solid $themeColor; |
|||
border-radius: 6upx; |
|||
} |
|||
.ycg-open-tip{ |
|||
margin-bottom: 50upx; |
|||
font-size: 24upx; |
|||
line-height: 32upx; |
|||
color: #9a9a9d; |
|||
} |
|||
.ycg-btn-ls{ |
|||
padding: 0 24upx; |
|||
.ybl-item{ |
|||
border-bottom: 2upx solid #f2f2f7; |
|||
padding: 30upx 0; |
|||
@include centerFlex(space-between); |
|||
.yi-name{ |
|||
flex-grow: 1; |
|||
font-size: 28upx; |
|||
line-height: 32upx; |
|||
color: #333; |
|||
@include textHide(1); |
|||
} |
|||
.yi-btn{ |
|||
flex-shrink: 0; |
|||
margin-left: 20upx; |
|||
width: 128upx; |
|||
height: 66upx; |
|||
line-height: 66upx; |
|||
font-size: 32upx; |
|||
text-align: center; |
|||
border-radius: 10upx; |
|||
background-color: $themeColor; |
|||
color: #fff; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue