| | |
| | | <template> |
| | | <view class="minePage-wrapper"> |
| | | <view class="fixed-box colCen" style="background:linear-gradient(263deg, #D20CFC, #8905F6);"> |
| | | <view class="fixed-box colCen" style="background:#0f0f0f"> |
| | | <view class="topbarbox"></view> |
| | | <view class="navigate-container rowCenBet"> |
| | | <view class="setting-box" style="opacity: 0;"> |
| | |
| | | </view> |
| | | <view class="mine-under-container colCen borderBox"> |
| | | |
| | | <view class="swiper-container borderBox" v-if="bannerList.length>0"> |
| | | <!-- <view class="swiper-container borderBox" v-if="bannerList.length>0"> |
| | | <swiper class="banerContent" :autoplay="true" :interval="3000" :duration="1000" circular> |
| | | <swiper-item v-for="(items,index) in bannerList" :key="index" @tap="goUrl(items)"> |
| | | <view class="swiper-items defIcon"> |
| | |
| | | </view> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <view class="setting-wrapper wrapperLayer colCen"> |
| | | |
| | |
| | | <style lang="scss"> |
| | | .minePage-wrapper { |
| | | width: 100%; |
| | | |
| | | .fixed-box { |
| | | position: fixed; |
| | | width: 100%; |
| | |
| | | |
| | | .headerbox-container { |
| | | width: 100%; |
| | | height: 326rpx; |
| | | height: 426rpx; |
| | | position: relative; |
| | | background: linear-gradient(263deg, #D20CFC, #8905F6); |
| | | background: #0f0f0f; |
| | | |
| | | .headerbox-container { |
| | | width: 100%; |
| | |
| | | height: 36rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | | color: #FFFFFF; |
| | | color: #0f0f0f; |
| | | padding: 0 18rpx; |
| | | background: #BE52FA; |
| | | background: #fff; |
| | | border-radius: 18rpx; |
| | | } |
| | | |
| | |
| | | text-align: center; |
| | | font-size: 24rpx; |
| | | font-weight: 400; |
| | | color: #ED00F8; |
| | | color: #0f0f0f; |
| | | margin-left: 20rpx; |
| | | } |
| | | } |