From 14368e8a09c4b5793d0975f85e36a4c1d410ca36 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 16 五月 2025 17:27:24 +0800 Subject: [PATCH] feat: 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..63af7e4 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; +.index-page-wrapper { + .home-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 36px 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