min-project/component/toTop/toTop.wxss
2024-12-12 12:14:09 +08:00

24 lines
450 B
Plaintext

.to-top-btn{
position: fixed;
/* right: 5px; */
right: 22rpx;
bottom: 110px;
display: flex;
align-items: center;
justify-content: center;
/* width: 50px;
height: 50px; */
width: 72rpx;
height: 72rpx;
/* line-height:50px; */
/* border:1px solid #e4e4e4; */
border-radius: 50%;
background: rgba(0,0,0,0.4);
z-index: 1003;
}
.to-top-btn image{
/* width: 23px; */
width: 32rpx;
height: 32rpx;
/* height: 23px; */
}