tousujianyi.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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: 88rpx;
  20. }
  21. .back-icon {
  22. position: fixed;
  23. top: 115rpx;
  24. left: 30rpx;
  25. z-index: 999;
  26. width: 40rpx;
  27. height: 40rpx;
  28. }
  29. .nav-title {
  30. flex: 1;
  31. text-align: center;
  32. font-size: 34rpx;
  33. color: #fff;
  34. }
  35. .nav-placeholder {
  36. width: 60rpx;
  37. }
  38. .bill-card {
  39. background-color: #fff;
  40. border-radius: 16rpx;
  41. padding: 30rpx;
  42. margin-bottom: 10rpx;
  43. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  44. position: relative;
  45. }
  46. /* 第一个卡片额外的顶部间距 */
  47. /* .first-card {
  48. margin-top: 10rpx;
  49. } */
  50. .bill-row {
  51. display: flex;
  52. justify-content: space-between;
  53. align-items: center;
  54. padding: 20rpx 0;
  55. }
  56. .bill-rownew {
  57. display: flex;
  58. font-size: 32rpx;
  59. justify-content: space-between;
  60. align-items: center;
  61. padding: 10rpx 0;
  62. }
  63. .bill-row-address {
  64. color: rgba(104, 108, 128, 1);
  65. }
  66. /* 必填项标记 */
  67. .required {
  68. color: #ff4d4f;
  69. margin-left: 4rpx;
  70. }
  71. /* 单选框样式 */
  72. .radio-group {
  73. display: flex;
  74. justify-content: flex-end;
  75. }
  76. .radio {
  77. margin-left: 30rpx;
  78. font-size: 32rpx;
  79. color: #333;
  80. font-weight: 500;
  81. }
  82. .divider {
  83. height: 1rpx;
  84. background-color: #eee;
  85. margin: 10rpx 0; /* 增加了分隔线上下间距 */
  86. }
  87. .solid-divider {
  88. height: 1rpx;
  89. background-color: #ddd;
  90. margin: 15rpx 0 20rpx 0;
  91. }
  92. .card-title {
  93. font-size: 32rpx;
  94. color: #333;
  95. font-weight: 500;
  96. margin-bottom: 10rpx;
  97. padding: 10rpx 0;
  98. }
  99. .input-right {
  100. text-align: right;
  101. width: 60%;
  102. }
  103. .input-text {
  104. color: rgba(104, 108, 128, 1);
  105. }
  106. .preview-text {
  107. color: #333;
  108. }
  109. .placeholder-style {
  110. color: #999;
  111. text-align: right;
  112. }
  113. .selector-value {
  114. display: flex;
  115. align-items: center;
  116. }
  117. .arrow {
  118. margin-left: 10rpx;
  119. color: #999;
  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: 90rpx;
  194. background-color: #0080ff;
  195. color: white;
  196. border-radius: 45rpx;
  197. font-size: 36rpx;
  198. font-weight: 600;
  199. display: flex;
  200. align-items: center;
  201. justify-content: center;
  202. margin: 60rpx auto;
  203. }
  204. .submit-btn.disabled {
  205. opacity: 0.7;
  206. }
  207. .reply-item {
  208. background-color: #f8f8f8;
  209. border-radius: 8rpx;
  210. margin-top: 20rpx;
  211. }
  212. .reply-time {
  213. font-size: 28rpx;
  214. color: #666;
  215. padding: 20rpx;
  216. }
  217. .reply-timenew {
  218. font-size: 32rpx;
  219. color: #666;
  220. padding: 10rpx;
  221. }
  222. .reply-content {
  223. font-size: 30rpx;
  224. color: #333;
  225. padding: 20rpx;
  226. line-height: 1.5;
  227. }
  228. .reply-content {
  229. font-size: 28rpx;
  230. color: #333;
  231. padding: 10rpx 0;
  232. line-height: 1.5;
  233. }
  234. .reply-time {
  235. font-size: 28rpx;
  236. color: rgba(104, 108, 128, 1);
  237. text-align: right;
  238. }
  239. /* 禁用状态的输入框样式 */
  240. input[disabled], textarea[disabled] {
  241. color: #333;
  242. background-color: transparent;
  243. }
  244. /* 自定义单选按钮的选中颜色 */
  245. radio .wx-radio-input.wx-radio-input-checked {
  246. background-color: rgba(46, 130, 255, 1) !important;
  247. border-color: rgba(46, 130, 255, 1) !important;
  248. }
  249. radio .wx-radio-input.wx-radio-input-checked::before {
  250. color: #ffffff !important; /* 选中后中间的对勾颜色 */
  251. }