|
|
@ -1559,14 +1559,13 @@ wx-button:not([size=mini]) { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
right: 24rpx; |
|
|
right: 24rpx; |
|
|
bottom: 180rpx; |
|
|
bottom: 180rpx; |
|
|
width: 96rpx; |
|
|
width: 60rpx; |
|
|
height: 96rpx; |
|
|
height: 60rpx; |
|
|
background: rgba(255, 255, 255, 0.25); |
|
|
background: rgba(255, 255, 255, 0.25); |
|
|
backdrop-filter: blur(16rpx); |
|
|
backdrop-filter: blur(16rpx); |
|
|
-webkit-backdrop-filter: blur(16rpx); |
|
|
-webkit-backdrop-filter: blur(16rpx); |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
|
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.15); |
|
|
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.15); |
|
|
|