u-avatar-cropper.ttss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .content.data-v-90d78b40 {
  7. background: white;
  8. }
  9. .cropper.data-v-90d78b40 {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 100%;
  15. z-index: 11;
  16. }
  17. .cropper-buttons.data-v-90d78b40 {
  18. background-color: #000000;
  19. color: #eee;
  20. }
  21. .cropper-wrapper.data-v-90d78b40 {
  22. position: relative;
  23. display: flex;
  24. flex-direction: row;
  25. flex-direction: row;
  26. justify-content: space-between;
  27. align-items: center;
  28. width: 100%;
  29. background-color: #000;
  30. }
  31. .cropper-buttons.data-v-90d78b40 {
  32. width: 100vw;
  33. display: flex;
  34. flex-direction: row;
  35. flex-direction: row;
  36. justify-content: space-between;
  37. align-items: center;
  38. position: fixed;
  39. bottom: 0;
  40. left: 0;
  41. font-size: 28rpx;
  42. }
  43. .cropper-buttons .upload.data-v-90d78b40,
  44. .cropper-buttons .getCropperImage.data-v-90d78b40 {
  45. width: 50%;
  46. text-align: center;
  47. }
  48. .cropper-buttons .upload.data-v-90d78b40 {
  49. text-align: left;
  50. padding-left: 50rpx;
  51. }
  52. .cropper-buttons .getCropperImage.data-v-90d78b40 {
  53. text-align: right;
  54. padding-right: 50rpx;
  55. }