index.wxss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. page {
  2. font-size: 16px;
  3. }
  4. ax-body {
  5. display: block;
  6. height: 100%;
  7. background: linear-gradient(
  8. 180deg,
  9. #c7fffd 0%,
  10. #97e8fa 10%,
  11. #f6f6f6 74%,
  12. #f6f6f6 100%
  13. );
  14. }
  15. ax-body .ax-body .__root {
  16. display: flex;
  17. flex-direction: column;
  18. padding-left: 0 !important;
  19. padding-right: 0 !important;
  20. position: relative;
  21. overflow: hidden !important;
  22. padding-bottom: var(--app-navigation-heiht) !important;
  23. }
  24. .main-scroll-wrap {
  25. flex: 1;
  26. position: relative;
  27. height: 1200rpx;
  28. }
  29. .root-scroll {
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. bottom: 0;
  35. }
  36. .concat-father {
  37. position: absolute;
  38. bottom: 170rpx;
  39. right: 16rpx;
  40. }
  41. .concat-icon {
  42. width: 120rpx;
  43. height: 120rpx;
  44. }
  45. .contet-root {
  46. height: 100%;
  47. }
  48. .base {
  49. padding-left: 10px;
  50. padding-right: 10px;
  51. }
  52. /* 导航栏 */
  53. app-navigation {
  54. display: block;
  55. position: fixed;
  56. left: 0;
  57. right: 0;
  58. bottom: 0;
  59. }
  60. /* 标题栏 */
  61. .titlebar {
  62. display: flex;
  63. align-items: center;
  64. padding-left: 3px;
  65. }
  66. .titlebar .page-title {
  67. width: 133px;
  68. height: 33px;
  69. }
  70. .titlebar .page-subtitle {
  71. font-size: 12px;
  72. }
  73. /* 定位城市 */
  74. .search-view {
  75. position: -webkit-sticky;
  76. position: sticky;
  77. top: 0;
  78. z-index: 90;
  79. }
  80. .arrears-tips {
  81. margin: auto;
  82. margin-top: 20rpx;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. transition: opacity 0.3s;
  87. opacity: 1;
  88. width: 702rpx;
  89. height: 72rpx;
  90. background: #fff6e8;
  91. border-radius: 16rpx;
  92. }
  93. .arrears-left {
  94. display: flex;
  95. align-items: center;
  96. gap: 20rpx;
  97. }
  98. .arrears-icon {
  99. width: 30rpx;
  100. height: 30rpx;
  101. margin-left: 20rpx;
  102. }
  103. .arrears-text {
  104. font-size: 24rpx;
  105. color: #fab04d;
  106. }
  107. .arrears-btn {
  108. width: 112rpx;
  109. height: 48rpx;
  110. background: #fab14f;
  111. border-radius: 24rpx;
  112. font-size: 24rpx;
  113. color: #ffffff;
  114. text-align: center;
  115. line-height: 48rpx;
  116. margin-right: 20rpx;
  117. }
  118. .locate-city {
  119. display: flex;
  120. align-items: center;
  121. margin-right: 6px;
  122. justify-content: ;
  123. }
  124. .locate-city ._icon {
  125. display: inline-block;
  126. width: 20px;
  127. height: 20px;
  128. margin-right: 5px;
  129. }
  130. .locate-city .__name {
  131. margin-bottom: 6rpx;
  132. }
  133. /* 搜索条 */
  134. .search-bar {
  135. flex: 1;
  136. display: flex;
  137. align-items: center;
  138. height: 30px;
  139. padding: 0 10px;
  140. border-radius: 8px;
  141. background: rgba(255, 255, 255, 0.6);
  142. }
  143. .search-bar input {
  144. flex: 1;
  145. display: block;
  146. font-size: 14px;
  147. background-color: transparent;
  148. }
  149. .search-bar ._icon-search {
  150. display: inline-block;
  151. width: 20px;
  152. height: 20px;
  153. margin-left: 10px;
  154. }
  155. .search-map-mode {
  156. display: flex;
  157. align-items: center;
  158. gap: 20rpx;
  159. width: 220rpx;
  160. height: 60rpx;
  161. background: rgba(255, 255, 255, 0.6);
  162. border-radius: 16rpx;
  163. justify-content: center;
  164. }
  165. .search-map-icon {
  166. width: 40rpx;
  167. height: 40rpx;
  168. }
  169. /* 快捷栏 */
  170. .shortcut-bar {
  171. display: flex;
  172. align-items: center;
  173. justify-content: space-between;
  174. gap: 20rpx;
  175. padding: 15px 0px;
  176. }
  177. .buy-charge-coupon {
  178. position: relative;
  179. width: 340rpx;
  180. height: 376rpx;
  181. background: #ffffff;
  182. box-shadow: inset 0rpx 20rpx 40rpx 2rpx rgba(100, 255, 218, 0.26);
  183. border-radius: 16rpx;
  184. text-align: center;
  185. }
  186. .coupon-tag {
  187. position: absolute;
  188. top: 0;
  189. right: 0;
  190. width: 116rpx;
  191. height: 52rpx;
  192. background: linear-gradient(134deg, #25eb64 0%, #0ad549 100%);
  193. box-shadow: inset 0rpx 20rpx 40rpx 2rpx rgba(100, 255, 218, 0.26);
  194. border-radius: 0rpx 16rpx 0rpx 16rpx;
  195. font-size: 28rpx;
  196. color: #ffffff;
  197. line-height: 52rpx;
  198. }
  199. .charge-title {
  200. margin-top: 62rpx;
  201. display: flex;
  202. align-items: center;
  203. gap: 20rpx;
  204. margin-left: 24rpx;
  205. }
  206. .title-coupon-text {
  207. width: 144rpx;
  208. height: 36rpx;
  209. }
  210. .title-right-text {
  211. width: 34rpx;
  212. height: 34rpx;
  213. background: #000;
  214. border-radius: 50%;
  215. }
  216. .ax-iconline {
  217. color: #fff;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. }
  222. .charge-text-dsc {
  223. margin-top: 20rpx;
  224. font-size: 28rpx;
  225. color: #aaaaaa;
  226. text-align: left;
  227. margin-left: 24rpx;
  228. }
  229. .charge-coupon-img {
  230. position: absolute;
  231. bottom: 0;
  232. left: 50%;
  233. -webkit-transform: translate(-50%, 0);
  234. transform: translate(-50%, 0);
  235. width: 170rpx;
  236. height: 214rpx;
  237. }
  238. .order-center {
  239. display: flex;
  240. align-items: center;
  241. width: 340rpx;
  242. height: 178rpx;
  243. background: #ffffff;
  244. box-shadow: inset 0rpx 20rpx 60rpx 2rpx rgba(100, 234, 255, 0.26);
  245. border-radius: 16rpx;
  246. }
  247. .order-center-number {
  248. margin-top: 20rpx;
  249. margin-left: 24rpx;
  250. font-size: 28rpx;
  251. color: #aaaaaa;
  252. }
  253. .order-center-icon {
  254. width: 100rpx;
  255. height: 100rpx;
  256. }
  257. .shortcut-bar ._item {
  258. display: flex;
  259. align-items: center;
  260. justify-content: center;
  261. flex-direction: column;
  262. }
  263. .shortcut-bar ._item ._icon {
  264. width: 40px;
  265. height: 40px;
  266. }
  267. .shortcut-bar ._item ._name {
  268. font-size: 12px;
  269. margin-top: 6px;
  270. }
  271. /* 版头广告 */
  272. .banner {
  273. width: 100%;
  274. height: calc((100vw - 20px) * (5 / 20));
  275. }
  276. .banner .swiper-item {
  277. display: flex;
  278. width: 100%;
  279. }
  280. .banner .swiper-item .swiper-item-image {
  281. display: block;
  282. width: 100%;
  283. border-radius: 5px;
  284. }
  285. /* 选项条 */
  286. .options-bar {
  287. display: flex;
  288. align-items: center;
  289. padding: 15px 0px;
  290. gap: 20rpx;
  291. }
  292. .options-tabs {
  293. width: 152rpx;
  294. height: 60rpx;
  295. background: #ffffff;
  296. border-radius: 16rpx;
  297. font-size: 28rpx;
  298. color: #2b303a;
  299. text-align: center;
  300. line-height: 60rpx;
  301. transition: all 0.3s ease-in-out;
  302. position: relative;
  303. overflow: hidden;
  304. }
  305. .options-tabs::before {
  306. content: "";
  307. position: absolute;
  308. top: 0;
  309. left: 0;
  310. right: 0;
  311. bottom: 0;
  312. background: linear-gradient(99deg, #8ff8fb 0%, #47aeff 100%);
  313. border-radius: 16rpx;
  314. opacity: 0;
  315. transition: opacity 0.3s ease-in-out;
  316. z-index: 1;
  317. }
  318. .options-tabs text {
  319. position: relative;
  320. z-index: 2;
  321. }
  322. .options-bar .options-tabs.active {
  323. width: 152rpx;
  324. height: 60rpx;
  325. background: #ffffff;
  326. /* 保持白色背景,用伪元素显示渐变 */
  327. border-radius: 16rpx;
  328. font-size: 28rpx;
  329. color: #2b303a;
  330. text-align: center;
  331. line-height: 60rpx;
  332. font-weight: bold;
  333. /* 过渡效果 */
  334. transition: all 0.3s ease-in-out;
  335. }
  336. .options-bar .options-tabs.active::before {
  337. opacity: 1;
  338. }
  339. /* 可选:添加点击反馈动画 */
  340. .options-tabs:active {
  341. -webkit-transform: scale(0.95);
  342. transform: scale(0.95);
  343. transition: -webkit-transform 0.1s ease;
  344. transition: transform 0.1s ease;
  345. transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  346. }
  347. .options-bar .option-item::after {
  348. content: "";
  349. display: block;
  350. width: 30px;
  351. height: 6px;
  352. -webkit-transform: translateY(5px) scaleX(0);
  353. transform: translateY(5px) scaleX(0);
  354. border-radius: 10pc;
  355. background: linear-gradient(to right, #8ff8fb, #47aeff);
  356. transition: all 400ms ease;
  357. }
  358. .options-bar .option-item.active::after {
  359. -webkit-transform: translateY(5px) scaleX(1);
  360. transform: translateY(5px) scaleX(1);
  361. }
  362. .options-bar .separ {
  363. flex: 1;
  364. }
  365. .options-bar .separ::before {
  366. content: "";
  367. display: block;
  368. height: 13px;
  369. border-left: 1px solid #3eb6f8;
  370. }
  371. .options-bar .map-mode {
  372. color: #3eb6f8;
  373. }
  374. .options-bar .map-mode ._icon {
  375. width: 17px;
  376. height: 17px;
  377. margin-right: 5px;
  378. }
  379. /* 电站列表 */
  380. .list-scroll-wrap {
  381. height: var(--list-heiht);
  382. position: relative;
  383. }
  384. .list-scroll-wrap > .list-scroll {
  385. position: absolute;
  386. top: 0;
  387. left: 0;
  388. right: 0;
  389. bottom: 0;
  390. }
  391. .list {
  392. padding: 10px;
  393. }
  394. .list .item {
  395. display: block;
  396. border-radius: 8px;
  397. background-color: #fff;
  398. box-shadow: 0 1px 10px rgba(0, 39, 52, 0.1);
  399. overflow: hidden;
  400. }
  401. .list .item + .item {
  402. margin-top: 10px;
  403. }
  404. .list .item .contet {
  405. padding: 10px;
  406. background: #fff;
  407. /* url('@/static/img/charging_station_item_background.png') no-repeat center */
  408. }
  409. .list .item .name {
  410. display: flex;
  411. font-weight: bold;
  412. position: relative;
  413. }
  414. .list .item .name > .txt {
  415. flex: 1;
  416. line-height: 1.5em;
  417. }
  418. .list .item .name > .firm-price {
  419. position: absolute;
  420. right: -20rpx;
  421. top: -20rpx;
  422. width: 200rpx;
  423. height: 52rpx;
  424. background: linear-gradient(132deg, #ff6464 0%, #ff3a3a 100%);
  425. border-radius: 0rpx 16rpx 0rpx 40rpx;
  426. text-align: center;
  427. line-height: 52rpx;
  428. color: #fff;
  429. }
  430. .list .item .name > .icon {
  431. display: flex;
  432. align-items: center;
  433. justify-content: center;
  434. width: 20px;
  435. height: 20px;
  436. border-radius: 4px;
  437. background: linear-gradient(to bottom, #2a67f0, #769ffc);
  438. margin-right: 10px;
  439. }
  440. .list .item .name > .icon image {
  441. display: block;
  442. width: 10px;
  443. }
  444. .list .item .parkade {
  445. display: flex;
  446. font-size: 12px;
  447. color: #aaa;
  448. margin-top: 15px;
  449. }
  450. .list .item .parkade > .txt {
  451. flex: 1;
  452. line-height: 1.5em;
  453. }
  454. .list .item .parkade > .icon {
  455. display: inline-flex;
  456. align-items: center;
  457. justify-content: center;
  458. width: 20px;
  459. height: 20px;
  460. background-color: #5be7ff;
  461. margin-right: 10px;
  462. }
  463. .list .item .parkade > .icon image {
  464. display: block;
  465. width: 10px;
  466. }
  467. .list .item .info {
  468. margin-top: 24rpx;
  469. width: 654rpx;
  470. height: 84rpx;
  471. background: linear-gradient(
  472. 90deg,
  473. rgba(170, 255, 235, 0.3) 0%,
  474. rgba(175, 247, 252, 0.2) 44%,
  475. rgba(139, 232, 252, 0) 100%
  476. );
  477. border-radius: 16rpx 16rpx 16rpx 16rpx;
  478. padding-left: 20rpx;
  479. }
  480. .list .item .info .charge {
  481. display: inline-flex;
  482. align-items: center;
  483. justify-content: center;
  484. }
  485. .list .item .info .charge > .icon {
  486. display: inline-flex;
  487. align-items: center;
  488. justify-content: center;
  489. width: 20px;
  490. height: 20px;
  491. color: #fff;
  492. font-size: 13px;
  493. border-radius: 4px;
  494. background: linear-gradient(to bottom, #4fef86, #00aa3a);
  495. }
  496. .list .item .info .charge > .icon.blue {
  497. background: linear-gradient(to bottom, #8eb1ff, #3071ff);
  498. }
  499. .list .item .info .charge > .value {
  500. margin-left: 5px;
  501. }
  502. .list .item .info .charge > .max {
  503. color: #aaa;
  504. font-size: 12px;
  505. }
  506. .list .item .info .charge > .max::before {
  507. content: "/";
  508. }
  509. .list .item .info .charge + .charge {
  510. margin-left: 30px;
  511. }
  512. .list .item .info .distance {
  513. display: flex;
  514. align-items: center;
  515. height: 22px;
  516. border: 1px solid #3eb6f8;
  517. border-radius: 100pc;
  518. font-size: 12px;
  519. color: #3eb6f8;
  520. padding-right: 7px;
  521. overflow: hidden;
  522. }
  523. .list .item .info .distance > .icon {
  524. display: inline-flex;
  525. align-items: center;
  526. justify-content: center;
  527. width: 20px;
  528. height: 20px;
  529. background-color: #3eb6f8;
  530. margin-right: 5px;
  531. }
  532. .list .item .info .distance > .icon image {
  533. display: block;
  534. width: 10px;
  535. }
  536. .list .item .price {
  537. display: flex;
  538. align-items: center;
  539. justify-content: space-between;
  540. background-color: #fff;
  541. height: 45px;
  542. font-size: 14px;
  543. padding: 0 10px;
  544. box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  545. }
  546. .list .item .price .value {
  547. font-size: 20px;
  548. font-weight: bold;
  549. }
  550. .list .item .price .unit {
  551. margin-left: 6rpx;
  552. font-weight: bold;
  553. font-size: 12px;
  554. margin-left: 6rpx;
  555. }
  556. .card-bottom-text {
  557. width: 212rpx;
  558. height: 52rpx;
  559. background: url(data:image/png;base64,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);
  560. background-size: cover;
  561. background-position: center;
  562. line-height: 52rpx;
  563. }
  564. .card-bottom-text-minitext {
  565. margin-left: 110rpx;
  566. font-weight: bold;
  567. font-size: 28rpx;
  568. color: #ff5d50;
  569. }
  570. .operation-price-btn {
  571. margin-left: 10rpx;
  572. width: 140rpx;
  573. height: 40rpx;
  574. background: #ff6457;
  575. border-radius: 22rpx 22rpx 22rpx 22rpx;
  576. font-style: italic;
  577. text-align: center;
  578. line-height: 40rpx;
  579. font-weight: 400;
  580. font-size: 22rpx;
  581. color: #ffffff;
  582. }
  583. .ordinary-price {
  584. margin-left: 12rpx;
  585. font-size: 24rpx;
  586. color: #aaaaaa;
  587. text-decoration: line-through;
  588. }
  589. .ad-popup {
  590. height: 1000rpx;
  591. }
  592. .ad-swiper {
  593. height: 100%;
  594. }
  595. .ad-swiper-item {
  596. height: 700rpx;
  597. }
  598. .close-get {
  599. margin-left: 550rpx;
  600. width: 50rpx;
  601. height: 50rpx;
  602. border-radius: 50%;
  603. border: 2rpx solid #133a4f;
  604. color: #fff;
  605. font-size: 28rpx;
  606. font-weight: bold;
  607. text-align: center;
  608. line-height: 50rpx;
  609. }
  610. .ad-image {
  611. margin-top: 10rpx;
  612. width: 600rpx;
  613. border-radius: 16rpx;
  614. }
  615. .discount {
  616. flex: 1;
  617. text-align: right;
  618. padding-right: 5px;
  619. }
  620. .discount view {
  621. display: inline-flex;
  622. align-items: center;
  623. height: 22px;
  624. border: 1px solid #ccc;
  625. border-radius: 5px;
  626. font-size: 12px;
  627. color: #F59C79;
  628. padding: 0 7px;
  629. overflow: hidden;
  630. }