|
|
@ -531,6 +531,7 @@ const scrollToTop = () => { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
margin-left: 40rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.logo { |
|
|
.logo { |
|
|
@ -731,7 +732,7 @@ const scrollToTop = () => { |
|
|
|
|
|
|
|
|
.input-area { |
|
|
.input-area { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 0; |
|
|
|
|
|
|
|
|
bottom: 70rpx; |
|
|
left: 0; |
|
|
left: 0; |
|
|
right: 0; |
|
|
right: 0; |
|
|
padding: 0 40rpx 80rpx 40rpx; |
|
|
padding: 0 40rpx 80rpx 40rpx; |
|
|
|