17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
.to-top-btn{
|
|
position: fixed;
|
|
right: 22rpx;
|
|
bottom: 110px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
border-radius: 50%;
|
|
background: rgba(0,0,0,0.4);
|
|
z-index: 1003;
|
|
}
|
|
.to-top-btn image{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
} |