You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<template>
|
|
|
|
<view class="content">
|
|
|
|
<image src="https://static.ticket.sz-trip.com/tourGuide/images/index/topImg.png" class="topImg"></image>
|
|
|
|
|
|
|
|
<view class="title">
|
|
|
|
·快捷入口
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex-between">
|
|
|
|
<view class="nav-item flex-around">
|
|
|
|
立即核销
|
|
|
|
<image src="https://static.ticket.sz-trip.com/tourGuide/images/index/hexiao.png" mode=""></image>
|
|
|
|
</view>
|
|
|
|
<view class="nav-item flex-around">
|
|
|
|
查看订单
|
|
|
|
<image src="https://static.ticket.sz-trip.com/tourGuide/images/index/dingdan.png" mode=""></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.content {
|
|
|
|
background: #FFFFFF;
|
|
|
|
min-height: 100vh;
|
|
|
|
padding: 40rpx 26rpx 100rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topImg {
|
|
|
|
width: 299.33rpx;
|
|
|
|
height: 70rpx;
|
|
|
|
display: flex;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 35rpx;
|
|
|
|
color: #000000;
|
|
|
|
margin: 68rpx 0 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #000000;
|
|
|
|
width: 338rpx;
|
|
|
|
height: 118rpx;
|
|
|
|
background: #F5F5F5;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
padding: 0 15rpx;
|
|
|
|
|
|
|
|
image {
|
|
|
|
width: 80.67rpx;
|
|
|
|
height: 80.67rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|