zhaojs
2023-07-19 7c35ab19240a46c39f2bbf91414b69a39bb0e211
uniapp/components/sh_page/minePage.vue
@@ -1,6 +1,6 @@
<template>
   <view class="minePage-wrapper">
      <view class="fixed-box colCen" style="background:#ffb030">
      <view class="fixed-box colCen" style="background:#0f0f0f">
         <view class="topbarbox"></view>
         <view class="navigate-container rowCenBet">
            <view class="setting-box" style="opacity: 0;">
@@ -392,7 +392,7 @@
         width: 100%;
         height: 426rpx;
         position: relative;
         background: #ffb030;
         background: #0f0f0f;
         .headerbox-container {
            width: 100%;
@@ -444,9 +444,9 @@
                        height: 36rpx;
                        font-size: 28rpx;
                        font-weight: 400;
                        color: #FFFFFF;
                        color: #0f0f0f;
                        padding: 0 18rpx;
                        background: #ffb030;
                        background: #fff;
                        border-radius: 18rpx;
                     }
@@ -458,7 +458,7 @@
                        text-align: center;
                        font-size: 24rpx;
                        font-weight: 400;
                        color: #ffb030;
                        color: #0f0f0f;
                        margin-left: 20rpx;
                     }
                  }