cabinetDetail.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. .bg-img {
  2. width: 100%;
  3. height: 420rpx;
  4. /* background-size: contain; */
  5. }
  6. .swiper {
  7. height: 420rpx;
  8. }
  9. .content .swiper-item-img {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .cabinet-detail {
  14. padding: 40rpx 32rpx;
  15. background: #FFFFFF;
  16. margin-bottom: 16rpx;
  17. }
  18. .cabinet-name-view {
  19. align-items: center;
  20. margin-bottom: 24rpx;
  21. }
  22. .cabinet-name {
  23. width: 360rpx;
  24. white-space: nowrap;
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. font-family: PingFangSC, PingFang SC;
  28. font-weight: 600;
  29. font-size: 48rpx;
  30. color: #2A3A5A;
  31. }
  32. .distance {
  33. font-weight: 500;
  34. font-size: 26rpx;
  35. color: #0074FF;
  36. background: #E5F1FF;
  37. border-radius: 20rpx;
  38. padding: 6rpx 20rpx;
  39. }
  40. .address {
  41. width: 640rpx;
  42. white-space: nowrap;
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. font-weight: 400;
  46. font-size: 32rpx;
  47. color: #9FA7B7;
  48. margin-bottom: 32rpx;
  49. }
  50. .cab_address {
  51. width: 312rpx;
  52. white-space: nowrap;
  53. overflow: hidden;
  54. text-overflow: ellipsis;
  55. font-family: PingFangSC, PingFang SC;
  56. font-weight: 400;
  57. font-size: 24rpx;
  58. color: #828DA2;
  59. line-height: 24rpx;
  60. text-align: left;
  61. font-style: normal;
  62. padding-top: 16rpx;
  63. }
  64. .cab_distance {
  65. font-family: PingFangSC, PingFang SC;
  66. font-weight: 500;
  67. font-size: 32rpx;
  68. color: #2A3A5A;
  69. line-height: 32rpx;
  70. font-style: normal;
  71. height: 40rpx;
  72. line-height: 40rpx;
  73. }
  74. .time-view {
  75. margin-bottom: 32rpx;
  76. font-weight: 500;
  77. font-size: 32rpx;
  78. color: #828DA2;
  79. }
  80. .time-img {
  81. width: 32rpx;
  82. height: 32rpx;
  83. }
  84. .time-text {
  85. margin-left: 4rpx;
  86. }
  87. .can-battery {
  88. height: 64rpx;
  89. line-height: 64rpx;
  90. background: #F3F8FF;
  91. border-radius: 16rpx;
  92. font-weight: 500;
  93. font-size: 24rpx;
  94. color: #2A3A5A;
  95. padding-left: 24rpx;
  96. margin-right: 6rpx;
  97. }
  98. .battery-num {
  99. font-family: DIN;
  100. font-weight: 500;
  101. font-size: 25rpx;
  102. color: #0074FF;
  103. }
  104. .nav-btn {
  105. width: 160rpx;
  106. height: 64rpx;
  107. background: #FFFFFF;
  108. border-radius: 32rpx;
  109. border: 2rpx solid #828DA2;
  110. font-weight: 500;
  111. font-size: 24rpx;
  112. color: #2A3A5A;
  113. align-items: center;
  114. padding-left: 36rpx;
  115. position: relative;
  116. right: -6rpx;
  117. }
  118. .nav-btn-img {
  119. width: 32rpx;
  120. height: 32rpx;
  121. }
  122. .nav-btn-text {
  123. margin-left: 8rpx;
  124. }
  125. .battery-list-view {
  126. background: #FFFFFF;
  127. padding: 48rpx 32rpx 32rpx 32rpx;
  128. }
  129. .no_battery {
  130. background: #F4F5F6;
  131. border-radius: 16rpx;
  132. width: 100%;
  133. color: #9FA7B7;
  134. text-align: center;
  135. padding-top: 14rpx;
  136. padding-bottom: 14rpx;
  137. }
  138. .battery-title {
  139. align-items: center;
  140. margin-bottom: 40rpx;
  141. }
  142. .blod-text {
  143. font-family: PingFangSC, PingFang SC;
  144. font-weight: 600;
  145. font-size: 40rpx;
  146. color: #2A3A5A;
  147. }
  148. .cabinet-ref {
  149. font-weight: 400;
  150. font-size: 32rpx;
  151. color: #9FA7B7;
  152. }
  153. .battery-list-main {
  154. flex-wrap: wrap;
  155. }
  156. .battery-list {
  157. width: 31%;
  158. height: 304rpx;
  159. border-radius: 20rpx 20rpx 24rpx 24rpx;
  160. margin-bottom: 16rpx;
  161. }
  162. .battery-list-b {
  163. background: #F3F8FF;
  164. border-radius: 20rpx 20rpx 24rpx 24rpx;
  165. }
  166. .battery-list-s {
  167. background: rgba(244, 245, 246, 0.6);
  168. border-radius: 20rpx 20rpx 24rpx 24rpx;
  169. }
  170. .battery-list-g {
  171. background: #F4F5F6;
  172. border-radius: 20rpx 20rpx 24rpx 24rpx;
  173. }
  174. .battery-list-o {
  175. background: #FFF6EF;
  176. border-radius: 20rpx 20rpx 24rpx 24rpx;
  177. }
  178. /* 给除了第三个加右边距 */
  179. .battery-list:nth-child(n+1):not(:nth-child(3n)):not(:last-child) {
  180. margin-right: 16rpx;
  181. }
  182. .namber-view {
  183. /* justify-content: center; */
  184. }
  185. .namber {
  186. width: 74rpx;
  187. height: 40rpx;
  188. border-radius: 20rpx 0rpx 20rpx 0rpx;
  189. font-size: 32rpx;
  190. color: #2A3A5A;
  191. text-align: center;
  192. font-family: DIN, DIN;
  193. font-weight: 600;
  194. text-align: center;
  195. font-style: normal;
  196. }
  197. .namber-g {
  198. background: #E7EBEF;
  199. }
  200. .namber-s {
  201. background: rgba(231, 235, 239, 0.6);
  202. color: #A7AFBC;
  203. }
  204. .namber-b {
  205. background: #E1EEFF;
  206. }
  207. .namber-o {
  208. background: #FFE5D2;
  209. }
  210. .status-img-view {
  211. justify-content: center;
  212. height: 208rpx;
  213. align-items: center;
  214. position: relative;
  215. }
  216. .status-img {
  217. width: 90rpx;
  218. height: 90rpx;
  219. }
  220. .tip-text {
  221. font-family: PingFangSC, PingFang SC;
  222. font-weight: 500;
  223. height: 56rpx;
  224. line-height: 56rpx;
  225. text-align: center;
  226. font-size: 26rpx;
  227. border-radius: 0rpx 0rpx 24rpx 24rpx;
  228. }
  229. .tip-text-g {
  230. background: #E7EBEF;
  231. color: #2A3A5A;
  232. }
  233. .tip-text-g1 {
  234. background: #E7EBEF;
  235. color: #A7AFBC;
  236. }
  237. .tip-text-u {
  238. background: #EDF1F3;
  239. color: #A7AFBC;
  240. white-space: nowrap;
  241. overflow: hidden;
  242. text-overflow: ellipsis;
  243. }
  244. .tip-text-b {
  245. background: #0074FF;
  246. color: #FFFFFF;
  247. }
  248. .tip-text-o {
  249. background: #FE8E33;
  250. color: #FFFFFF;
  251. }
  252. .progress-bar-view {
  253. position: absolute;
  254. top: -54rpx;
  255. }
  256. .battery-number {
  257. position: absolute;
  258. top: 150rpx;
  259. font-family: DIN;
  260. font-weight: 500;
  261. font-size: 24rpx;
  262. color: #5E6F90;
  263. }
  264. .cabinet-bottom {
  265. position: fixed;
  266. bottom: 1rpx;
  267. height: 266rpx;
  268. background: #FFFFFF;
  269. width: 100%;
  270. }
  271. .guide-view {
  272. height: 80rpx;
  273. background: #E7F2FF;
  274. padding-left: 32rpx;
  275. }
  276. .battery-img {
  277. width: 48rpx;
  278. height: 48rpx;
  279. }
  280. .guide-text {
  281. font-family: PingFangSC, PingFang SC;
  282. font-weight: 500;
  283. font-size: 28rpx;
  284. color: #0074FF;
  285. margin-left: 8rpx;
  286. }
  287. .arrow-img {
  288. width: 28rpx;
  289. height: 28rpx;
  290. }
  291. .scan-btn-view {
  292. display: flex;
  293. justify-content: center;
  294. align-items: center;
  295. padding: 32rpx;
  296. width: 100%;
  297. height: 148rpx;
  298. position: relative;
  299. }
  300. .scan-btn {
  301. height: 80rpx;
  302. display: flex;
  303. flex: 1;
  304. background: #0074FF;
  305. border-radius: 40rpx;
  306. font-family: PingFangSC, PingFang SC;
  307. font-weight: 500;
  308. font-size: 32rpx;
  309. color: #FFFFFF;
  310. justify-content: center;
  311. align-items: center;
  312. }
  313. .free-num-view {
  314. position: absolute;
  315. right: 32rpx;
  316. top: 14rpx;
  317. background: #FF571A;
  318. border-radius: 16rpx 0rpx 16rpx 0rpx;
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 500;
  321. font-size: 24rpx;
  322. color: #FFFFFF;
  323. padding: 8rpx 24rpx 10rpx 24rpx;
  324. display: flex;
  325. justify-content: center;
  326. align-items: center;
  327. }
  328. .free-num {
  329. font-family: DIN;
  330. font-weight: 500;
  331. font-size: 28rpx;
  332. margin: 0 3rpx;
  333. }
  334. .no-height {
  335. height: 266rpx;
  336. }
  337. /* 蓝牙弹窗 */
  338. .modal-group {
  339. width: 100%;
  340. height: 100vh;
  341. background-color: rgba(27, 27, 27, 0.7);
  342. z-index: 9999;
  343. position: fixed;
  344. top: 0;
  345. }
  346. .def-alert {
  347. width: 568rpx;
  348. background-color: #fff;
  349. margin: 60% auto;
  350. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  351. border-radius: 16rpx;
  352. }
  353. .alert-title {
  354. font-size: 16px;
  355. text-align: center;
  356. padding: 48rpx 20rpx 0 20rpx;
  357. font-family: PingFangSC, PingFang SC;
  358. font-weight: 500;
  359. font-size: 32rpx;
  360. color: rgba(0, 0, 0, 0.85);
  361. }
  362. .alert-content {
  363. padding: 20rpx 0 48rpx 0;
  364. font-family: PingFangSC, PingFang SC;
  365. font-weight: 400;
  366. font-size: 28rpx;
  367. color: #666666;
  368. text-align: center;
  369. }
  370. .alert-footer {
  371. border-top: solid 2rpx #e9e9e9;
  372. }
  373. .alert-btn {
  374. width: 100%;
  375. text-align: center;
  376. padding: 32rpx 0;
  377. font-family: PingFangSC, PingFang SC;
  378. font-weight: 500;
  379. font-size: 32rpx;
  380. color: #0074FF;
  381. line-height: 36rpx;
  382. text-align: center;
  383. }
  384. /* 开启蓝牙换电弹窗 */
  385. .def-alert-bluetooth {
  386. width: 568rpx;
  387. background-color: #fff;
  388. margin: 40% auto;
  389. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  390. border-radius: 16rpx;
  391. }
  392. .close-view {
  393. justify-content: flex-end;
  394. padding: 40rpx;
  395. }
  396. .close-icon {
  397. width: 32rpx;
  398. height: 32rpx;
  399. }
  400. .bluetooth-view {
  401. justify-content: center;
  402. margin-bottom: 48rpx;
  403. }
  404. .bluetooth-icon {
  405. width: 240rpx;
  406. height: 240rpx;
  407. }
  408. .need-bluetooth-text {
  409. width: 100%;
  410. text-align: center;
  411. font-family: PingFangSC, PingFang SC;
  412. font-weight: 600;
  413. font-size: 40rpx;
  414. color: #2A3A5A;
  415. margin-bottom: 32rpx;
  416. }
  417. .need-bluetooth-tip {
  418. width: 100%;
  419. font-family: PingFangSC, PingFang SC;
  420. font-weight: 400;
  421. font-size: 28rpx;
  422. color: #5E6F90;
  423. text-align: center;
  424. margin-bottom: 48rpx;
  425. }
  426. .bluetooth-connect-view {
  427. padding: 0 48rpx 48rpx 48rpx;
  428. }
  429. .bluetooth-connect-btn {
  430. font-family: PingFangSC, PingFang SC;
  431. font-weight: 500;
  432. font-size: 32rpx;
  433. color: #FFFFFF;
  434. line-height: 80rpx;
  435. text-align: center;
  436. height: 80rpx;
  437. background: #0074FF;
  438. border-radius: 40rpx;
  439. }
  440. .payment-info-main {
  441. background-color: #ffffff;
  442. position: fixed;
  443. width: 100%;
  444. bottom: 0;
  445. border-top-left-radius: 32rpx;
  446. /* 左上角圆角 */
  447. border-top-right-radius: 32rpx;
  448. /* 右上角圆角 */
  449. }
  450. .payment-info-top {
  451. padding: 80rpx 32rpx 32rpx 32rpx;
  452. justify-content: center;
  453. position: relative;
  454. }
  455. .check-icon {
  456. width: 88rpx;
  457. height: 88rpx;
  458. }
  459. .fee-rules-top {
  460. padding: 32rpx 32rpx 32rpx 32rpx;
  461. justify-content: center;
  462. position: relative;
  463. font-size: 32rpx;
  464. color: #5E6F90;
  465. }
  466. .fee-rules-close {
  467. position: absolute;
  468. right: 30rpx;
  469. top: 30rpx;
  470. }
  471. .pay-money-text {
  472. margin-bottom: 16rpx;
  473. }
  474. .pay-money {
  475. font-family: DINAlternate, DINAlternate;
  476. font-weight: bold;
  477. font-size: 64rpx;
  478. color: #2A3A5A;
  479. }
  480. .fee-rules-main {
  481. background-color: #ffffff;
  482. position: fixed;
  483. width: 100%;
  484. bottom: 0;
  485. border-top-left-radius: 32rpx;
  486. /* 左上角圆角 */
  487. border-top-right-radius: 32rpx;
  488. padding: 0 32rpx;
  489. }
  490. .fee-rules-icon {
  491. width: 40rpx;
  492. height: 40rpx;
  493. }
  494. .fee-rules-view {
  495. height: 156rpx;
  496. background: #EEF6FF;
  497. border-radius: 16rpx;
  498. padding: 36rpx 24rpx 32rpx 24rpx;
  499. margin-bottom: 48rpx;
  500. }
  501. .fee-rules-title {
  502. margin-right: 16rpx;
  503. font-family: PingFangSC, PingFang SC;
  504. font-weight: 500;
  505. font-size: 32rpx;
  506. color: #2A3A5A;
  507. }
  508. .fee-rules-money-view {
  509. font-family: PingFangSC, PingFang SC;
  510. font-weight: 500;
  511. font-size: 32rpx;
  512. color: #2A3A5A;
  513. margin-bottom: 20rpx;
  514. display: flex;
  515. align-items: center;
  516. }
  517. .fee-rules-money {
  518. font-family: DIN;
  519. font-weight: 500;
  520. font-size: 36rpx;
  521. color: #0074FF;
  522. }
  523. .open-result-tip {
  524. width: 100%;
  525. font-family: PingFangSC, PingFang SC;
  526. font-weight: 400;
  527. font-size: 24rpx;
  528. color: #828DA2;
  529. text-align: justify;
  530. }
  531. .over-btn-view {
  532. display: flex;
  533. justify-content: center;
  534. align-items: center;
  535. padding: 0 0 32rpx 0;
  536. width: 100%;
  537. height: 136rpx;
  538. position: relative;
  539. }
  540. .over-btn {
  541. height: 80rpx;
  542. display: flex;
  543. flex: 1;
  544. background: #0074FF;
  545. border-radius: 40rpx;
  546. font-family: PingFangSC, PingFang SC;
  547. font-weight: 500;
  548. font-size: 32rpx;
  549. color: #FFFFFF;
  550. justify-content: center;
  551. align-items: center;
  552. }
  553. .pay-icon {
  554. width: 40rpx;
  555. height: 40rpx;
  556. }
  557. .pay-view {
  558. margin-bottom: 52rpx;
  559. }
  560. .pay-view-text {
  561. flex: 1;
  562. margin-left: 24rpx;
  563. }
  564. .wx-pay-icon {
  565. width: 32rpx;
  566. height: 32rpx;
  567. }
  568. .icon-box {
  569. display: grid;
  570. /* grid-template-columns: repeat(3, 1fr); */
  571. grid-template-columns: repeat(auto-fit, minmax(100rpx, auto));
  572. /* 创建4列,每列等宽 */
  573. gap: 20rpx;
  574. /* 网格间隙 */
  575. /* 如果需要间隙 */
  576. width: 100%;
  577. margin-bottom: 24rpx;
  578. /* margin-top: 64rpx; */
  579. margin-top: 10rpx;
  580. justify-content: start;
  581. /* 让网格项靠左 */
  582. }
  583. .item-tag {
  584. height: 60rpx;
  585. line-height: 60rpx;
  586. text-align: center;
  587. border-radius: 16rpx;
  588. border: 2rpx solid #E7EAEE;
  589. padding-left: 14rpx;
  590. padding-right: 14rpx;
  591. align-items: center;
  592. /* 垂直居中 */
  593. justify-content: center;
  594. /* 水平居中 */
  595. /* margin-right: 8rpx;
  596. margin-bottom: 8rpx; */
  597. }
  598. .tag_name {
  599. font-family: DIN, DIN;
  600. font-weight: 600;
  601. font-size: 30rpx;
  602. color: #2A3A5A;
  603. line-height: 32rpx;
  604. text-align: center;
  605. font-style: normal;
  606. /* white-space: nowrap */
  607. }
  608. .tag_num {
  609. font-family: DIN, DIN;
  610. font-weight: bold;
  611. font-size: 30rpx;
  612. color: #0074FF;
  613. line-height: 32rpx;
  614. text-align: left;
  615. font-style: normal;
  616. }
  617. .left_grid_1 {
  618. width: 222rpx;
  619. height: 140rpx;
  620. background: #F4F5F6;
  621. border-radius: 16rpx;
  622. padding-left: 24rpx;
  623. padding-top: 28rpx;
  624. }
  625. .left_grid_2 {
  626. width: 222rpx;
  627. height: 140rpx;
  628. background: #EBFFF8;
  629. border-radius: 16rpx;
  630. padding-left: 24rpx;
  631. padding-top: 28rpx;
  632. }
  633. .right_grid {
  634. width: 448rpx;
  635. height: 140rpx;
  636. background: #F3F8FF;
  637. border-radius: 16rpx;
  638. padding-left: 24rpx;
  639. padding-top: 28rpx;
  640. padding-right: 32rpx;
  641. flex-direction: row;
  642. display: flex;
  643. }
  644. .icon_grid {
  645. width: 40rpx;
  646. height: 40rpx;
  647. }
  648. .icon_grid_1 {
  649. width: 48rpx;
  650. height: 48rpx;
  651. }
  652. .grid_nav {
  653. font-family: PingFangSC, PingFang SC;
  654. font-weight: 500;
  655. font-size: 24rpx;
  656. color: #2A3A5A;
  657. line-height: 24rpx;
  658. text-align: right;
  659. font-style: normal;
  660. }
  661. .grid_text_1 {
  662. font-family: PingFangSC, PingFang SC;
  663. font-weight: 500;
  664. font-size: 32rpx;
  665. color: #2A3A5A;
  666. line-height: 32rpx;
  667. text-align: left;
  668. font-style: normal;
  669. margin-left: 8rpx;
  670. }
  671. .grid_text_rest {
  672. font-family: PingFangSC, PingFang SC;
  673. font-weight: 500;
  674. font-size: 32rpx;
  675. color: #828DA2;
  676. line-height: 32rpx;
  677. text-align: left;
  678. font-style: normal;
  679. margin-left: 8rpx;
  680. }
  681. .grid_text_2 {
  682. font-family: DIN, DIN;
  683. font-weight: 500;
  684. font-size: 26rpx;
  685. color: #828DA2;
  686. line-height: 24rpx;
  687. text-align: left;
  688. font-style: normal;
  689. margin-top: 16rpx;
  690. }
  691. .tag_type_n {
  692. height: 34rpx;
  693. line-height: 34rpx;
  694. background: #EDF1F3;
  695. color: #A7AFBC;
  696. border-radius: 17rpx;
  697. text-align: center;
  698. font-family: DIN, DIN;
  699. font-weight: 500;
  700. font-size: 20rpx;
  701. font-style: normal;
  702. padding-left: 10rpx;
  703. padding-right: 10rpx;
  704. }
  705. .tag_type {
  706. height: 34rpx;
  707. line-height: 34rpx;
  708. background: #0074FF;
  709. border-radius: 17rpx;
  710. text-align: center;
  711. font-family: DIN, DIN;
  712. font-weight: 500;
  713. font-size: 20rpx;
  714. color: #FFFFFF;
  715. font-style: normal;
  716. padding-left: 10rpx;
  717. padding-right: 10rpx;
  718. }
  719. .time_num {
  720. font-family: DIN;
  721. font-weight: 500;
  722. font-size: 28rpx;
  723. color: #FFFFFF;
  724. line-height: 28rpx;
  725. text-align: right;
  726. font-style: normal;
  727. padding-left: 4rpx;
  728. padding-right: 4rpx;
  729. }
  730. .time_mark {
  731. font-family: PingFangSC, PingFang SC;
  732. font-weight: 500;
  733. font-size: 24rpx;
  734. color: #FFFFFF;
  735. line-height: 28rpx;
  736. text-align: right;
  737. font-style: normal;
  738. }
  739. .model_center {
  740. /* width: 568rpx;
  741. height: 532rpx;
  742. margin-top: 100rpx; */
  743. position: fixed;
  744. width: 750rpx;
  745. height: 100%;
  746. top: 0;
  747. left: 0;
  748. background-color: rgba(0, 0, 0, 0.6);
  749. }
  750. .pack_model {
  751. position: fixed;
  752. width: 568rpx;
  753. height: 532rpx;
  754. left: 91rpx;
  755. margin-top: 250rpx;
  756. z-index: 99;
  757. }
  758. .pack_model_text {
  759. position: fixed;
  760. font-family: PingFangSC, PingFang SC;
  761. font-weight: 500;
  762. font-size: 32rpx;
  763. color: #5E6F90;
  764. line-height: 52rpx;
  765. text-align: center;
  766. font-style: normal;
  767. width: 472rpx;
  768. text-align: center;
  769. /* margin: 500rpx auto; */
  770. margin-top: 500rpx;
  771. margin-left: 139rpx;
  772. z-index: 999;
  773. }
  774. .look_package {
  775. position: fixed;
  776. width: 472rpx;
  777. height: 80rpx;
  778. line-height: 80rpx;
  779. background: #0074FF;
  780. border-radius: 40rpx;
  781. margin-left: 139rpx;
  782. font-family: PingFangSC, PingFang SC;
  783. font-weight: 500;
  784. font-size: 32rpx;
  785. color: #FFFFFF;
  786. text-align: center;
  787. font-style: normal;
  788. margin-top: 654rpx;
  789. z-index: 999;
  790. }
  791. .line_view {
  792. position: fixed;
  793. width: 2rpx;
  794. height: 64rpx;
  795. border: 4rpx solid #FFFFFF;
  796. opacity: 0.6;
  797. margin-top: 782rpx;
  798. margin-left: 374rpx;
  799. }
  800. .close_package {
  801. width: 48rpx;
  802. height: 48rpx;
  803. margin-top: 846rpx;
  804. margin-left: 354rpx;
  805. }
  806. .cabinet-ref-text{
  807. font-family: DIN, DIN;
  808. font-weight: 600;
  809. font-size: 32rpx;
  810. color: #9FA7B7;
  811. }