huhaobangding.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. .container2 {
  2. padding: 30rpx;
  3. background-color: #F5F5F5;
  4. min-height: 100vh;
  5. display: flex;
  6. flex-direction: column;
  7. box-sizing: border-box;
  8. padding-top: 230rpx;
  9. }
  10. .custom-nav {
  11. position: fixed;
  12. top: 0;
  13. left: 0;
  14. right: 0;
  15. height: 88rpx;
  16. background-color: rgba(46, 130, 255, 1);
  17. display: flex;
  18. align-items: center;
  19. padding-top: 110rpx;
  20. z-index: 1000;
  21. }
  22. .nav-back {
  23. width: 88rpx;
  24. height: 88rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. }
  29. .back-arrow {
  30. width: 24rpx;
  31. height: 24rpx;
  32. border-left: 4rpx solid #fff;
  33. border-bottom: 4rpx solid #fff;
  34. transform: rotate(45deg);
  35. }
  36. .nav-title {
  37. flex: 1;
  38. text-align: center;
  39. color: #fff;
  40. font-size: 34rpx;
  41. }
  42. .form-group1 {
  43. background-color: #FFFFFF;
  44. border-radius: 18rpx;
  45. padding: 0 40rpx;
  46. margin-bottom: 20rpx;
  47. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  48. }
  49. .form-group2 {
  50. background-color: #FFFFFF;
  51. border-radius: 18rpx;
  52. padding: 0 40rpx;
  53. margin-bottom: 20rpx;
  54. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  55. }
  56. .form-item {
  57. display: flex;
  58. align-items: center;
  59. padding: 30rpx 0;
  60. }
  61. .form-item:first-child {
  62. border-bottom: 1rpx solid #EEEEEE;
  63. }
  64. .label {
  65. width: 120rpx;
  66. color: #333333;
  67. font-size: 30rpx;
  68. text-align: left;
  69. margin-right: 20rpx;
  70. display: flex;
  71. align-items: center;
  72. white-space: nowrap;
  73. }
  74. input {
  75. flex: 1;
  76. font-size: 30rpx;
  77. color: #333333;
  78. padding: 0 20rpx;
  79. text-align: right;
  80. }
  81. .placeholder {
  82. color: #999999;
  83. text-align: right;
  84. font-size: 28rpx;
  85. }
  86. .placeholdersecond {
  87. color: #999999;
  88. text-align: left;
  89. font-size: 28rpx;
  90. }
  91. .verify-btn {
  92. color: #0066FF;
  93. font-size: 28rpx;
  94. padding-left: 30rpx;
  95. }
  96. .group-select {
  97. background-color: #FFFFFF;
  98. border-radius: 8rpx;
  99. padding: 0 40rpx;
  100. padding-top: 20rpx;
  101. margin-bottom: 30rpx;
  102. position: relative;
  103. width: calc(100% - 80rpx);
  104. overflow: visible;
  105. }
  106. .section-title {
  107. font-size: 30rpx;
  108. color: #333333;
  109. padding: 34rpx 0;
  110. display: flex;
  111. align-items: center;
  112. justify-content: space-between;
  113. position: relative;
  114. }
  115. .section-title::after {
  116. content: '';
  117. position: absolute;
  118. left: 0;
  119. right: 0;
  120. bottom: 0;
  121. height: 1rpx;
  122. background-color: #EEEEEE;
  123. }
  124. .tag-group {
  125. display: flex;
  126. flex-wrap: wrap;
  127. gap: 6rpx;
  128. padding: 34rpx 0;
  129. overflow-x: auto;
  130. white-space: nowrap;
  131. }
  132. .tag {
  133. padding: 12rpx 24rpx;
  134. background-color: #F5F5F5;
  135. border-radius: 8rpx;
  136. font-size: 27rpx;
  137. color: rgba(0, 0, 0, 1);
  138. display: inline-block;
  139. }
  140. .tag.active {
  141. background-color: #E6F0FF;
  142. color: #0066FF;
  143. }
  144. .custom-group {
  145. position: relative;
  146. left: 0;
  147. right: 0;
  148. background-color: #FFFFFF;
  149. padding: 20rpx 0;
  150. margin-top: 0;
  151. }
  152. .custom-input {
  153. display: flex;
  154. align-items: center;
  155. background-color: #F5F5F5;
  156. border-radius: 8rpx;
  157. padding: 24rpx;
  158. margin: 0;
  159. }
  160. .custom-input input {
  161. text-align: left;
  162. }
  163. .count {
  164. font-size: 26rpx;
  165. color: #999999;
  166. margin-left: 24rpx;
  167. }
  168. .submit-btn {
  169. margin: 50rpx 5%;
  170. width: 90%;
  171. }
  172. .submit-btn button {
  173. background-color: #0066FF;
  174. color: #FFFFFF;
  175. font-size: 32rpx;
  176. border-radius: 44rpx;
  177. width: 100%;
  178. height: 88rpx;
  179. line-height: 88rpx;
  180. }
  181. .tips {
  182. padding: 0 30rpx;
  183. margin-top: 0;
  184. }
  185. .tips text {
  186. display: block;
  187. font-size: 26rpx;
  188. color: #999999;
  189. line-height: 1.8;
  190. margin-bottom: 10rpx;
  191. }
  192. .check-auth-btn {
  193. background-color: rgba(45, 128, 254, 0.12);
  194. font-family: 'PingFang SC', sans-serif;
  195. border-radius: 4rpx;
  196. padding: 10rpx 20rpx;
  197. color: rgba(31, 103, 212, 1);
  198. font-size: 28rpx;
  199. }
  200. .drawer-mask {
  201. position: fixed;
  202. top: 0;
  203. left: 0;
  204. right: 0;
  205. bottom: 0;
  206. background-color: rgba(0, 0, 0, 0.5);
  207. z-index: 100;
  208. }
  209. .drawer-container {
  210. position: fixed;
  211. left: 0;
  212. right: 0;
  213. bottom: 0;
  214. background-color: #FFFFFF;
  215. border-radius: 24rpx 24rpx 0 0;
  216. z-index: 101;
  217. padding: 40rpx 30rpx;
  218. transform: translateY(100%);
  219. transition: transform 0.3s ease-out;
  220. }
  221. .drawer-container.show {
  222. transform: translateY(0);
  223. }
  224. .drawer-title {
  225. text-align: center;
  226. font-size: 32rpx;
  227. color: #333333;
  228. font-weight: 500;
  229. margin-bottom: 40rpx;
  230. }
  231. .auth-method {
  232. display: flex;
  233. align-items: center;
  234. padding: 30rpx 0;
  235. border-bottom: 1rpx solid #EEEEEE;
  236. }
  237. .auth-method:last-child {
  238. border-bottom: none;
  239. }
  240. .auth-method-icon {
  241. width: 40rpx;
  242. height: 40rpx;
  243. margin-right: 20rpx;
  244. }
  245. .auth-method-content {
  246. flex: 1;
  247. }
  248. .auth-method-title {
  249. font-size: 30rpx;
  250. color: #333333;
  251. margin-bottom: 8rpx;
  252. }
  253. .auth-method-desc {
  254. font-size: 26rpx;
  255. color: #999999;
  256. }
  257. .auth-method-action {
  258. padding: 10rpx 30rpx;
  259. background-color: #0066FF;
  260. border-radius: 30rpx;
  261. color: #FFFFFF;
  262. font-size: 26rpx;
  263. }
  264. .drawer-close {
  265. width: 100%;
  266. height: 10rpx;
  267. background-color: #D8D8D8;
  268. border-radius: 5rpx;
  269. margin: 0 auto 30rpx;
  270. max-width: 80rpx;
  271. }
  272. /* 预览图样式 */
  273. .preview {
  274. display: flex;
  275. align-items: center;
  276. margin-left: 10rpx;
  277. color: #007bff;
  278. cursor: pointer;
  279. }
  280. .preview-icon {
  281. width: 32rpx;
  282. height: 32rpx;
  283. margin-right: 10rpx;
  284. }
  285. .preview-text {
  286. font-size: 28rpx;
  287. color: rgba(104, 108, 128, 1);
  288. }
  289. .preview-modal {
  290. position: fixed;
  291. top: 0;
  292. left: 0;
  293. width: 100%;
  294. height: 100%;
  295. background: rgba(0, 0, 0, 0.7);
  296. display: flex;
  297. justify-content: center;
  298. align-items: center;
  299. z-index: 1000;
  300. opacity: 0;
  301. visibility: hidden;
  302. transition: all 0.3s;
  303. }
  304. .preview-modal.show {
  305. opacity: 1;
  306. visibility: visible;
  307. }
  308. .preview-content {
  309. width: 90%;
  310. display: flex;
  311. flex-direction: column;
  312. align-items: center;
  313. position: relative;
  314. }
  315. .preview-image {
  316. width: 100%;
  317. max-height: 80vh;
  318. }
  319. .close-preview-btn {
  320. margin-top: 30rpx;
  321. padding: 20rpx 60rpx;
  322. background: #FFFFFF;
  323. color: #333333;
  324. border-radius: 40rpx;
  325. font-size: 28rpx;
  326. }
  327. /* 页面标题样式 */
  328. .page-title {
  329. font-size: 36rpx;
  330. font-weight: bold;
  331. text-align: center;
  332. padding: 30rpx 0;
  333. border-bottom: 2rpx solid #eee;
  334. margin-bottom: 30rpx;
  335. }
  336. /* 必填标记样式 */
  337. .required {
  338. color: #f00;
  339. margin-left: 4rpx;
  340. }
  341. /* 选填标记样式 */
  342. .optional {
  343. color: #999;
  344. font-size: 28rpx;
  345. font-weight: normal;
  346. margin-left: 10rpx;
  347. }
  348. /* 水站公司选择器样式 */
  349. .picker-container {
  350. display: flex;
  351. align-items: center;
  352. justify-content: flex-end;
  353. flex: 1;
  354. height: 100%;
  355. padding-right: 20rpx;
  356. }
  357. .picker-text {
  358. color: #999;
  359. text-align: right;
  360. }
  361. .arrow-right {
  362. width: 0;
  363. height: 0;
  364. border-left: 12rpx solid transparent;
  365. border-right: 12rpx solid transparent;
  366. border-top: 16rpx solid #333;
  367. margin-left: 20rpx;
  368. }
  369. /* 水站公司选择器模态框 */
  370. .picker-mask {
  371. position: fixed;
  372. top: 0;
  373. left: 0;
  374. right: 0;
  375. bottom: 0;
  376. background: rgba(0, 0, 0, 0.5);
  377. z-index: 1000;
  378. }
  379. .picker-container-modal {
  380. position: fixed;
  381. bottom: -600rpx;
  382. left: 0;
  383. right: 0;
  384. background: #fff;
  385. z-index: 1001;
  386. transition: all 0.3s ease;
  387. height: 600rpx;
  388. }
  389. .picker-container-modal.show {
  390. bottom: 0;
  391. }
  392. .picker-header {
  393. display: flex;
  394. justify-content: space-between;
  395. align-items: center;
  396. padding: 20rpx 30rpx;
  397. border-bottom: 2rpx solid #eee;
  398. }
  399. .picker-cancel, .picker-confirm {
  400. font-size: 28rpx;
  401. padding: 10rpx 20rpx;
  402. }
  403. .picker-cancel {
  404. color: #999;
  405. }
  406. .picker-confirm {
  407. color: #1aad19;
  408. }
  409. .picker-title {
  410. font-size: 32rpx;
  411. color: #333;
  412. }
  413. .water-company-picker {
  414. height: 500rpx;
  415. width: 100%;
  416. }
  417. .picker-item {
  418. line-height: 100rpx;
  419. text-align: center;
  420. }
  421. /* 确保水站公司和户号户名分开显示 */
  422. .water-station-card {
  423. background-color: #FFFFFF;
  424. border-radius: 18rpx;
  425. padding: 30rpx 40rpx;
  426. margin-bottom: 30rpx;
  427. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  428. }
  429. .user-info-card {
  430. background-color: #FFFFFF;
  431. border-radius: 18rpx;
  432. padding: 0 40rpx;
  433. margin-bottom: 30rpx;
  434. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
  435. }
  436. .divider {
  437. height: 1rpx;
  438. background-color: #EEEEEE;
  439. width: 100%;
  440. }
  441. /* 标签输入限制提示 */
  442. .char-limit {
  443. font-size: 24rpx;
  444. color: #999;
  445. text-align: right;
  446. margin-top: 10rpx;
  447. }
  448. .char-limit.error {
  449. color: #FF4D4F;
  450. }
  451. /* 电话查询列表样式 */
  452. .phone-query-list {
  453. padding: 0 0rpx;
  454. max-height: 400rpx;
  455. overflow-y: auto;
  456. }
  457. .phone-query-item {
  458. padding: 20rpx 0;
  459. border-bottom: 1rpx solid #EEEEEE;
  460. }
  461. .phone-query-item:last-child {
  462. border-bottom: none;
  463. }
  464. .phone-query-name {
  465. font-size: 28rpx;
  466. color: #333;
  467. margin-bottom: 10rpx;
  468. padding-left: 60rpx;
  469. }
  470. .phone-query-contact {
  471. display: flex;
  472. align-items: center;
  473. justify-content: space-between;
  474. font-size: 28rpx;
  475. color: #2E82FF;
  476. margin-bottom: 10rpx;
  477. padding-left: 60rpx;
  478. }
  479. .phone-query-time {
  480. font-size: 26rpx;
  481. color: #999;
  482. padding-left: 60rpx;
  483. }
  484. /* 拨打电话按钮样式 */
  485. .call-btn {
  486. background-color: #E6F0FF;
  487. color: #2E82FF;
  488. font-size: 28rpx;
  489. padding: 10rpx 30rpx;
  490. border-radius: 30rpx;
  491. margin-left: 20rpx;
  492. }
  493. /* 调整电话查询联系方式样式 */
  494. .phone-query-contact {
  495. display: flex;
  496. align-items: center;
  497. justify-content: space-between;
  498. font-size: 28rpx;
  499. color: #2E82FF;
  500. margin-bottom: 10rpx;
  501. padding-left: 60rpx;
  502. }
  503. /* 确保按钮在小屏幕上也能正常显示 */
  504. @media screen and (max-width: 375px) {
  505. .phone-query-contact {
  506. flex-direction: column;
  507. align-items: flex-start;
  508. }
  509. .call-btn {
  510. margin-left: 0;
  511. margin-top: 10rpx;
  512. }
  513. }