Commit a15fa78b authored by spc's avatar spc

avatar

parent 8c075670
...@@ -455,9 +455,8 @@ ...@@ -455,9 +455,8 @@
padding: 0; padding: 0;
width: 100%; width: 100%;
height: auto; height: auto;
padding-bottom: 100rpx;
position: absolute; position: absolute;
bottom: 0; bottom: -80rpx;
max-height: 80vh; max-height: 80vh;
.user-info-header { .user-info-header {
...@@ -595,17 +594,20 @@ ...@@ -595,17 +594,20 @@
.user-info-actions { .user-info-actions {
display: flex; display: flex;
padding: 0 40rpx 40rpx; // padding: 0 40rpx 40rpx;
gap: 20rpx; // gap: 20rpx;
margin-top: 0; margin-top: 0;
height: 180rpx;
justify-content: center;
.action-btn { .action-btn {
flex: 1; // flex: 1;
height: 88rpx; height: 88rpx;
border-radius: 44rpx; width: 200rpx;
font-size: 32rpx; font-size: 32rpx;
border: none !important; border: none !important;
position: relative; position: relative;
margin: 0 20rpx;
&::after { &::after {
border: none !important; border: none !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment