This commit is contained in:
parent
63c8e17a81
commit
9635d86796
|
@ -854,7 +854,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-bottom: 20%;
|
margin-bottom:100rpx;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1042,7 +1042,7 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
.avatar-section{
|
.avatar-section{
|
||||||
padding:30rpx 0 50rpx 0;
|
padding:30rpx 0 30rpx 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.avatar-section-text{
|
.avatar-section-text{
|
||||||
|
@ -1058,7 +1058,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300rpx;
|
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);
|
//box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue