diy_floatingBox.wxss
594 Bytes
/* components/div_floatingBox/div_floatingBox.wxss */
.floatingBox {
/* width: 100rpx; */
height: 750rpx;
position: fixed;
/* top:0; */
bottom: 300rpx;
/* margin: auto; */
/* background-color: red; */
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-end;
/* justify-content: space-around; */
}
.backTop {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
z-index: 100;
background-color: #fff;
border: 1px solid #adadad;
box-shadow: 0 0 10px 2px #adadad;
display: flex;
align-items: center;
justify-content: center;
}