new-site.css 10 KB

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