baoxiudj.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. .container4 {
  2. padding: 20rpx;
  3. background-color: #f5f5f5;
  4. min-height: 100vh;
  5. padding-top: calc(90rpx + 44px + 20rpx); /* 增加了额外的顶部间距 */
  6. }
  7. .custom-nav {
  8. display: flex;
  9. align-items: center;
  10. height: 90rpx;
  11. margin-bottom: 20rpx;
  12. background-color: #2E82FF;
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. right: 0;
  17. z-index: 1000;
  18. padding: 0 20rpx;
  19. padding-top: 44px; /* 适配iPhone状态栏 */
  20. }
  21. .back-icon {
  22. width: 16px;
  23. height: 16px;
  24. vertical-align: middle;
  25. }
  26. .nav-title {
  27. flex: 1;
  28. text-align: center;
  29. font-size: 34rpx;
  30. color: #fff;
  31. }
  32. .nav-placeholder {
  33. width: 60rpx;
  34. }
  35. .bill-card {
  36. background-color: #fff;
  37. border-radius: 16rpx;
  38. padding: 15rpx 24rpx 15rpx 24rpx ;
  39. margin-bottom: 20rpx;
  40. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  41. position: relative;
  42. }
  43. .bill-rownew {
  44. display: flex;
  45. font-size: 32rpx;
  46. justify-content: space-between;
  47. align-items: center;
  48. padding: 10rpx 0;
  49. }
  50. /* 第一个卡片额外的顶部间距 */
  51. .first-card {
  52. margin-top: 20rpx;
  53. }
  54. .bill-row {
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. padding: 20rpx 0;
  59. }
  60. .bill-row-address {
  61. text-align: right;
  62. color: rgba(104, 108, 128, 1);
  63. }
  64. .divider {
  65. height: 1rpx;
  66. background-color: #eee;
  67. margin: 10rpx 0; /* 增加了分隔线上下间距 */
  68. }
  69. .solid-divider {
  70. height: 1rpx;
  71. background-color: #ddd;
  72. margin: 15rpx 0 20rpx 0;
  73. }
  74. .card-title {
  75. font-size: 32rpx;
  76. color: #333;
  77. font-weight: 400;
  78. margin-bottom: 10rpx;
  79. }
  80. .reply-timenew {
  81. font-size: 32rpx;
  82. color: rgba(170, 177, 192, 1);
  83. padding: 10rpx;
  84. }
  85. .input-right {
  86. text-align: right;
  87. width: 60%;
  88. }
  89. .input-text {
  90. color: rgba(104, 108, 128, 1);
  91. }
  92. .placeholder-style {
  93. color: #999;
  94. text-align: right;
  95. }
  96. .selector-value {
  97. display: flex;
  98. align-items: center;
  99. }
  100. .arrow {
  101. margin-left: 10rpx;
  102. color: #999;
  103. }
  104. .fault-description textarea {
  105. width: 100%;
  106. height: 150rpx;
  107. padding: 10rpx;
  108. box-sizing: border-box;
  109. font-size: 28rpx;
  110. }
  111. .upload-section {
  112. display: flex;
  113. flex-wrap: wrap;
  114. }
  115. .upload-btn-container {
  116. width: 150rpx;
  117. height: 150rpx;
  118. margin-right: 20rpx;
  119. margin-bottom: 20rpx;
  120. border-radius: 8rpx;
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. }
  125. .solid-border {
  126. border: 2rpx solid #ccc;
  127. }
  128. .upload-btn {
  129. width: 120rpx;
  130. height: 120rpx;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. }
  135. .plus-icon {
  136. font-size: 60rpx;
  137. color: #999;
  138. }
  139. .upload-tip {
  140. font-size: 24rpx;
  141. color: #999;
  142. margin-top: 10rpx;
  143. }
  144. .image-preview {
  145. display: flex;
  146. flex-wrap: wrap;
  147. }
  148. .image-item {
  149. width: 150rpx;
  150. height: 150rpx;
  151. margin-right: 20rpx;
  152. margin-bottom: 20rpx;
  153. position: relative;
  154. }
  155. .image-item image {
  156. width: 100%;
  157. height: 100%;
  158. border-radius: 8rpx;
  159. }
  160. .delete-icon {
  161. position: absolute;
  162. top: -15rpx;
  163. right: -15rpx;
  164. width: 40rpx;
  165. height: 40rpx;
  166. background-color: rgba(0, 0, 0, 0.5);
  167. color: #fff;
  168. border-radius: 50%;
  169. display: flex;
  170. justify-content: center;
  171. align-items: center;
  172. font-size: 24rpx;
  173. }
  174. .submit-btn {
  175. width: 90%;
  176. height: 45px;
  177. background-color: #0080ff;
  178. color: white;
  179. border-radius: 22.5px;
  180. font-size: 16px;
  181. display: flex;
  182. align-items: center;
  183. justify-content: center;
  184. margin: 30px auto;
  185. }
  186. .submit-btn.disabled {
  187. opacity: 0.7;
  188. }
  189. /* 报修须知弹窗样式 */
  190. .notification-modal {
  191. position: fixed;
  192. bottom: 0;
  193. left: 0;
  194. right: 0;
  195. background-color: rgba(0, 0, 0, 0.5);
  196. z-index: 999;
  197. display: flex;
  198. justify-content: center;
  199. align-items: flex-end;
  200. height: 100%;
  201. }
  202. .notification-content {
  203. background-color: #fff;
  204. width: 100%;
  205. border-radius: 20rpx 20rpx 0 0;
  206. padding: 40rpx 30rpx;
  207. }
  208. .notification-title {
  209. text-align: center;
  210. font-size: 36rpx;
  211. font-weight: bold;
  212. margin-bottom: 20rpx;
  213. }
  214. .notification-divider {
  215. height: 1rpx;
  216. background-color: #ddd;
  217. margin-bottom: 30rpx;
  218. }
  219. .notification-list {
  220. margin-bottom: 40rpx;
  221. }
  222. .notification-item {
  223. margin-bottom: 20rpx;
  224. font-size: 28rpx;
  225. line-height: 1.5;
  226. }
  227. .notification-btn {
  228. background-color: #007aff;
  229. color: #fff;
  230. text-align: center;
  231. padding: 25rpx 0;
  232. border-radius: 50rpx;
  233. font-size: 32rpx;
  234. }
  235. .disabled-btn {
  236. background-color: #999;
  237. pointer-events: none;
  238. }
  239. /* 必填项标记 */
  240. .required {
  241. color: #ff4d4f;
  242. margin-left: 4rpx;
  243. }
  244. .submit-button.submitting {
  245. background-color: #cccccc;
  246. color: #666666;
  247. }