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;