new-site.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. ax-body {
  2. display: block;
  3. height: 100%;
  4. background: #f6faff;
  5. }
  6. .site-body {
  7. position: relative;
  8. }
  9. .top-banner {
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. right: 0;
  14. z-index: 0;
  15. width: 100%;
  16. height: 520rpx;
  17. /* position: relative; */
  18. }
  19. .banner-swiper {
  20. width: 100%;
  21. height: 520rpx;
  22. }
  23. .banner-swiper-item {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .swiper-current {
  28. position: absolute;
  29. width: 72rpx;
  30. height: 34rpx;
  31. background: rgba(255, 255, 255, 0.5);
  32. border-radius: 18rpx;
  33. font-size: 24rpx;
  34. color: #ffffff;
  35. text-align: center;
  36. line-height: 34rpx;
  37. right: 20rpx;
  38. bottom: 40rpx;
  39. }
  40. .swiper-item-image {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .site-content {
  45. width: 100%;
  46. position: absolute;
  47. top: 320rpx;
  48. background: linear-gradient(180deg, #ffffff 0%, #f6faff 82%, #f6faff 100%);
  49. border-radius: 32rpx 32rpx 0rpx 0rpx;
  50. padding: 0 20rpx 0 20rpx;
  51. }
  52. .top-site-info {
  53. margin-top: 28rpx;
  54. }
  55. .site-title {
  56. font-weight: 800;
  57. font-size: 32rpx;
  58. color: #2b303a;
  59. }
  60. .site-text {
  61. display: flex;
  62. align-items: center;
  63. gap: 16rpx;
  64. font-size: 24rpx;
  65. color: #aaaaaa;
  66. margin-top: 20rpx;
  67. }
  68. .site-text .icon {
  69. width: 30rpx;
  70. height: 30rpx;
  71. }
  72. .site-location {
  73. background: url("@/static/img/site-bg01.png");
  74. background-size: cover;
  75. background-position: center;
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. padding: 20rpx;
  80. margin-top: 20rpx;
  81. }
  82. .location-left .left-km {
  83. font-weight: bold;
  84. font-size: 28rpx;
  85. color: #2b303a;
  86. }
  87. .location-left .left-address {
  88. margin-top: 10rpx;
  89. font-size: 24rpx;
  90. color: #aaaaaa;
  91. }
  92. .location-rihgt {
  93. text-align: center;
  94. font-size: 24rpx;
  95. color: #181818;
  96. }
  97. .location-rihgt .right-icon {
  98. width: 40rpx;
  99. height: 40rpx;
  100. }
  101. .site-cost-info {
  102. background: #ffffff;
  103. border-radius: 16rpx;
  104. padding: 20rpx;
  105. margin-top: 20rpx;
  106. }
  107. .cost-info-title {
  108. display: flex;
  109. align-items: center;
  110. justify-content: space-between;
  111. }
  112. .cost-info-title .title-name {
  113. font-weight: bold;
  114. font-size: 32rpx;
  115. color: #2b303a;
  116. }
  117. .cost-info-title .check-info {
  118. display: flex;
  119. align-items: center;
  120. gap: 10rpx;
  121. font-size: 24rpx;
  122. color: #aaaaaa;
  123. }
  124. .cost-price-info {
  125. margin-top: 24rpx;
  126. width: 654rpx;
  127. height: 240rpx;
  128. background: linear-gradient(
  129. 90deg,
  130. #fee4c6 0%,
  131. rgba(251, 235, 198, 0.23) 100%
  132. );
  133. border-radius: 16rpx;
  134. }
  135. .cost-price-info .cost-title {
  136. display: flex;
  137. align-items: center;
  138. justify-content: space-between;
  139. position: relative;
  140. }
  141. .cost-title .title-left {
  142. font-weight: bold;
  143. font-size: 28rpx;
  144. color: #2b303a;
  145. margin-left: 20rpx;
  146. }
  147. .cost-title .title-right {
  148. width: 125rpx;
  149. height: 52rpx;
  150. font-weight: bold;
  151. font-size: 28rpx;
  152. color: #ffffff;
  153. text-align: center;
  154. line-height: 52rpx;
  155. border-radius: 0rpx 16rpx 0rpx 40rpx;
  156. background: linear-gradient(90deg, #f32027 0%, #f67014 100%);
  157. }
  158. .cost-price {
  159. display: flex;
  160. align-items: center;
  161. gap: 10rpx;
  162. margin-left: 20rpx;
  163. }
  164. .cost-price .cost-price-text {
  165. font-weight: 800;
  166. font-size: 48rpx;
  167. color: #ff6464;
  168. }
  169. .cost-price .cost-price-unit {
  170. margin-top: 16rpx;
  171. font-size: 24rpx;
  172. color: #2b303a;
  173. }
  174. .time-cost-price {
  175. margin-top: 12rpx;
  176. font-size: 28rpx;
  177. color: #2b303a;
  178. margin-left: 20rpx;
  179. }
  180. .time-cost-number {
  181. font-size: 28rpx;
  182. color: #2b303a;
  183. margin-left: 20rpx;
  184. margin-top: 12rpx;
  185. }
  186. .firm-price-info-box {
  187. margin-top: 24rpx;
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. }
  192. .current-price-info {
  193. width: 316rpx;
  194. background: #f6faff;
  195. border-radius: 16rpx;
  196. clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  197. padding: 20rpx;
  198. }
  199. .current-price-title {
  200. font-weight: bold;
  201. font-size: 28rpx;
  202. color: #2b303a;
  203. }
  204. .current-price {
  205. display: flex;
  206. align-items: center;
  207. gap: 8rpx;
  208. margin-top: 20rpx;
  209. }
  210. .current-price .current-price-text {
  211. font-weight: 800;
  212. font-size: 48rpx;
  213. color: #ff6464;
  214. }
  215. .current-price .current-price-unit {
  216. margin-top: 16rpx;
  217. font-size: 24rpx;
  218. color: #2b303a;
  219. }
  220. .time-current-price {
  221. font-size: 28rpx;
  222. color: #2b303a;
  223. margin-top: 12rpx;
  224. }
  225. .time-current-number {
  226. font-size: 28rpx;
  227. color: #2b303a;
  228. margin-top: 20rpx;
  229. margin-bottom: 12rpx;
  230. }
  231. .firm-price-info {
  232. width: 346rpx;
  233. padding: 20rpx;
  234. background: linear-gradient(
  235. 90deg,
  236. #fee4c6 0%,
  237. rgba(251, 235, 198, 0.23) 100%
  238. );
  239. clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  240. border-radius: 16rpx;
  241. }
  242. .firm-border {
  243. width: 30rpx;
  244. height: 30rpx;
  245. background: #3eb6f8;
  246. border-radius: 50%;
  247. position: absolute;
  248. z-index: 9999;
  249. top: -20rpx;
  250. }
  251. .firm-price-title {
  252. display: flex;
  253. align-items: center;
  254. justify-content: space-between;
  255. position: relative;
  256. }
  257. .firm-price-title .title-text {
  258. font-weight: bold;
  259. font-size: 28rpx;
  260. color: #f43921;
  261. margin-left: 20rpx;
  262. }
  263. .tags-price {
  264. position: absolute;
  265. right: -20rpx;
  266. top: -20rpx;
  267. width: 125rpx;
  268. height: 52rpx;
  269. font-weight: bold;
  270. font-size: 28rpx;
  271. color: #ffffff;
  272. text-align: center;
  273. line-height: 52rpx;
  274. border-radius: 0rpx 16rpx 0rpx 40rpx;
  275. background: linear-gradient(90deg, #f32027 0%, #f67014 100%);
  276. }
  277. .firm-price-box {
  278. display: flex;
  279. align-items: center;
  280. gap: 8rpx;
  281. margin-top: 20rpx;
  282. margin-left: 20rpx;
  283. }
  284. .firm-price-text {
  285. font-weight: 800;
  286. font-size: 48rpx;
  287. color: #9b683c;
  288. }
  289. .firm-price-unit {
  290. font-size: 24rpx;
  291. color: #2b303a;
  292. }
  293. .current-pay-price-box {
  294. display: flex;
  295. align-items: center;
  296. gap: 40rpx;
  297. margin-left: 20rpx;
  298. }
  299. .pay-price .firm-old-price {
  300. font-size: 28rpx;
  301. color: #aaaaaa;
  302. text-transform: none;
  303. text-decoration: line-through;
  304. }
  305. .pay-price .discount-price {
  306. font-weight: bold;
  307. font-size: 28rpx;
  308. color: #ff6464;
  309. margin-top: 12rpx;
  310. }
  311. .current-pay-price-box .pay-price-icon {
  312. width: 58rpx;
  313. height: 120rpx;
  314. }
  315. .stopcar-tips {
  316. display: flex;
  317. align-items: center;
  318. gap: 20rpx;
  319. margin-top: 20rpx;
  320. }
  321. .stopcar-tips .stopcar-tips-icon {
  322. width: 40rpx;
  323. height: 40rpx;
  324. }
  325. .stopcar-tips-text {
  326. display: flex;
  327. align-items: center;
  328. gap: 20rpx;
  329. }
  330. .stopcar-tips-text .tips-text-title {
  331. font-size: 28rpx;
  332. color: #2b303a;
  333. }
  334. .stopcar-tips-text .tips-text-mini {
  335. font-size: 28rpx;
  336. color: #aaaaaa;
  337. }
  338. .site-list-card {
  339. padding: 20rpx;
  340. background: #ffffff;
  341. border-radius: 16rpx;
  342. margin-top: 20rpx;
  343. }
  344. .site-select-tab {
  345. margin-top: 28rpx;
  346. gap: 20rpx;
  347. }
  348. .site-select-tab .select-item {
  349. width: 132rpx;
  350. height: 56rpx;
  351. background: #f6faff;
  352. border-radius: 16rpx;
  353. font-size: 28rpx;
  354. color: #aaaaaa;
  355. text-align: center;
  356. line-height: 56rpx;
  357. transition: opacity 0.3s ease-in-out;
  358. }
  359. .site-select-tab .selectItemActive {
  360. width: 132rpx;
  361. height: 56rpx;
  362. background: #3eb6f8;
  363. border-radius: 16rpx;
  364. font-size: 28rpx;
  365. color: #ffffff;
  366. text-align: center;
  367. line-height: 56rpx;
  368. transition: all 0.3s ease-in-out;
  369. }
  370. .site-select-tab .selectItemActive::before {
  371. opacity: 1;
  372. }
  373. .site-list-box {
  374. margin-top: 10rpx;
  375. }
  376. .not-data {
  377. text-align: center;
  378. color: #aaaaaa;
  379. font-size: 14px;
  380. margin-top: 20px;
  381. height: 80rpx;
  382. }
  383. .terminal-item {
  384. display: flex;
  385. align-items: center;
  386. justify-content: space-between;
  387. background-color: #f6f6f6;
  388. border-radius: 8px;
  389. height: 78px;
  390. padding: 10px;
  391. }
  392. .terminal-item + .terminal-item {
  393. margin-top: 10px;
  394. }
  395. .terminal-item .state {
  396. display: flex;
  397. width: 58px;
  398. height: 58px;
  399. border-radius: 100%;
  400. margin-right: 10px;
  401. padding: 4px;
  402. background-image: linear-gradient(
  403. to right,
  404. #ccc 0%,
  405. #ccc 35.8%,
  406. #c7cccf 65.9%,
  407. #e8e8e8 80.4%,
  408. #c8c8c8 100%
  409. );
  410. }
  411. .terminal-item .state .cake {
  412. display: flex;
  413. align-items: center;
  414. justify-content: center;
  415. flex-direction: column;
  416. width: 100%;
  417. height: 100%;
  418. border-radius: 100%;
  419. background-color: #eee;
  420. }
  421. .terminal-item .state .icon {
  422. display: block;
  423. width: 20px;
  424. height: 20px;
  425. }
  426. .terminal-item .state .name {
  427. font-size: 12px;
  428. margin-top: 3px;
  429. }
  430. .terminal-item .info {
  431. flex: 1;
  432. }
  433. .terminal-item .info .name {
  434. font-size: 14px;
  435. font-weight: bold;
  436. margin-bottom: 5px;
  437. }
  438. .terminal-item .info .subinfo {
  439. font-size: 12px;
  440. color: #aaa;
  441. }
  442. .terminal-item .state.green {
  443. background-image: linear-gradient(
  444. to right,
  445. #73e6a0 0%,
  446. #3eff8a 30%,
  447. #4edc86 60%,
  448. #b4ffd1 75%,
  449. #6be49a 100%
  450. );
  451. }
  452. .terminal-item .state.green .cake {
  453. background-color: #ecfff4;
  454. }
  455. .terminal-item .state.blue {
  456. background-image: linear-gradient(
  457. to right,
  458. #3eb6f8 0%,
  459. #81d8ff 35%,
  460. #75ceff 65%,
  461. #94e2ff 80%,
  462. #2cb5ff 100%
  463. );
  464. }
  465. .terminal-item .state.blue .cake {
  466. background-color: #e9f9ff;
  467. }
  468. .terminal-item .state.orange {
  469. background-image: linear-gradient(
  470. to right,
  471. #ffe9bc 0%,
  472. #ffd070 35%,
  473. #ffd887 65%,
  474. #ffd887 80%,
  475. #ffc246 100%
  476. );
  477. }
  478. .terminal-item .state.orange .cake {
  479. background-color: #fff8eb;
  480. }
  481. .terminal-item .state.err {
  482. background-image: linear-gradient(
  483. to right,
  484. #ffc4c4 0%,
  485. #f77474 35%,
  486. #ffaaaa 65%,
  487. #ffaaaa 80%,
  488. #f55b5b 100%
  489. );
  490. }
  491. .terminal-item .state.err .cake {
  492. background-color: #ffe9e9;
  493. }
  494. .site-detail-line {
  495. margin-top: 20rpx;
  496. border: 2rpx solid #f0f0f0;
  497. }
  498. .site-detail-info {
  499. }
  500. .site-detail-info .detail-info-item {
  501. display: flex;
  502. align-items: center;
  503. gap: 24rpx;
  504. margin-top: 20rpx;
  505. }
  506. .detail-info-item .left-item {
  507. font-weight: 500;
  508. font-size: 28rpx;
  509. color: #2b303a;
  510. }
  511. .detail-info-item .right-item {
  512. font-size: 28rpx;
  513. color: #aaaaaa;
  514. }
  515. .footer {
  516. position: fixed;
  517. left: 0;
  518. right: 0;
  519. bottom: 0;
  520. display: flex;
  521. align-items: center;
  522. height: 84px;
  523. overflow: hidden;
  524. border-radius: 20px 20px 0 0;
  525. background-image: linear-gradient(
  526. to right,
  527. #fee4c6 0%,
  528. rgba(255, 255, 255, 0.533) 75%,
  529. rgba(255, 255, 255, 0) 100%
  530. );
  531. background-color: #fff;
  532. }
  533. .footer .price-wrap .price {
  534. font-size: 20px;
  535. }
  536. .scan {
  537. flex: 1;
  538. display: flex;
  539. align-items: center;
  540. justify-content: center;
  541. border-radius: 8px;
  542. height: 50px;
  543. font-size: 14px;
  544. color: #2b303a;
  545. background-image: linear-gradient(to right, #8ff8fb, #47aeff);
  546. margin: 0 10px;
  547. }
  548. .operation-symbol {
  549. font-size: 24rpx;
  550. }
  551. .price-wrap {
  552. display: flex;
  553. align-items: center;
  554. }
  555. .price-wrap .price {
  556. display: flex;
  557. align-items: flex-end;
  558. font-size: 24px;
  559. font-weight: bold;
  560. color: #f5531a;
  561. margin-left: 10px;
  562. }
  563. .price-wrap .price .symbol {
  564. display: inline-block;
  565. font-size: 12px;
  566. color: #f5531a;
  567. transform: translateY(-4px);
  568. }
  569. .price-wrap .unit {
  570. font-size: 12px;
  571. color: #aaa;
  572. margin-left: 15px;
  573. }
  574. .bg5 {
  575. display: inline-flex;
  576. align-items: center;
  577. justify-content: center;
  578. position: relative;
  579. color: #fff;
  580. height: inherit;
  581. }
  582. .bg5 > .text {
  583. display: inline-block;
  584. position: absolute;
  585. font-family: "ysbth";
  586. white-space: nowrap;
  587. top: 50%;
  588. left: 50%;
  589. transform: translate(-65%, -50%);
  590. font-size: 16px;
  591. }
  592. .bg5 > .bg {
  593. height: 100%;
  594. }