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.
 
 
 

47 lines
917 B

<template>
<view>
<Head title='市场' />
<view class="box">
<image src="../../static/dengdai.png"></image>
<text>准备中敬请期待</text>
</view>
<Uitabber selectpage="3" />
</view>
</template>
<script>
import Head from '@/components/head/head.vue'
import Uitabber from '@/components/uitabbar/uitabbar.vue'
export default {
components:{
Head,Uitabber
},
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
.box{
display: flex;
flex-direction: column;
align-items: center;
color: #ffffff;
margin: auto;
margin-top: 180rpx;
>image{
margin-bottom: 20rpx;
}
}
page{
background: -webkit-linear-gradient(top left, #34eeff 20%, #a28bfa 80%);
// background: -webkit-linear-gradient(to right, #34eeff, #a28bfa);
// background: linear-gradient(to right, #34eeff, #a28bfa);
}
</style>