imageCropper.wxss 230 B

1234567891011121314
  1. /* pages/user/imageCropper.wxss */
  2. .btn-bottom {
  3. position: fixed;
  4. bottom: 20px;
  5. left: 20px;
  6. right: 20px;
  7. height: 96rpx;
  8. background: #ED5D18;
  9. color: #fff;
  10. font-size: 34rpx;
  11. line-height: 96rpx;
  12. z-index: 99999;
  13. }