write.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. page{
  2. background-color: #efefef;
  3. height: 100%;
  4. }
  5. .tab{
  6. height: 130rpx;
  7. display: flex;
  8. align-items: center;
  9. background: #fff;
  10. }
  11. .top{
  12. width: 690rpx;
  13. margin: 0 auto;
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: space-around;
  17. border-radius: 10rpx;
  18. /* overflow: hidden; */
  19. }
  20. .top :first-child{
  21. border-radius: 10rpx 0rpx 0rpx 10rpx;
  22. }
  23. .top :last-child{
  24. border-radius: 0rpx 10rpx 10rpx 0rpx;
  25. }
  26. .top view{
  27. width: 40%;
  28. height: 70rpx;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. font-size: 30rpx;
  33. border-collapse: collapse;
  34. border:1rpx solid #33ad37;
  35. margin-right: -1rpx
  36. }
  37. .select{
  38. color: #fff;
  39. background-color: #33ad37;
  40. }
  41. /* tab结束 */
  42. /* 审批条件 */
  43. .top2{
  44. display: flex;
  45. justify-content: center;
  46. align-items: center;
  47. padding: 30rpx 0rpx;
  48. background-color: #fff;
  49. }
  50. .msg1{
  51. width: 690rpx;
  52. display: flex;
  53. justify-content: center;
  54. align-items: center;
  55. overflow: hidden;
  56. }
  57. .triangle1{
  58. width: 0;
  59. height: 0;
  60. border-style: solid;
  61. border-width: 12rpx 12rpx 12rpx 0;
  62. border-color: transparent #33ad37 transparent transparent;
  63. }
  64. .msg_content1{
  65. background-color: #33ad37;
  66. color: #fff;
  67. font-size: 24rpx;
  68. height: 100%;
  69. border-radius: 10rpx;
  70. padding: 20rpx 20rpx;
  71. display: flex;
  72. justify-content: flex-start;
  73. align-items: center;
  74. }
  75. .content{
  76. width: 690rpx;
  77. margin: 0 auto;
  78. }
  79. .sp-title{
  80. font-size: 30rpx;
  81. color:#333;
  82. height: 86rpx;
  83. display: flex;
  84. align-items: center;
  85. border-bottom: 1rpx solid #efefef;
  86. }
  87. .sp-content_text view{
  88. font-size: 26rpx;
  89. color:#666;
  90. margin-top: 24rpx;
  91. line-height: 50rpx;
  92. }
  93. .ps{
  94. margin-top: 60rpx;
  95. padding-bottom: 40rpx;
  96. font-size: 24rpx;
  97. color: #999;
  98. }
  99. .btn{
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. margin-top: 50rpx;
  104. padding-bottom: 100rpx;
  105. }
  106. .btn button{
  107. width: 240rpx;
  108. height: 70rpx;
  109. background-color: #33ad37;
  110. color: #fff;
  111. border-radius: 70rpx;
  112. line-height: 70rpx;
  113. font-size: 30rpx;
  114. }
  115. /* 审批条件结束 */
  116. .top1{
  117. padding: 30rpx 0rpx;
  118. background-color: #fff;
  119. }
  120. .msg{
  121. width: 690rpx;
  122. display: flex;
  123. justify-content: center;
  124. align-items: center;
  125. overflow: hidden;
  126. margin-left: 20rpx;
  127. }
  128. .triangle_view{
  129. position: relative;
  130. width: 12rpx;
  131. height: 150rpx;
  132. }
  133. .triangle{
  134. width: 0;
  135. height: 0;
  136. border-style: solid;
  137. border-width: 12rpx 12rpx 12rpx 0;
  138. border-color: transparent #33ad37 transparent transparent;
  139. position: absolute;
  140. top: 20rpx;
  141. }
  142. .msg_content{
  143. background-color: #33ad37;
  144. color: #fff;
  145. font-size: 24rpx;
  146. height: 100%;
  147. border-radius: 10rpx;
  148. padding: 20rpx 40rpx;
  149. display: flex;
  150. }
  151. .content{
  152. width: 690rpx;
  153. margin: 0 auto;
  154. }
  155. .title{
  156. font-size: 30rpx;
  157. color:#333;
  158. height: 86rpx;
  159. display: flex;
  160. align-items: center;
  161. border-bottom: 1rpx solid #efefef;
  162. }
  163. .content_text view{
  164. font-size: 26rpx;
  165. color:#333;
  166. }
  167. .content_text :last-child{
  168. border: none;
  169. }
  170. .form{
  171. display: flex;
  172. align-items: center;
  173. padding:20rpx 0rpx;
  174. border-bottom: 1rpx solid #efefef;
  175. }
  176. .form :last-child{
  177. color: #666;
  178. }
  179. .xing{
  180. width: 24rpx;
  181. color: red !important;
  182. }
  183. .form_title{
  184. width: 240rpx;
  185. font-size: 26rpx;
  186. color: #666;
  187. display: flex;
  188. align-items: center;
  189. }
  190. .picker{
  191. width: 400rpx;
  192. display: flex;
  193. align-items: center;
  194. }
  195. .picker image{
  196. margin-left: 20rpx;
  197. }
  198. .input{
  199. width: 60%;
  200. }
  201. .place{
  202. font-size: 26rpx;
  203. color: #999;
  204. }
  205. .img{
  206. display: flex;
  207. flex-direction: column;
  208. justify-content: space-around;
  209. }
  210. .img_title{
  211. display: flex;
  212. align-items: center;
  213. padding: 30rpx 0rpx;
  214. }
  215. .img_title text{
  216. font-size: 26rpx;
  217. color:#333;
  218. }
  219. .img_title image{
  220. width: 26rpx;
  221. height: 26rpx;
  222. margin-left: 10rpx;
  223. }
  224. .image{
  225. width: 120rpx;
  226. height: 120rpx;
  227. background-color: #f8f8f8;
  228. display: flex;
  229. justify-content: center;
  230. align-items: center;
  231. margin-left: 20rpx;
  232. }
  233. .image image{
  234. width: 80rpx;
  235. height: 80rpx;
  236. }
  237. .submit{
  238. display: flex;
  239. justify-content: center;
  240. padding: 80rpx;
  241. }
  242. .submit view{
  243. width: 240rpx;
  244. height: 70rpx;
  245. font-size: 30rpx;
  246. border:1rpx solid #33ad37;
  247. border-radius: 70rpx;
  248. display: flex;
  249. justify-content: center;
  250. align-items: center;
  251. }
  252. .submit :last-child{
  253. background: #33ad37;
  254. color: #fff;
  255. margin-left: 60rpx;
  256. }
  257. .img-content{
  258. display: flex;
  259. flex-wrap: wrap;
  260. /* flex-direction: row;
  261. */
  262. }
  263. .bdimg{
  264. position: relative;
  265. }
  266. .bdimg image{
  267. width: 120rpx;
  268. height: 120rpx;
  269. margin-left: 16rpx;
  270. }
  271. .delete-img{
  272. width: 20rpx;
  273. height: 20rpx;
  274. position: absolute;
  275. top: 0;
  276. right: 0;
  277. }
  278. /* 预约页面 */
  279. .reservation{
  280. display: flex;
  281. height: 80rpx;
  282. align-items: center;
  283. }
  284. .reservation-title{
  285. font-size: 30rpx;
  286. color: #333;
  287. }
  288. .reservation-text{
  289. margin-left: 26rpx;
  290. font-size: 30rpx;
  291. color: #666;
  292. }
  293. /* 选择时间 */
  294. .reservation-time{
  295. width: 370rpx;
  296. height: 60rpx;
  297. border:1rpx solid #666;
  298. border-radius: 20rpx;
  299. display: flex;
  300. align-items: center;
  301. justify-content: center;
  302. }
  303. .reservation-time image{
  304. width: 18rpx;
  305. height: 18rpx;
  306. margin-left: 20rpx;
  307. }
  308. /* 预约时间选择 */
  309. .reservation-date{
  310. display: flex;
  311. margin-top: 40rpx;
  312. justify-content: center;
  313. align-items: center;
  314. }
  315. .reserva{
  316. width: 330rpx;
  317. height: 186rpx;
  318. border:1rpx solid #999;
  319. border-radius: 16rpx;
  320. display: flex;
  321. flex-direction: column;
  322. justify-content: center;
  323. align-items: center;
  324. }
  325. .reserva text{
  326. font-size: 30rpx;
  327. color:#333;
  328. display: flex;
  329. justify-content: center;
  330. align-items: center;
  331. }
  332. .reserva-check{
  333. width: 290rpx;
  334. height: 102rpx;
  335. border-radius: 16rpx;
  336. display: flex;
  337. justify-content: center;
  338. align-items: center;
  339. background-color: #bfbfbf;
  340. margin-top: 14rpx;
  341. }
  342. .reserva-check view{
  343. font-size: 26rpx;
  344. color:#fff;
  345. }
  346. .reserva-select{
  347. background-color:#33ad37;
  348. }
  349. /* 验证码 */
  350. .phoneCode{
  351. display: flex;
  352. }
  353. .phoneCode view{
  354. width:170rpx;
  355. height:60rpx;
  356. color:#fff;
  357. font-size:26rpx;
  358. background-color: #28a5f9;
  359. border-radius: 16rpx;
  360. display: flex;
  361. justify-content: center;
  362. align-items: center;
  363. margin-left: 30rpx;
  364. }
  365. /* 申报确认 */
  366. .result-title{
  367. display: flex;
  368. align-items: center;
  369. padding-left: 34rpx;
  370. height: 90rpx;
  371. background-color: #fff;
  372. margin-top: 30rpx;
  373. font-size: 30rpx;
  374. color:#333;
  375. }
  376. .result-left{
  377. display: flex;
  378. align-items: center;
  379. width: 94%;
  380. }
  381. .result-left image{
  382. width: 36rpx;
  383. height: 36rpx;
  384. }
  385. .result-left view{
  386. width: 88%;
  387. margin-left: 20rpx;
  388. font-size: 30rpx;
  389. color: #333;
  390. }
  391. .result-show{
  392. width: 36rpx;
  393. height: 36rpx;
  394. margin-right: 34rpx;
  395. }
  396. .result{
  397. display: flex;
  398. justify-content: space-between;
  399. align-items: center;
  400. padding-left: 34rpx;
  401. padding:20rpx;
  402. background-color: #fff;
  403. margin-top: 30rpx;
  404. }
  405. /* 遮罩层 */
  406. .mask{
  407. width:100%;
  408. height:100%;
  409. position:fixed;
  410. background-color:rgba(70, 70, 70, 0.5);
  411. z-index:9999;
  412. top:0;
  413. left:0;
  414. opacity:1;
  415. display: flex;
  416. justify-content: center;
  417. align-items: center;
  418. }
  419. .mask_content{
  420. width:542rpx;
  421. height: 320rpx;
  422. display: flex;
  423. flex-direction: column;
  424. align-items: center;
  425. background-color: #fff;
  426. border-radius: 20rpx;
  427. }
  428. .mask_content text{
  429. font-size: 30rpx;
  430. color:#333;
  431. margin-top: 54rpx;
  432. }
  433. .mask-input{
  434. height: 60rpx;
  435. border-bottom: 1rpx solid #000;
  436. text-align: center;
  437. margin-top: 30rpx;
  438. width: 388rpx;
  439. }
  440. .mask-btn{
  441. display: flex;
  442. justify-content: center;
  443. margin-top: 40rpx;
  444. }
  445. .mask-clear{
  446. width: 160rpx;
  447. height: 60rpx;
  448. border:1rpx solid #33ad37;
  449. border-radius: 60rpx;
  450. font-size: 26rpx;
  451. color: #33ad37;
  452. display: flex;
  453. justify-content: center;
  454. align-items: center;
  455. }
  456. .mask-true{
  457. width: 160rpx;
  458. height: 60rpx;
  459. background-color:#33ad37;
  460. border-radius: 60rpx;
  461. font-size: 26rpx;
  462. color: #fff;
  463. margin-left:50rpx;
  464. display: flex;
  465. justify-content: center;
  466. align-items: center;
  467. }
  468. .clear{
  469. display: flex;
  470. align-items: center;
  471. justify-content: center;
  472. margin-top: 60rpx;
  473. }
  474. .clear image{
  475. width: 60rpx;
  476. height: 60rpx;
  477. }
  478. /* 底部悬浮 */
  479. /* .fixed{
  480. width: 100%;
  481. position: fixed;
  482. bottom: 0;
  483. height: 100rpx;
  484. display: flex;
  485. justify-content: center;
  486. align-items: center;
  487. background-color: #fff;
  488. }
  489. .fixed view{
  490. width: 190rpx;
  491. height: 68rpx;
  492. border:1rpx solid #33ad37;
  493. border-radius: 70rpx;
  494. color: #33ad37;
  495. background-color: #fff;
  496. font-size: 30rpx;
  497. display: flex;
  498. align-items: center;
  499. margin: 30rpx;
  500. overflow: hidden;
  501. }
  502. .fixed view button{
  503. background-color: transparent;
  504. color:#33ad37;
  505. font-size: 30rpx;
  506. width: 100%;
  507. } */
  508. .flxed-bottom{
  509. position: fixed;
  510. width: 100%;
  511. height: 100rpx;
  512. bottom: 0rpx;
  513. display: flex;
  514. background-color: #fff;
  515. align-items: center;
  516. justify-content: center;
  517. }
  518. .flxed-bottom1{
  519. position: fixed;
  520. width: 100%;
  521. height: 260rpx;
  522. bottom: 0rpx;
  523. background-color: #fff;
  524. }
  525. /* .flxed-bottom input,.flxed-bottom1 input{
  526. width: 70%;
  527. margin-bottom: 22rpx;
  528. margin-left: 164rpx;
  529. padding-bottom:10rpx;
  530. border-bottom: 1rpx solid #efefef;
  531. } */
  532. .mode{
  533. display: flex;
  534. align-items: center;
  535. padding: 16rpx;
  536. }
  537. .mode view{
  538. /* margin-left: 70rpx; */
  539. }
  540. .sub{
  541. display: flex;
  542. width: 100%;
  543. justify-content: space-around;
  544. align-items: center;
  545. height: 100rpx;
  546. }
  547. .sub view{
  548. display: flex;
  549. justify-content: center;
  550. align-items: center;
  551. width: 190rpx;
  552. height: 68rpx;
  553. border:1rpx solid #33ad37;
  554. border-radius:50rpx;
  555. color: #33ad37;
  556. overflow: hidden;
  557. }
  558. .sub button{
  559. display: flex;
  560. justify-content: center;
  561. align-items: center;
  562. background-color: transparent;
  563. color:#fff;
  564. background-color: #33ad37;
  565. font-size: 30rpx;
  566. width: 100%;
  567. height: 100%;
  568. overflow: hidden;
  569. }
  570. .mode-view{
  571. height: 140rpx;
  572. display: flex;
  573. flex-direction: column;
  574. justify-content: center;
  575. font-size: 30rpx;
  576. }
  577. .radio-group :last-child{
  578. margin-left: 10rpx;
  579. }
  580. .sub button::after{ border: none; }
  581. /* 展开 */
  582. .basis{
  583. /* height: 80rpx; */
  584. padding:20rpx;
  585. width: 690rpx;
  586. margin: 0 auto;
  587. display: flex;
  588. justify-content: space-between;
  589. align-items: center;
  590. }
  591. .basis text{
  592. font-size: 30rpx;
  593. color: #333;
  594. }
  595. .basis image{
  596. width: 36rpx;
  597. height: 36rpx;
  598. }
  599. .basis-content{
  600. height: 0;
  601. font-size: 30rpx;
  602. color:#666;
  603. /* padding-bottom: 30rpx; */
  604. line-height: 50rpx;
  605. }
  606. .kind-list-item-bd {
  607. height: 0;
  608. overflow: hidden;
  609. }
  610. .kind-list-item-bd-show {
  611. height: auto;
  612. background-color: #fff;
  613. }
  614. .navigator-box {
  615. opacity: 0;
  616. position: relative;
  617. line-height: 1.41176471;
  618. transform: translateY(-50%);
  619. transition: .3s;
  620. width: 690rpx;
  621. margin: 0 auto;
  622. font-size: 28rpx;
  623. }
  624. .navigator-box-show {
  625. opacity: 1;
  626. transform: translateY(0);
  627. display: flex;
  628. flex-wrap: wrap;
  629. }
  630. .no1{
  631. display: flex;
  632. flex-wrap: wrap;
  633. }
  634. /* 单选 */
  635. /* 未选中的 背景样式 */
  636. radio .wx-radio-input{
  637. height: 36rpx;
  638. width: 36rpx;
  639. border-radius: 50%;
  640. background: transparent;
  641. }
  642. /* 选中后的 背景样式 */
  643. radio .wx-radio-input.wx-radio-input-checked{
  644. border: none;
  645. }
  646. /* 选中后的 对勾样式 */
  647. radio .wx-radio-input.wx-radio-input-checked::before{
  648. border-radius: 50%;
  649. width: 36rpx;
  650. height: 36rpx;
  651. line-height: 36rpx;
  652. text-align: center;
  653. font-size:36rpx;
  654. color:#fff;
  655. background: #33ad37;
  656. border: 6rpx solid #33ad37;
  657. }
  658. /* 测试 */
  659. .test_display {
  660. font-size: 26rpx;
  661. color: #666;
  662. vertical-align: middle;
  663. white-space:nowrap;
  664. }
  665. .scroll_display {
  666. width: 50%;
  667. height: 56rpx;
  668. font-size: 35rpx;
  669. vertical-align: middle;
  670. overflow: hidden;
  671. /* padding-left: 60rpx; */
  672. }