From 9635d86796b252f5d32c6759ff4c84c8913f870b Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 26 Jul 2024 13:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/my/index.vue b/pages/my/index.vue index 2ff8a18..1b56923 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -854,7 +854,7 @@ position: fixed; right: 0; bottom: 0; - margin-bottom: 20%; + margin-bottom:100rpx; margin-right: 20px; border-radius: 5px; } @@ -1042,7 +1042,7 @@ border-radius: 50%; } .avatar-section{ - padding:30rpx 0 50rpx 0; + padding:30rpx 0 30rpx 0; position: relative; } .avatar-section-text{ @@ -1058,7 +1058,7 @@ position: relative; width: 100%; height: 300rpx; - background: linear-gradient(-45deg, #83e5d4, #25bca8, #3acdb9); + background: linear-gradient(-45deg, #0fb09b, #25bca8, #3acdb9); //box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3); border-radius: 20rpx; color: #ffffff;