baoxiudj.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. width: 60rpx;
  24. text-align: center;
  25. color: #fff;
  26. }
  27. .nav-title {
  28. flex: 1;
  29. text-align: center;
  30. font-size: 34rpx;
  31. color: #fff;
  32. }
  33. .nav-placeholder {
  34. width: 60rpx;
  35. }
  36. .bill-card {
  37. background-color: #fff;
  38. border-radius: 16rpx;
  39. padding: 30rpx;
  40. margin-bottom: 20rpx;
  41. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  42. position: relative;
  43. }
  44. /* 第一个卡片额外的顶部间距 */
  45. .first-card {
  46. margin-top: 20rpx;
  47. }
  48. .bill-row {
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. padding: 20rpx 0;
  53. }
  54. .bill-row-address {
  55. color: rgba(104, 108, 128, 1);
  56. }
  57. .divider {
  58. height: 1rpx;
  59. background-color: #eee;
  60. margin: 10rpx 0; /* 增加了分隔线上下间距 */
  61. }
  62. .solid-divider {
  63. height: 1rpx;
  64. background-color: #ddd;
  65. margin: 15rpx 0 20rpx 0;
  66. }
  67. .card-title {
  68. font-size: 32rpx;
  69. color: #333;
  70. font-weight: 500;
  71. margin-bottom: 10rpx;
  72. }
  73. .input-right {
  74. text-align: right;
  75. width: 60%;
  76. }
  77. .input-text {
  78. color: rgba(104, 108, 128, 1);
  79. }
  80. .placeholder-style {
  81. color: #999;
  82. text-align: right;
  83. }
  84. .selector-value {
  85. display: flex;
  86. align-items: center;
  87. }
  88. .arrow {
  89. margin-left: 10rpx;
  90. color: #999;
  91. }
  92. .fault-description {
  93. margin-bottom: 20rpx;
  94. }
  95. .fault-description textarea {
  96. width: 100%;
  97. height: 150rpx;
  98. padding: 10rpx;
  99. box-sizing: border-box;
  100. font-size: 28rpx;
  101. }
  102. .upload-section {
  103. display: flex;
  104. flex-wrap: wrap;
  105. }
  106. .upload-btn-container {
  107. width: 150rpx;
  108. height: 150rpx;
  109. margin-right: 20rpx;
  110. margin-bottom: 20rpx;
  111. border-radius: 8rpx;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. }
  116. .solid-border {
  117. border: 2rpx solid #ccc;
  118. }
  119. .upload-btn {
  120. width: 120rpx;
  121. height: 120rpx;
  122. display: flex;
  123. justify-content: center;
  124. align-items: center;
  125. }
  126. .plus-icon {
  127. font-size: 60rpx;
  128. color: #999;
  129. }
  130. .upload-tip {
  131. font-size: 24rpx;
  132. color: #999;
  133. margin-top: 10rpx;
  134. }
  135. .image-preview {
  136. display: flex;
  137. flex-wrap: wrap;
  138. }
  139. .image-item {
  140. width: 150rpx;
  141. height: 150rpx;
  142. margin-right: 20rpx;
  143. margin-bottom: 20rpx;
  144. position: relative;
  145. }
  146. .image-item image {
  147. width: 100%;
  148. height: 100%;
  149. border-radius: 8rpx;
  150. }
  151. .delete-icon {
  152. position: absolute;
  153. top: -15rpx;
  154. right: -15rpx;
  155. width: 40rpx;
  156. height: 40rpx;
  157. background-color: rgba(0, 0, 0, 0.5);
  158. color: #fff;
  159. border-radius: 50%;
  160. display: flex;
  161. justify-content: center;
  162. align-items: center;
  163. font-size: 24rpx;
  164. }
  165. .submit-btn {
  166. background-color: #007aff;
  167. color: #fff;
  168. text-align: center;
  169. padding: 25rpx 0;
  170. border-radius: 50rpx;
  171. margin-top: 40rpx;
  172. font-size: 32rpx;
  173. }
  174. /* 报修须知弹窗样式 */
  175. .notification-modal {
  176. position: fixed;
  177. bottom: 0;
  178. left: 0;
  179. right: 0;
  180. background-color: rgba(0, 0, 0, 0.5);
  181. z-index: 999;
  182. display: flex;
  183. justify-content: center;
  184. align-items: flex-end;
  185. height: 100%;
  186. }
  187. .notification-content {
  188. background-color: #fff;
  189. width: 100%;
  190. border-radius: 20rpx 20rpx 0 0;
  191. padding: 40rpx 30rpx;
  192. }
  193. .notification-title {
  194. text-align: center;
  195. font-size: 36rpx;
  196. font-weight: bold;
  197. margin-bottom: 20rpx;
  198. }
  199. .notification-divider {
  200. height: 1rpx;
  201. background-color: #ddd;
  202. margin-bottom: 30rpx;
  203. }
  204. .notification-list {
  205. margin-bottom: 40rpx;
  206. }
  207. .notification-item {
  208. margin-bottom: 20rpx;
  209. font-size: 28rpx;
  210. line-height: 1.5;
  211. }
  212. .notification-btn {
  213. background-color: #007aff;
  214. color: #fff;
  215. text-align: center;
  216. padding: 25rpx 0;
  217. border-radius: 50rpx;
  218. font-size: 32rpx;
  219. }
  220. .disabled-btn {
  221. background-color: #999;
  222. pointer-events: none;
  223. }