奇点
 
 
 
 

38 lines
627 B

<template>
<view class="head">
<!-- 市场 -->
</view>
<view style="text-align: center;padding-top: 40rpx;">
<image class="imh" src="../../static/jqqd.png"></image>
</view>
<tabber selecttb='2' ></tabber>
</template>
<script>
import tabber from '@/components/tabber/tabber.vue'
export default {
components:{
tabber
},
setup() {
}
}
</script>
<style lang="scss">
.imh{
width: 650upx;
height: 350upx;
text-align: center;
border-radius: 20upx;
}
.head{
padding-top: 40upx;
display: flex;
justify-content: center;
font-size: 35upx;
font-weight: bold;
color: #FFFFFF;
}
</style>