This commit is contained in:
kbing1981 2024-07-26 13:47:52 +08:00
parent 63c8e17a81
commit 9635d86796
1 changed files with 3 additions and 3 deletions

View File

@ -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;