| | |
| | | <template> |
| | | <div class="home no_touch"> |
| | | <!-- //头部组件--> |
| | | <div class="px-32"> |
| | | <div class="px-32 top-wrp"> |
| | | <ex-header :unread_num="`${unreadMsg_num}`"></ex-header> |
| | | <ioe-swiper /> |
| | | <van-notice-bar |
| | | <!-- <van-notice-bar |
| | | style="margin-top: 5px" |
| | | class="font-26 textColor" |
| | | left-icon="volume-o" |
| | |
| | | :text="announceTitle" |
| | | > |
| | | <div slot="left-icon" class="pr-13 flex items-center"> |
| | | <van-icon name="volume-o" /> |
| | | <img class="w-50 h-56" src="../assets/image/diqiu.png" alt="" /> |
| | | </div> |
| | | <van-swipe |
| | |
| | | > |
| | | <img class="w-36 h-36" src="../assets/more.png" alt="" /> |
| | | </div> |
| | | </van-notice-bar> |
| | | </van-notice-bar> --> |
| | | </div> |
| | | <div |
| | | class="contRound" |
| | | style="border-top-left-radius: 30px; border-top-right-radius: 30px" |
| | | > |
| | | <div class="double"> |
| | | <div class="contRound px-32"> |
| | | <!-- <div class="double"> |
| | | <div |
| | | class="double_box_left" |
| | | @click="$router.push('/recharge/rechargeList')" |
| | |
| | | HOT |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <ex-nav></ex-nav> |
| | | <!-- <div class="h-150 text-white rounded-lg mt-34 flex items-center justify-center contNav" |
| | | @click="$router.push('/wantBuy')"> |
| | |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | padding: 0 0 108px; |
| | | |
| | | @include themify() { |
| | | background: themed("home_bg"); |
| | | } |
| | | background-color: #000; |
| | | // @include themify() { |
| | | // background: themed("home_bg"); |
| | | // } |
| | | |
| | | ::v-deep .van-cell { |
| | | @include themify() { |
| | |
| | | transform: translatex(-50%); |
| | | } |
| | | } |
| | | |
| | | .top-wrp { |
| | | margin-bottom: 2rem; |
| | | } |
| | | </style> |