zhaojs
2023-06-20 601e5c93682ec863a7c8d156952ce6fb1da48583
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;">
@@ -365,7 +365,6 @@
<style lang="scss">
   .minePage-wrapper {
      width: 100%;
      .fixed-box {
         position: fixed;
         width: 100%;
@@ -393,7 +392,7 @@
         width: 100%;
         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;
                     }
                  }