From 1d6228281b48be3e0edf9d808b5c743ea24df53a Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 11 八月 2023 16:31:31 +0800 Subject: [PATCH] no message --- uniapp/components/sh_page/minePage.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/uniapp/components/sh_page/minePage.vue b/uniapp/components/sh_page/minePage.vue index ea94e20..0ca2475 100644 --- a/uniapp/components/sh_page/minePage.vue +++ b/uniapp/components/sh_page/minePage.vue @@ -1,6 +1,6 @@ <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;"> @@ -44,7 +44,7 @@ </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"> @@ -52,7 +52,7 @@ </view> </swiper-item> </swiper> - </view> + </view> --> <view class="setting-wrapper wrapperLayer colCen"> @@ -365,7 +365,6 @@ <style lang="scss"> .minePage-wrapper { width: 100%; - .fixed-box { position: fixed; width: 100%; @@ -391,9 +390,9 @@ .headerbox-container { width: 100%; - height: 326rpx; + height: 426rpx; position: relative; - background: linear-gradient(263deg, #D20CFC, #8905F6); + background: #0f0f0f; .headerbox-container { width: 100%; @@ -445,9 +444,9 @@ height: 36rpx; font-size: 28rpx; font-weight: 400; - color: #FFFFFF; + color: #0f0f0f; padding: 0 18rpx; - background: #BE52FA; + background: #fff; border-radius: 18rpx; } @@ -459,7 +458,7 @@ text-align: center; font-size: 24rpx; font-weight: 400; - color: #ED00F8; + color: #0f0f0f; margin-left: 20rpx; } } -- Gitblit v1.9.3