站内搜索:
首页 >> 前端 >> 内容
微信小程序的悬浮按钮实现代码

时间:2017/12/19 10:03:51

微信小程序的悬浮按钮

实现代码:

.buttom{
  width: 100vw;height: 14.6vw;background: #fff;margin-top: 1.6vw;
  display: flex;flex-direction: row;position: fixed;bottom: 0
}

  • 上一篇:unity安卓移动端读写Xml实例
  • 下一篇:安装完YUICompressor后sublimectrl+b控制台不输出怎么办?
  • 返回顶部