浏览代码

fix:UI修改

zhangsiya 11 月之前
父节点
当前提交
dc3dfe844e
共有 2 个文件被更改,包括 12 次插入9 次删除
  1. 5 0
      apps/mobile/src/components/mine/MineHeader.vue
  2. 7 9
      apps/mobile/src/components/mine/SignIn.vue

+ 5 - 0
apps/mobile/src/components/mine/MineHeader.vue

@@ -504,6 +504,9 @@ export default {
     border: 1px solid #fff;
     background: rgba(255, 255, 255, .65);
     color: #171826;
+    .iconfont {
+      vertical-align: center;
+    }
   }
   .j-icon {
     display: inline-block;
@@ -515,10 +518,12 @@ export default {
   .vip-icon{
     background:rgba(255, 255, 255, 0.65) url(@/assets/image/icon/vip/vip-icon.png) no-repeat center;
     background-size: 14px;
+    backdrop-filter: blur(2px);
   }
   .bigmember-icon {
     background:rgba(255, 255, 255, 0.5) url(@/assets/image/icon/big-member/icon-gaojihy.png) no-repeat center;
     background-size: 14px;
+    backdrop-filter: blur(2px);
   }
   .bg-line-gold{
     background: linear-gradient(90deg,#FFECCE 0%, #FCD7B2 100%);

+ 7 - 9
apps/mobile/src/components/mine/SignIn.vue

@@ -34,10 +34,6 @@
         ></div>
       </div>
     </div>
-<!--    <div class="points-record" @click="viewMoreRecord" v-if="showMoreRecord">-->
-<!--      <span>查看记录</span>-->
-<!--      <AppIcon name="youbian" size="14" color="#C0C4CC" />-->
-<!--    </div>-->
     <van-dialog
       class="sign-success-dialog"
       v-model:show="visibleDialog"
@@ -253,15 +249,17 @@ export default {
   }
   .sun {
     position: absolute;
-    top: 0;
-    left: 0;
+    top: -7px;
+    left: -7px;
     right: 0;
     bottom: 0;
+    width: 45px;
+    height:45px;
     &.animate {
       animation: turn 6s linear infinite;
-      background: url(@/assets/image/mine/dateGetClick@2x.png) center center
-        no-repeat transparent;
-      background-size: 100% 100%;
+      background: url(@/assets/image/mine/dateGetClick@2x.png) center
+        no-repeat;
+      background-size: cover;
     }
   }
   .circle {