如何实现固定位置悬浮的按钮,例如客服对话按钮?谢谢 就是不随页面卷动而移动
大感谢!
在wss中加入
.ppp {
right: 50rpx;
bottom: 300rpx;
position: fixed;
}
ppp为class名