From add9b3bb61fcc337b02c15e7973967d670e7d3be Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 21 五月 2025 17:17:28 +0800
Subject: [PATCH] Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui

---
 apps/taro/src/pages/mine/index.scss |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/apps/taro/src/pages/mine/index.scss b/apps/taro/src/pages/mine/index.scss
index fcd093e..4b99d62 100644
--- a/apps/taro/src/pages/mine/index.scss
+++ b/apps/taro/src/pages/mine/index.scss
@@ -4,26 +4,27 @@
 //   background-color: $body-background-color;
 // }
 
-.mine-page-bg {
-  position: fixed;
-  z-index: -1;
-  top: 0;
-  left: 0;
-  width: 750px;
-  height: 434px;
-  object-fit: cover;
+.mine-page-wrapper {
+  .mine-page-bg {
+    position: fixed;
+    z-index: -1;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    object-fit: cover;
+  }
 }
 
 .mine-page-top-view {
   display: flex;
-  padding: 30px 20px;
-  margin-top: 30px;
+  padding: 36px boleGetCssVar('size', 'body-padding-h') 64px;
 
   .mine-avatar {
-    width: 120px;
-    height: 120px;
+    width: 176px;
+    height: 176px;
     object-fit: cover;
-    margin-right: 30px;
+    margin-right: 36px;
   }
 
   .user-info {
@@ -44,5 +45,5 @@
 }
 
 .mine-list-wrapper {
-  margin-top: 60px;
+  border-radius: 20px;
 }

--
Gitblit v1.9.1