小程序固定底部、居中的悬浮按钮

.wxml:


  

.wxss:

add-wrap {
  position:fixed;
  bottom:0;
  display:flex;
  width:100%;
  justify-content:center;
}
.add-wrap image {
  width:64px;
  height:64px;
}

效果:

小程序固定底部、居中的悬浮按钮_第1张图片

你可能感兴趣的:(微信小程序,css,微信小程序开发)