avatar.wxss 613 B

12345678910111213141516171819202122232425262728293031323334
  1. .avatar-page.data-v-09b088cb {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .avatar-page .left-button.data-v-09b088cb {
  6. background: #e0e0e0;
  7. color: #333;
  8. text-align: center;
  9. font-size: 26rpx;
  10. width: 140rpx;
  11. height: 60rpx;
  12. line-height: 60rpx;
  13. position: fixed;
  14. left: 40rpx;
  15. bottom: 40rpx;
  16. z-index: 100;
  17. border-radius: 10rpx;
  18. }
  19. .avatar-page .right-button.data-v-09b088cb {
  20. background: #007aff;
  21. color: #fff;
  22. text-align: center;
  23. font-size: 26rpx;
  24. width: 140rpx;
  25. height: 60rpx;
  26. line-height: 60rpx;
  27. position: fixed;
  28. right: 40rpx;
  29. bottom: 40rpx;
  30. z-index: 100;
  31. border-radius: 10rpx;
  32. }