|
@ -2,6 +2,12 @@ |
|
|
<view class="occupy-success"> |
|
|
<view class="occupy-success"> |
|
|
<view class="os-address">欧轩智能场馆(羽毛球馆永泰店)</view> |
|
|
<view class="os-address">欧轩智能场馆(羽毛球馆永泰店)</view> |
|
|
<image class="os-code"></image> |
|
|
<image class="os-code"></image> |
|
|
|
|
|
<view class="os-num">验证码:12235 51234</view> |
|
|
|
|
|
<view class="os-btn"> |
|
|
|
|
|
<view>分享给朋友</view> |
|
|
|
|
|
<image></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="os-black">返回</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -31,5 +37,36 @@ export default { |
|
|
height: 400upx; |
|
|
height: 400upx; |
|
|
background-color: skyblue; |
|
|
background-color: skyblue; |
|
|
} |
|
|
} |
|
|
|
|
|
.os-num{ |
|
|
|
|
|
margin-bottom: 128upx; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
font-size: 32upx; |
|
|
|
|
|
color: #333; |
|
|
|
|
|
} |
|
|
|
|
|
.os-btn{ |
|
|
|
|
|
margin: 0 auto 92upx; |
|
|
|
|
|
width: 320upx; |
|
|
|
|
|
height: 112upx; |
|
|
|
|
|
background-color: $themeColor; |
|
|
|
|
|
border-radius: 10upx; |
|
|
|
|
|
@include centerFlex(center); |
|
|
|
|
|
>view{ |
|
|
|
|
|
font-size: 32upx; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
>image{ |
|
|
|
|
|
margin-left: 20upx; |
|
|
|
|
|
width: 34upx; |
|
|
|
|
|
height: 36upx; |
|
|
|
|
|
background-color: skyblue; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.os-black{ |
|
|
|
|
|
font-size: 32upx; |
|
|
|
|
|
line-height: 44upx; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
color: $themeColor; |
|
|
|
|
|
text-decoration: underline; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |