tousujianyi.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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: 30rpx;
  39. margin-bottom: 10rpx;
  40. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  41. position: relative;
  42. }
  43. /* 第一个卡片额外的顶部间距 */
  44. .first-card {
  45. margin-top: 10rpx;
  46. }
  47. .bill-row {
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. padding: 20rpx 0;
  52. }
  53. .bill-rownew {
  54. display: flex;
  55. font-size: 32rpx;
  56. justify-content: space-between;
  57. align-items: center;
  58. padding: 10rpx 0;
  59. }
  60. .bill-row-address {
  61. color: rgba(104, 108, 128, 1);
  62. }
  63. /* 必填项标记 */
  64. .required {
  65. color: #ff4d4f;
  66. margin-left: 4rpx;
  67. }
  68. /* 单选框样式 */
  69. .radio-group {
  70. display: flex;
  71. justify-content: flex-end;
  72. }
  73. .radio {
  74. margin-left: 30rpx;
  75. font-size: 32rpx;
  76. color: #333;
  77. font-weight: 500;
  78. }
  79. .divider {
  80. height: 1rpx;
  81. background-color: #eee;
  82. margin: 10rpx 0; /* 增加了分隔线上下间距 */
  83. }
  84. .solid-divider {
  85. height: 1rpx;
  86. background-color: #ddd;
  87. margin: 15rpx 0 20rpx 0;
  88. }
  89. .card-title {
  90. font-size: 32rpx;
  91. color: #333;
  92. font-weight: 500;
  93. margin-bottom: 10rpx;
  94. padding: 10rpx 0;
  95. }
  96. .input-right {
  97. text-align: right;
  98. width: 60%;
  99. }
  100. .input-text {
  101. color: rgba(104, 108, 128, 1);
  102. }
  103. .preview-text {
  104. color: #333;
  105. }
  106. .placeholder-style {
  107. color: #999;
  108. text-align: right;
  109. }
  110. .selector-value {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .arrow {
  115. margin-left: 10rpx;
  116. color: #999;
  117. }
  118. .fault-description {
  119. margin-bottom: 20rpx;
  120. }
  121. .fault-description textarea {
  122. width: 100%;
  123. height: 150rpx;
  124. padding: 10rpx;
  125. box-sizing: border-box;
  126. font-size: 28rpx;
  127. }
  128. .upload-section {
  129. display: flex;
  130. flex-wrap: wrap;
  131. }
  132. .upload-btn-container {
  133. width: 150rpx;
  134. height: 150rpx;
  135. margin-right: 20rpx;
  136. margin-bottom: 20rpx;
  137. border-radius: 8rpx;
  138. display: flex;
  139. justify-content: center;
  140. align-items: center;
  141. }
  142. .solid-border {
  143. border: 2rpx solid #ccc;
  144. }
  145. .upload-btn {
  146. width: 120rpx;
  147. height: 120rpx;
  148. display: flex;
  149. justify-content: center;
  150. align-items: center;
  151. }
  152. .plus-icon {
  153. font-size: 60rpx;
  154. color: #999;
  155. }
  156. .upload-tip {
  157. font-size: 24rpx;
  158. color: #999;
  159. margin-top: 10rpx;
  160. }
  161. .image-preview {
  162. display: flex;
  163. flex-wrap: wrap;
  164. }
  165. .image-item {
  166. width: 150rpx;
  167. height: 150rpx;
  168. margin-right: 20rpx;
  169. margin-bottom: 20rpx;
  170. position: relative;
  171. }
  172. .image-item image {
  173. width: 100%;
  174. height: 100%;
  175. border-radius: 8rpx;
  176. }
  177. .delete-icon {
  178. position: absolute;
  179. top: -15rpx;
  180. right: -15rpx;
  181. width: 40rpx;
  182. height: 40rpx;
  183. background-color: rgba(0, 0, 0, 0.5);
  184. color: #fff;
  185. border-radius: 50%;
  186. display: flex;
  187. justify-content: center;
  188. align-items: center;
  189. font-size: 24rpx;
  190. }
  191. .submit-btn {
  192. width: 90%;
  193. height: 45px;
  194. background-color: #0080ff;
  195. color: white;
  196. border-radius: 22.5px;
  197. font-size: 16px;
  198. display: flex;
  199. align-items: center;
  200. justify-content: center;
  201. margin: 30px auto;
  202. }
  203. .submit-btn.disabled {
  204. opacity: 0.7;
  205. }
  206. .reply-item {
  207. background-color: #f8f8f8;
  208. border-radius: 8rpx;
  209. margin-top: 20rpx;
  210. }
  211. .reply-time {
  212. font-size: 28rpx;
  213. color: #666;
  214. padding: 20rpx;
  215. }
  216. .reply-timenew {
  217. font-size: 32rpx;
  218. color: #666;
  219. padding: 10rpx;
  220. }
  221. .reply-content {
  222. font-size: 30rpx;
  223. color: #333;
  224. padding: 20rpx;
  225. line-height: 1.5;
  226. }
  227. .reply-content {
  228. font-size: 28rpx;
  229. color: #333;
  230. padding: 10rpx 0;
  231. line-height: 1.5;
  232. }
  233. .reply-time {
  234. font-size: 28rpx;
  235. color: rgba(104, 108, 128, 1);
  236. text-align: right;
  237. }
  238. /* 禁用状态的输入框样式 */
  239. input[disabled], textarea[disabled] {
  240. color: #333;
  241. background-color: transparent;
  242. }