consult.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. page {
  2. background-color: white;
  3. }
  4. /* 未选中的背景样式 */
  5. .radio-self1 radio .wx-radio-input{
  6. width: 30rpx;
  7. height: 30rpx;
  8. border-radius: 50%;
  9. /* border: 1px solid #cccccc; */
  10. }
  11. /* 选中后的背景样式 */
  12. .radio-self1 radio .wx-radio-input.wx-radio-input-checked{
  13. background: #ffffff;
  14. border: 1px solid #2b58a5;
  15. }
  16. /* 选中后的勾子样式 */
  17. .radio-self1 radio .wx-radio-input.wx-radio-input-checked::before{
  18. width: 15rpx;
  19. height: 15rpx;
  20. line-height: 15rpx;
  21. color: transparent;
  22. border-radius: 50%;
  23. text-align: center;
  24. background: #2b58a5;
  25. transform: translate(-50%, -50%) scale(1);
  26. -webkit-transform: translate(-50%, -50%) scale(1);
  27. }
  28. .hot-title {
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. height: 41rpx;
  33. font-size: 34rpx;
  34. font-family: PingFang SC, PingFang SC-Bold;
  35. font-weight: 700;
  36. color: #333333;
  37. position: relative;
  38. }
  39. /* .hot-title .line {
  40. position: absolute;
  41. width: 6rpx;
  42. height: 41rpx;
  43. background: #ffdd36;
  44. border-radius: 3rpx;
  45. top: 0;
  46. left: 0;
  47. opacity: .5;
  48. } */
  49. .hot-title .title{
  50. position: relative;
  51. display: inline-block;
  52. }
  53. .hot-title .title::after {
  54. display: block;
  55. content: "";
  56. position: absolute;
  57. top: -3%;
  58. right: -3%;
  59. width: 30rpx;
  60. height: 30rpx;
  61. background-color: #005eff42;
  62. border-radius: 50%;
  63. z-index: 1;
  64. }
  65. .box1 {
  66. padding: 40rpx 30rpx 20rpx 30rpx;
  67. box-sizing: border-box;
  68. border-bottom: 1px solid #e6e6e6;
  69. }
  70. .radio-box1 {
  71. margin-top: 25rpx;
  72. }
  73. .radio-box1 .radio {
  74. margin-right: 44rpx;
  75. font-size: 26rpx;
  76. font-family: PingFang SC, PingFang SC-Regular;
  77. font-weight: 400;
  78. color: #333333;
  79. /* display: flex;
  80. align-items: center; */
  81. }
  82. .box1 .content {
  83. font-size: 24rpx;
  84. font-family: PingFang SC, PingFang SC-Regular;
  85. font-weight: 400;
  86. color: #999999;
  87. margin-top: 22rpx;
  88. text-indent: 40rpx;
  89. }
  90. .box2 {
  91. padding: 20rpx 30rpx;
  92. box-sizing: border-box;
  93. border-bottom: 1px solid #e6e6e6;
  94. }
  95. .top-box {
  96. display: flex;
  97. justify-content: space-between;
  98. }
  99. .top-box .name {
  100. font-size: 28rpx;
  101. font-family: PingFang SC, PingFang SC-Regular;
  102. font-weight: 400;
  103. color: #1a1a1a;
  104. }
  105. .top-box .more-word {
  106. font-size: 24rpx;
  107. font-family: PingFang SC, PingFang SC-Regular;
  108. font-weight: 400;
  109. color: #999999;
  110. }
  111. .empty {
  112. text-align: center;
  113. font-size: 24rpx;
  114. }
  115. .pin-item {
  116. display: flex;
  117. justify-content: space-between;
  118. height: 100rpx;
  119. align-items: center;
  120. width: 690rpx;
  121. border-bottom: 1px solid #E6E6E6;
  122. }
  123. .pin-item:last-child {
  124. border-bottom: none;
  125. }
  126. .pin-item .img-name {
  127. display: flex;
  128. align-items: center;
  129. }
  130. .pin-item .img-name .img{
  131. width: 65rpx;
  132. height: 65rpx;
  133. border-radius: 50%;
  134. }
  135. .pin-item .img-name .name{
  136. font-size: 24rpx;
  137. font-family: PingFang SC, PingFang SC-Regular;
  138. font-weight: 400;
  139. color: #808080;
  140. margin-left: 24rpx;
  141. width: 220rpx;
  142. }
  143. .pin-item .right-box {
  144. display: flex;
  145. flex: 1;
  146. justify-content: space-between;
  147. align-items: center;
  148. }
  149. .pin-item .right-box .nums{
  150. font-size: 24rpx;
  151. font-family: PingFang SC, PingFang SC-Regular;
  152. font-weight: 400;
  153. color: #808080;
  154. }
  155. .tuan-btn{
  156. width: 146rpx;
  157. height: 60rpx;
  158. text-align: center;
  159. line-height: 60rpx;
  160. font-size: 28rpx;
  161. font-family: PingFang SC, PingFang SC-Regular;
  162. font-weight: 400;
  163. color: #ffffff;
  164. border-radius: 28rpx;
  165. background-color: #2b58a5;
  166. }
  167. .box3 {
  168. padding: 47rpx 30rpx 30rpx 30rpx;
  169. box-sizing: border-box;
  170. }
  171. .box3 .name {
  172. font-size: 28rpx;
  173. font-family: PingFang SC, PingFang SC-Regular;
  174. font-weight: 400;
  175. color: #1a1a1a;
  176. }
  177. .radio-box2 {
  178. margin-top: 25rpx;
  179. }
  180. .radio-box2 .radio {
  181. margin-right: 124rpx;
  182. font-size: 26rpx;
  183. font-family: PingFang SC, PingFang SC-Regular;
  184. font-weight: 400;
  185. color: #333333;
  186. /* display: flex;
  187. align-items: center; */
  188. }
  189. .pin-nums {
  190. margin-top: 48rpx;
  191. }
  192. .radio-box3 {
  193. margin-top: 24rpx;
  194. }
  195. .radio-box3 .radio {
  196. margin-right: 104rpx;
  197. font-size: 26rpx;
  198. font-family: PingFang SC, PingFang SC-Regular;
  199. font-weight: 400;
  200. color: #333333;
  201. /* display: flex;
  202. align-items: center; */
  203. }
  204. .line {
  205. width: 750rpx;
  206. height: 10rpx;
  207. background: #f5f5f5;
  208. }
  209. .box4 {
  210. padding: 30rpx;
  211. box-sizing: border-box;
  212. }
  213. .box4 .title1 {
  214. font-size: 28rpx;
  215. font-family: PingFang SC, PingFang SC-Regular;
  216. font-weight: 400;
  217. color: #1a1a1a;
  218. margin-top: 25rpx;
  219. }
  220. .box4 .item {
  221. margin-top: 20rpx;
  222. display: flex;
  223. align-items: center;
  224. padding-bottom: 15rpx;
  225. justify-content: space-between;
  226. }
  227. .borbot {
  228. border-bottom: 1px solid #d9d9d9;
  229. }
  230. .item-date-time {
  231. display: flex;
  232. align-items: center;
  233. }
  234. .radio4 {
  235. font-size: 26rpx;
  236. font-family: PingFang SC, PingFang SC-Regular;
  237. font-weight: 400;
  238. color: #666666;
  239. display: flex;
  240. align-items: center;
  241. }
  242. .address-pick {
  243. display: flex;
  244. align-items: center;
  245. justify-content: space-between;
  246. width: 690rpx;
  247. }
  248. .address-pick .picker {
  249. font-size: 28rpx;
  250. font-family: PingFang SC, PingFang SC-Regular;
  251. font-weight: 400;
  252. color: #bfbfbf;
  253. }
  254. .date-icon {
  255. font-size: 35rpx;
  256. }
  257. .picker-date {
  258. font-size: 28rpx;
  259. font-family: PingFang SC, PingFang SC-Regular;
  260. font-weight: 400;
  261. color: #bfbfbf;
  262. margin-left: 21rpx;
  263. }
  264. .time-pick {
  265. font-size: 28rpx;
  266. font-family: PingFang SC, PingFang SC-Regular;
  267. font-weight: 400;
  268. color: #bfbfbf;
  269. margin-left: 40rpx;
  270. }
  271. .see-free {
  272. font-size: 28rpx;
  273. font-family: PingFang SC, PingFang SC-Regular;
  274. font-weight: 400;
  275. text-decoration: underline;
  276. color: #005ed9;
  277. }
  278. .time-item {
  279. border-bottom: 1px solid #e6e6e6;
  280. height: 75rpx;
  281. display: flex;
  282. align-items: center;
  283. }
  284. .week-word {
  285. font-size: 28rpx;
  286. font-family: PingFang SC, PingFang SC-Regular;
  287. font-weight: 400;
  288. color: #808080;
  289. }
  290. .time-box {
  291. display: flex;
  292. align-items: center;
  293. justify-content: space-between;
  294. margin-left: 84rpx;
  295. flex: 1;
  296. font-size: 28rpx;
  297. font-family: PingFang SC, PingFang SC-Regular;
  298. font-weight: 400;
  299. color: #808080;
  300. }
  301. .start-box {
  302. font-size: 28rpx;
  303. font-family: PingFang SC, PingFang SC-Regular;
  304. font-weight: 400;
  305. color: #808080;
  306. }
  307. .icon-time {
  308. font-size: 30rpx;
  309. }
  310. .zhi {
  311. font-size: 28rpx;
  312. font-family: PingFang SC, PingFang SC-Regular;
  313. font-weight: 400;
  314. color: #808080;
  315. }
  316. .selt-btn {
  317. display: flex;
  318. justify-content: center;
  319. padding-bottom: 65rpx;
  320. }
  321. .i-know {
  322. width: 500rpx;
  323. height: 80rpx;
  324. background: #ffdc2f;
  325. border-radius: 40rpx;
  326. text-align: center;
  327. line-height: 80rpx;
  328. color: #333333;
  329. font-size: 32rpx;
  330. }
  331. .textarea {
  332. width: 690rpx;
  333. height: 214rpx;
  334. background: #fafafa;
  335. border: 1px solid #d9d9d9;
  336. border-radius: 14rpx;
  337. padding: 22rpx;
  338. }
  339. .progress {
  340. margin-top: 24rpx;
  341. }
  342. .progress-img {
  343. display: flex;
  344. }
  345. .img1 {
  346. width: 39rpx;
  347. height: 32rpx;
  348. margin-left: 7rpx;
  349. }
  350. .img2 {
  351. width: 31rpx;
  352. height: 28rpx;
  353. margin-left: 41rpx;
  354. }
  355. .img3 {
  356. width: 38rpx;
  357. height: 32rpx;
  358. margin-left: 63rpx;
  359. }
  360. .img4 {
  361. width: 27rpx;
  362. height: 30rpx;
  363. margin-left: 42rpx;
  364. }
  365. .img5 {
  366. width: 32rpx;
  367. height: 32rpx;
  368. margin-left: 40rpx;
  369. }
  370. .right1 {
  371. width: 35rpx;
  372. height: 21rpx;
  373. margin-left: 36rpx;
  374. }
  375. .right2 {
  376. width: 35rpx;
  377. height: 21rpx;
  378. margin-left: 39rpx;
  379. }
  380. .right3 {
  381. width: 35rpx;
  382. height: 21rpx;
  383. margin-left: 63rpx;
  384. }
  385. .right4 {
  386. width: 35rpx;
  387. height: 21rpx;
  388. margin-left: 42rpx;
  389. }
  390. .progress-word {
  391. display: flex;
  392. font-size: 26rpx;
  393. font-family: PingFang SC, PingFang SC-Regular;
  394. font-weight: 400;
  395. color: #333333;
  396. margin-top: 11rpx;
  397. }
  398. .tip {
  399. margin-top: 50rpx;
  400. font-size: 26rpx;
  401. font-family: PingFang SC, PingFang SC-Regular;
  402. font-weight: 400;
  403. color: #999999;
  404. }
  405. .btn-sub {
  406. width: 690rpx;
  407. height: 85rpx;
  408. background: #2b58a5;
  409. border-radius: 43rpx;
  410. position: fixed;
  411. left: 30rpx;
  412. text-align: center;
  413. line-height: 85rpx;
  414. font-size: 30rpx;
  415. font-family: PingFang SC, PingFang SC-Regular;
  416. font-weight: 400;
  417. color: #ffffff;
  418. z-index: 666;
  419. }
  420. .ping-item {
  421. display: flex;
  422. justify-content: space-between;
  423. align-items: center;
  424. height: 100rpx;
  425. border-bottom: 1px solid #e6e6e6;
  426. }
  427. .ping-item .img-info {
  428. display: flex;
  429. }
  430. .img-head {
  431. width: 65rpx;
  432. height: 65rpx;
  433. border-radius: 50%;
  434. }
  435. .ping-item .info-box {
  436. margin-left: 28rpx;
  437. }
  438. .ping-item .info-box .name{
  439. font-size: 24rpx;
  440. font-family: PingFang SC, PingFang SC-Regular;
  441. font-weight: 400;
  442. color: #333333;
  443. text-align: left;
  444. }
  445. .ping-item .info-box .bot-box{
  446. font-size: 20rpx;
  447. font-family: PingFang SC, PingFang SC-Regular;
  448. font-weight: 400;
  449. color: #333333;
  450. }
  451. .yin {
  452. width: 100vw;
  453. height: 100vh;
  454. position: fixed;
  455. top: 0;
  456. left: 0;
  457. background-color: rgba(0, 0, 0, .5);
  458. }
  459. .address-popup {
  460. width: 750rpx;
  461. background: #ffffff;
  462. border-radius: 50rpx 50rpx 0 0;
  463. position: fixed;
  464. z-index: 1000;
  465. bottom: 0;
  466. }
  467. .address-popup .title-box {
  468. position: relative;
  469. text-align: center;
  470. margin-top: 37rpx;
  471. }
  472. .address-popup .title-box .title {
  473. font-size: 36rpx;
  474. font-family: PingFang SC, PingFang SC-Bold;
  475. font-weight: 700;
  476. color: #1a1a1a;
  477. }
  478. .address-popup .title-box .cancel-word {
  479. font-size: 28rpx;
  480. font-family: PingFang SC, PingFang SC-Regular;
  481. font-weight: 400;
  482. color: #2b58a5;
  483. position: absolute;
  484. right: 60rpx;
  485. top: 5rpx;
  486. }
  487. .line-popup {
  488. width: 64rpx;
  489. height: 8rpx;
  490. background: #cccccc;
  491. margin-top: 12rpx;
  492. margin-left: 50%;
  493. transform: translateX(-50%);
  494. }
  495. .picker-view {
  496. width: 750rpx;
  497. height: 300rpx;
  498. }
  499. .picker-view .type-item {
  500. height: 102rpx !important;
  501. line-height: 102rpx !important;
  502. font-size: 30rpx;
  503. font-family: PingFang SC, PingFang SC-Regular;
  504. }
  505. .pick-item {
  506. height: 102rpx;
  507. display: flex;
  508. justify-content: space-between;
  509. padding: 0 60rpx;
  510. align-items: center;
  511. }
  512. .pick-item .item {
  513. color: #B3B3B3;
  514. font-size: 30rpx;
  515. font-family: PingFang SC, PingFang SC-Regular;
  516. }
  517. .pick-item .active-type {
  518. color: #1a1a1a;
  519. }
  520. .pick-item .item:last-child {
  521. border-bottom: none;
  522. }
  523. .detail-word {
  524. font-size: 30rpx;
  525. font-family: PingFang SC, PingFang SC-Regular;
  526. font-weight: 400;
  527. color: #b3b3b3;
  528. }
  529. .active-detail {
  530. font-size: 30rpx;
  531. font-family: PingFang SC, PingFang SC-Regular;
  532. font-weight: 400;
  533. color: #005ed9;
  534. }
  535. .pick-btn {
  536. width: 630rpx;
  537. height: 85rpx;
  538. background: #2b58a5;
  539. border-radius: 43rpx;
  540. font-size: 30rpx;
  541. font-family: PingFang SC, PingFang SC-Regular;
  542. font-weight: 400;
  543. text-align: center;
  544. color: #ffffff;
  545. margin-left: 60rpx;
  546. line-height: 85rpx;
  547. }
  548. .end-btn {
  549. width: 146rpx;
  550. height: 60rpx;
  551. text-align: center;
  552. line-height: 60rpx;
  553. background-color: #E6E6E6;
  554. font-size: 28rpx;
  555. font-family: PingFang SC, PingFang SC-Regular;
  556. font-weight: 400;
  557. color: #ffffff;
  558. border-radius: 28rpx;
  559. }