index.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .btn {
  2. padding: 16rpx 0rpx;
  3. text-align: center;
  4. border-radius: 50rpx;
  5. width: 220rpx;
  6. font-size: 30rpx;
  7. color: white;
  8. background-color: #F84041;
  9. box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
  10. }
  11. .uploadBox {
  12. position: fixed;
  13. top: 0px;
  14. left: 0px;
  15. width: 100vw;
  16. height: 100vh;
  17. background-color: rgba(255, 255, 255, 0);
  18. z-index: 999;
  19. .upload {
  20. position: absolute;
  21. left: 0rpx;
  22. right: 0rpx;
  23. top: 30%;
  24. margin: auto;
  25. width: 293rpx;
  26. height: 293rpx;
  27. border-radius: 30rpx;
  28. color: white;
  29. background-color: rgba(0, 0, 0, 0.8);
  30. text-align: center;
  31. padding: 0rpx 38rpx;
  32. box-sizing: border-box;
  33. font-size: 30rpx;
  34. z-index: 998;
  35. .speed {
  36. margin-top: 70rpx;
  37. }
  38. .speedProgress {
  39. border-radius: 50rpx;
  40. overflow: hidden;
  41. margin: 18rpx 0rpx 60rpx;
  42. }
  43. }
  44. }
  45. .successBox {
  46. position: fixed;
  47. top: 0px;
  48. left: 0px;
  49. width: 100vw;
  50. height: 100vh;
  51. z-index: 999;
  52. background-color: rgba(0, 0, 0, 0.438);
  53. .success {
  54. background-color: white;
  55. width: 558rpx;
  56. height: 520rpx;
  57. position: absolute;
  58. left: 0rpx;
  59. right: 0rpx;
  60. top: 0rpx;
  61. bottom: 0px;
  62. margin: auto;
  63. border-radius: 30rpx;
  64. background-color: white;
  65. font-size: 30rpx;
  66. padding: 35rpx;
  67. box-sizing: border-box;
  68. text-align: center;
  69. font-size: 36rpx;
  70. .icon {
  71. width: 100rpx;
  72. height: 100rpx;
  73. }
  74. .tips1 {
  75. margin: 16rpx 0rpx 34rpx;
  76. }
  77. .tips2 {
  78. margin-bottom: 15rpx;
  79. }
  80. .shareBtn {
  81. width: 280rpx;
  82. margin: 60rpx auto 0rpx;
  83. padding: 14rpx 0rpx;
  84. color: white;
  85. background-image: linear-gradient(270deg, #FC5556 0%, #F84041 100%, #14C962 100%);
  86. box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
  87. border-radius: 40rpx;
  88. }
  89. }
  90. }
  91. .eeee {
  92. position: fixed;
  93. top: 0px;
  94. left: 0px;
  95. width: 100vw;
  96. height: 100vh;
  97. background-color: rebeccapurple;
  98. }