baoxiudj.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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. .fixed-back {
  22. font-size: 40rpx;
  23. text-align: center;
  24. color: #fff;
  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: 30rpx;
  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. color: rgba(104, 108, 128, 1);
  62. }
  63. .divider {
  64. height: 1rpx;
  65. background-color: #eee;
  66. margin: 10rpx 0; /* 增加了分隔线上下间距 */
  67. }
  68. .solid-divider {
  69. height: 1rpx;
  70. background-color: #ddd;
  71. margin: 15rpx 0 20rpx 0;
  72. }
  73. .card-title {
  74. font-size: 32rpx;
  75. color: #333;
  76. font-weight: 500;
  77. margin-bottom: 10rpx;
  78. }
  79. .reply-timenew {
  80. font-size: 32rpx;
  81. color: #666;
  82. padding: 10rpx;
  83. }
  84. .input-right {
  85. text-align: right;
  86. width: 60%;
  87. }
  88. .input-text {
  89. color: rgba(104, 108, 128, 1);
  90. }
  91. .placeholder-style {
  92. color: #999;
  93. text-align: right;
  94. }
  95. .selector-value {
  96. display: flex;
  97. align-items: center;
  98. }
  99. .arrow {
  100. margin-left: 10rpx;
  101. color: #999;
  102. }
  103. .fault-description {
  104. margin-bottom: 20rpx;
  105. }
  106. .fault-description textarea {
  107. width: 100%;
  108. height: 150rpx;
  109. padding: 10rpx;
  110. box-sizing: border-box;
  111. font-size: 28rpx;
  112. }
  113. .upload-section {
  114. display: flex;
  115. flex-wrap: wrap;
  116. }
  117. .upload-btn-container {
  118. width: 150rpx;
  119. height: 150rpx;
  120. margin-right: 20rpx;
  121. margin-bottom: 20rpx;
  122. border-radius: 8rpx;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. }
  127. .solid-border {
  128. border: 2rpx solid #ccc;
  129. }
  130. .upload-btn {
  131. width: 120rpx;
  132. height: 120rpx;
  133. display: flex;
  134. justify-content: center;
  135. align-items: center;
  136. }
  137. .plus-icon {
  138. font-size: 60rpx;
  139. color: #999;
  140. }
  141. .upload-tip {
  142. font-size: 24rpx;
  143. color: #999;
  144. margin-top: 10rpx;
  145. }
  146. .image-preview {
  147. display: flex;
  148. flex-wrap: wrap;
  149. }
  150. .image-item {
  151. width: 150rpx;
  152. height: 150rpx;
  153. margin-right: 20rpx;
  154. margin-bottom: 20rpx;
  155. position: relative;
  156. }
  157. .image-item image {
  158. width: 100%;
  159. height: 100%;
  160. border-radius: 8rpx;
  161. }
  162. .delete-icon {
  163. position: absolute;
  164. top: -15rpx;
  165. right: -15rpx;
  166. width: 40rpx;
  167. height: 40rpx;
  168. background-color: rgba(0, 0, 0, 0.5);
  169. color: #fff;
  170. border-radius: 50%;
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. font-size: 24rpx;
  175. }
  176. .submit-btn.disabled {
  177. opacity: 0.7;
  178. }
  179. /* 报修须知弹窗样式 */
  180. .notification-modal {
  181. position: fixed;
  182. bottom: 0;
  183. left: 0;
  184. right: 0;
  185. background-color: rgba(0, 0, 0, 0.5);
  186. z-index: 999;
  187. display: flex;
  188. justify-content: center;
  189. align-items: flex-end;
  190. height: 100%;
  191. }
  192. .notification-content {
  193. background-color: #fff;
  194. width: 100%;
  195. border-radius: 20rpx 20rpx 0 0;
  196. padding: 40rpx 30rpx;
  197. }
  198. .notification-title {
  199. text-align: center;
  200. font-size: 36rpx;
  201. font-weight: bold;
  202. margin-bottom: 20rpx;
  203. }
  204. .notification-divider {
  205. height: 1rpx;
  206. background-color: #ddd;
  207. margin-bottom: 30rpx;
  208. }
  209. .notification-list {
  210. margin-bottom: 40rpx;
  211. }
  212. .notification-item {
  213. margin-bottom: 20rpx;
  214. font-size: 28rpx;
  215. line-height: 1.5;
  216. }
  217. .notification-btn {
  218. background-color: #007aff;
  219. color: #fff;
  220. text-align: center;
  221. padding: 25rpx 0;
  222. border-radius: 50rpx;
  223. font-size: 32rpx;
  224. }
  225. .disabled-btn {
  226. background-color: #999;
  227. pointer-events: none;
  228. }
  229. /* 必填项标记 */
  230. .required {
  231. color: #ff4d4f;
  232. margin-left: 4rpx;
  233. }