核心提示:微信小程序的悬浮按钮实现代码:.buttom{width: 100vw;height: 14.6vw;background: #fff;margin-top: 1.6vw;display: flex;...
微信小程序的悬浮按钮
实现代码:
.buttom{ width: 100vw;height: 14.6vw;background: #fff;margin-top: 1.6vw; display: flex;flex-direction: row;position: fixed;bottom: 0 }