cropper-avatar.wxss 255 B

123456789101112131415
  1. /* pages/me/cropper-avatar.wxss */
  2. .bottom{
  3. position: absolute;
  4. width:100%;
  5. bottom:50rpx;
  6. display: flex;
  7. z-index: 10;
  8. justify-content: center;
  9. align-items: center;
  10. flex-wrap:wrap;
  11. height: 210rpx;
  12. }
  13. .bottom button {
  14. margin: 15px auto;
  15. }