cropper.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .container {
  2. position: relative;
  3. overflow: hidden;
  4. }
  5. .navi_bar {
  6. position: fixed;
  7. z-index: 15;
  8. top: 0;
  9. left: 0;
  10. right: 0;
  11. }
  12. .ex-nav-bgc-class {
  13. background: white;
  14. backdrop-filter: blur(10px);
  15. }
  16. .bottom {
  17. display: flex;
  18. flex-direction: row;
  19. position: fixed;
  20. bottom: 100rpx;
  21. left: 0;
  22. right: 0;
  23. height: 88rpx;
  24. background-color: rgba(0, 0, 0, 0.6);
  25. z-index: 13;
  26. }
  27. .right_btn {
  28. width: 218rpx;
  29. height: 88rpx;
  30. background: #6546A3;
  31. border-radius: 44rpx;
  32. }
  33. .left_btn {
  34. width: 218rpx;
  35. height: 88rpx;
  36. background: rgba(0, 0, 0, 0.4);
  37. border-radius: 44rpx;
  38. margin-left: 102rpx;
  39. margin-right: 112rpx;
  40. }
  41. .btn_title {
  42. font-weight: 600;
  43. font-size: 34rpx;
  44. font-style: normal;
  45. color: white;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. text-align: center;
  50. justify-content: center;
  51. align-items: center;
  52. }
  53. .progress-container {
  54. position: relative;
  55. margin-inline: 56rpx;
  56. margin-top: 1454rpx;
  57. z-index: 10;
  58. }
  59. .progress {
  60. z-index: 11;
  61. height: 52rpx;
  62. }
  63. .progress-text {
  64. position: absolute;
  65. top: 50%;
  66. left: 50%;
  67. transform: translate(-50%, -50%);
  68. color: white;
  69. font-size: 24rpx;
  70. z-index: 12;
  71. font-weight: 500;
  72. }