index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. .complaint-root.data-v-6497fc4f {
  2. width: 100vw;
  3. height: 100vh;
  4. background: #f8fafb;
  5. display: flex;
  6. flex-direction: column;
  7. overflow: hidden;
  8. }
  9. .custom-navbar.data-v-6497fc4f {
  10. background: #fff;
  11. width: 100%;
  12. flex-shrink: 0;
  13. border-bottom: 1rpx solid #f0f0f0;
  14. }
  15. .nav-content.data-v-6497fc4f {
  16. height: 44px;
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. padding: 0 30rpx;
  21. }
  22. .back-area.data-v-6497fc4f {
  23. width: 60rpx;
  24. height: 44px;
  25. display: flex;
  26. align-items: center;
  27. }
  28. .back-arrow.data-v-6497fc4f {
  29. width: 22rpx;
  30. height: 22rpx;
  31. border-left: 4rpx solid #333;
  32. border-bottom: 4rpx solid #333;
  33. transform: rotate(45deg);
  34. margin-left: 10rpx;
  35. }
  36. .nav-title.data-v-6497fc4f {
  37. font-size: 34rpx;
  38. font-weight: bold;
  39. color: #333;
  40. }
  41. .right-placeholder.data-v-6497fc4f {
  42. width: 60rpx;
  43. }
  44. .scroll-container.data-v-6497fc4f {
  45. flex: 1;
  46. height: 0;
  47. width: 100%;
  48. position: relative;
  49. }
  50. .scroll-content.data-v-6497fc4f {
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .form-body.data-v-6497fc4f {
  55. padding: 30rpx;
  56. }
  57. .section-card.data-v-6497fc4f {
  58. background: #fff;
  59. border-radius: 24rpx;
  60. padding: 40rpx 30rpx;
  61. margin-bottom: 30rpx;
  62. box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.02);
  63. }
  64. .section-title.data-v-6497fc4f {
  65. font-size: 30rpx;
  66. font-weight: bold;
  67. color: #1a1a1a;
  68. margin-bottom: 30rpx;
  69. border-left: 8rpx solid #C1001C;
  70. padding-left: 20rpx;
  71. line-height: 1.2;
  72. }
  73. .type-grid.data-v-6497fc4f {
  74. display: flex;
  75. gap: 20rpx;
  76. }
  77. .type-item.data-v-6497fc4f {
  78. flex: 1;
  79. height: 80rpx;
  80. background: #f5f6f8;
  81. border-radius: 12rpx;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. font-size: 28rpx;
  86. color: #666;
  87. border: 2rpx solid #f5f6f8;
  88. transition: all 0.2s;
  89. }
  90. .type-item.active.data-v-6497fc4f {
  91. background: rgba(193, 0, 28, 0.05);
  92. color: #C1001C;
  93. border-color: #C1001C;
  94. font-weight: bold;
  95. }
  96. .content-input.data-v-6497fc4f {
  97. width: 100%;
  98. height: 300rpx;
  99. background: #f9fafb;
  100. border-radius: 16rpx;
  101. padding: 24rpx;
  102. box-sizing: border-box;
  103. font-size: 30rpx;
  104. color: #333;
  105. }
  106. .word-count.data-v-6497fc4f {
  107. text-align: right;
  108. font-size: 24rpx;
  109. color: #ccc;
  110. margin-top: 12rpx;
  111. }
  112. .upload-grid.data-v-6497fc4f {
  113. display: grid;
  114. grid-template-columns: repeat(3, 1fr);
  115. gap: 20rpx;
  116. }
  117. .img-item.data-v-6497fc4f {
  118. position: relative;
  119. width: 100%;
  120. padding-top: 100%;
  121. }
  122. .img-item image.data-v-6497fc4f {
  123. position: absolute;
  124. top: 0;
  125. left: 0;
  126. width: 100%;
  127. height: 100%;
  128. border-radius: 16rpx;
  129. }
  130. .del-btn.data-v-6497fc4f {
  131. position: absolute;
  132. top: -10rpx;
  133. right: -10rpx;
  134. width: 40rpx;
  135. height: 40rpx;
  136. background: rgba(0, 0, 0, 0.5);
  137. border-radius: 50%;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. z-index: 10;
  142. }
  143. .close-icon.data-v-6497fc4f {
  144. color: #fff;
  145. font-size: 30rpx;
  146. line-height: 1;
  147. }
  148. .add-btn.data-v-6497fc4f {
  149. width: 100%;
  150. padding-top: 100%;
  151. border: 2rpx dashed #ddd;
  152. border-radius: 16rpx;
  153. display: flex;
  154. flex-direction: column;
  155. align-items: center;
  156. justify-content: center;
  157. position: relative;
  158. background: #fcfcfc;
  159. }
  160. .add-icon.data-v-6497fc4f {
  161. position: absolute;
  162. top: 35%;
  163. left: 50%;
  164. transform: translateX(-50%);
  165. font-size: 60rpx;
  166. color: #bbb;
  167. }
  168. .add-txt.data-v-6497fc4f {
  169. position: absolute;
  170. bottom: 20%;
  171. left: 50%;
  172. transform: translateX(-50%);
  173. font-size: 22rpx;
  174. color: #999;
  175. }
  176. .footer-bar.data-v-6497fc4f {
  177. background: #fff;
  178. padding: 30rpx 40rpx calc(30rpx + env(safe-area-inset-bottom));
  179. flex-shrink: 0;
  180. border-top: 1rpx solid #f0f0f0;
  181. }
  182. .submit-btn.data-v-6497fc4f {
  183. width: 100%;
  184. height: 96rpx;
  185. background: #C1001C;
  186. color: #fff;
  187. border-radius: 48rpx;
  188. display: flex;
  189. align-items: center;
  190. justify-content: center;
  191. font-size: 32rpx;
  192. font-weight: bold;
  193. border: none;
  194. }
  195. .submit-btn[disabled].data-v-6497fc4f {
  196. background: #edb3bb !important;
  197. color: rgba(255, 255, 255, 0.6) !important;
  198. }
  199. .bottom-placeholder.data-v-6497fc4f {
  200. height: 40rpx;
  201. }