Rt css小白,碰到这个破样式,网上没找到现成的,捣鼓了下贡献给我一样的小白
.circle-float{
color: #ffffff;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
bottom: 20rpx;
right: 20rpx;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
font-size: 28rpx;
background: #4EEE94;
}