battery.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. .container-view {
  2. background-color: #ffffff;
  3. /* height: 100vh; */
  4. }
  5. .battery-info {
  6. width: 100%;
  7. height: 600rpx;
  8. background-image: linear-gradient(to bottom, #aed3ff, #ffffff);
  9. background-size: cover;
  10. display: flex;
  11. position: relative;
  12. flex-direction: column;
  13. align-items: center;
  14. }
  15. .img_position {
  16. position: absolute;
  17. margin-top: 50rpx;
  18. }
  19. .prograss_circle {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .battery_img {
  24. /* background-image: linear-gradient(to bottom, #d1e6ff, #ffffff); */
  25. position: absolute;
  26. width: 29%;
  27. top: 388rpx;
  28. height: 38%;
  29. }
  30. .battery-frist {
  31. background-color: #ffffff;
  32. padding-top: 20rpx;
  33. flex-direction: column;
  34. /* position: relative;
  35. top: 88rpx; */
  36. }
  37. .endurance-img {
  38. background: url('https://qiniu.bms16.com/FnMv6hmSPr7F8ag5b231Ud0djlMb') no-repeat;
  39. background-size: cover;
  40. position: relative;
  41. width: 346rpx;
  42. height: 72rpx;
  43. line-height: 72rpx;
  44. margin-bottom: 64rpx;
  45. }
  46. .endurance-img text {
  47. color: #2A3A5A;
  48. font-size: 40rpx;
  49. font-weight: 500;
  50. font-family: DIN;
  51. position: absolute;
  52. left: 184rpx;
  53. }
  54. .icon-box {
  55. display: grid;
  56. grid-template-columns: repeat(4, 1fr);
  57. /* 创建4列,每列等宽 */
  58. gap: 10px;
  59. /* 网格间隙 */
  60. /* 如果需要间隙 */
  61. width: 80%;
  62. margin-bottom: 48rpx;
  63. /* margin-top: 64rpx; */
  64. margin-top: -20rpx;
  65. }
  66. /* .my_function {
  67. width: 100%;
  68. } */
  69. .my_function {
  70. margin-top: 20rpx;
  71. width: 140rpx;
  72. }
  73. .my_icon {
  74. width: 80rpx;
  75. height: 80rpx;
  76. margin: 0 auto;
  77. vertical-align: middle;
  78. text-align: center;
  79. }
  80. .my_icon_1 {
  81. width: 112rpx;
  82. height: 80rpx;
  83. margin: 0 auto;
  84. vertical-align: middle;
  85. text-align: center;
  86. }
  87. .my_title {
  88. color: #131415;
  89. width: 100%;
  90. height: 40rpx;
  91. line-height: 40rpx;
  92. margin-top: 12rpx;
  93. text-align: center;
  94. vertical-align: middle;
  95. }
  96. .battery-btn {
  97. width: 90%;
  98. font-size: 32rpx;
  99. font-weight: 600;
  100. align-items: center;
  101. }
  102. .battery-btn>view:nth-of-type(1) {
  103. width: 70%;
  104. color: #ffffff;
  105. background-color: #0074FF;
  106. text-align: center;
  107. padding-top: 25rpx;
  108. padding-bottom: 25rpx;
  109. border-radius: 51rpx 0 0 51rpx;
  110. }
  111. .battery-btn>view:nth-of-type(2) {
  112. width: 30%;
  113. color: #0074FF;
  114. background-color: #E5F1FF;
  115. text-align: center;
  116. padding-top: 25rpx;
  117. padding-bottom: 25rpx;
  118. border-radius: 0 51rpx 51rpx 0;
  119. font-family: PingFangSC, PingFang SC;
  120. }
  121. .battery-second {
  122. background-color: #ffffff;
  123. padding: 80rpx 32rpx 40rpx;
  124. /* position: relative;
  125. bottom: -85rpx; */
  126. }
  127. .battery-second>view:nth-of-type(1) {
  128. color: #2A3A5A;
  129. font-size: 40rpx;
  130. font-weight: bold;
  131. }
  132. .battery-second>view:nth-of-type(2) {
  133. color: #9FA7B7;
  134. font-size: 32rpx;
  135. }
  136. .battery-bottom {
  137. background-color: #ffffff;
  138. padding: 0 32rpx 48rpx;
  139. /* position: relative;
  140. bottom: -86rpx; */
  141. }
  142. .battery-bottom>view:nth-of-type(2) {
  143. color: #9FA7B7;
  144. font-size: 32rpx;
  145. }
  146. .bottom-time {
  147. color: #2A3A5A;
  148. font-size: 54rpx;
  149. align-items: baseline;
  150. font-family: DIN;
  151. font-weight: bold;
  152. }
  153. .bottom-time text {
  154. color: #2A3A5A;
  155. font-size: 24rpx;
  156. margin-right: 6rpx;
  157. }
  158. .bottom-time>view {
  159. color: #9FA7B7;
  160. font-size: 24rpx;
  161. }
  162. .battery-bottom>view:nth-of-type(2) {
  163. color: #ffffff;
  164. font-size: 32rpx;
  165. background-color: #0074FF;
  166. padding: 16rpx 48rpx;
  167. border-radius: 40rpx;
  168. }
  169. .return-box,
  170. .renew-box {
  171. position: fixed;
  172. top: 0;
  173. left: 0;
  174. z-index: 10;
  175. width: 100%;
  176. height: 100vh;
  177. background-color: rgba(0, 0, 0, 0.4);
  178. }
  179. .return-item {
  180. border-radius: 32rpx 32rpx 0rpx 0rpx;
  181. background-color: #ffffff;
  182. padding: 40rpx 32rpx 74rpx;
  183. z-index: 100;
  184. position: fixed;
  185. bottom: 0;
  186. width: 100%;
  187. }
  188. .return-title {
  189. color: #2A3A5A;
  190. font-size: 40rpx;
  191. font-weight: 600;
  192. margin-bottom: 32rpx;
  193. line-height: 40rpx;
  194. }
  195. .return-item img {
  196. width: 32rpx;
  197. height: 32rpx;
  198. vertical-align: middle;
  199. }
  200. .return-text {
  201. color: #2A3A5A;
  202. font-size: 28rpx;
  203. margin-bottom: 64rpx;
  204. width: 100%;
  205. line-height: 52rpx;
  206. }
  207. .return-btn>view:nth-of-type(1) {
  208. color: #0074FF;
  209. font-size: 32rpx;
  210. font-weight: 500;
  211. text-align: center;
  212. height: 80rpx;
  213. line-height: 80rpx;
  214. background-color: #E5F1FF;
  215. border-radius: 40rpx 0rpx 0rpx 40rpx;
  216. width: 100%;
  217. /* padding: 24rpx 0; */
  218. }
  219. .return-btn>view:nth-of-type(2) {
  220. color: #FFFFFF;
  221. font-size: 32rpx;
  222. font-weight: 500;
  223. text-align: center;
  224. height: 80rpx;
  225. line-height: 80rpx;
  226. background-color: #0074FF;
  227. border-radius: 0rpx 40rpx 40rpx 0rpx;
  228. width: 100%;
  229. /* padding: 24rpx 0; */
  230. }
  231. .renew-item {
  232. border-radius: 32rpx 32rpx 0rpx 0rpx;
  233. background-color: #ffffff;
  234. padding-top: 40rpx;
  235. z-index: 100;
  236. position: fixed;
  237. bottom: 0;
  238. width: 100%;
  239. height: 80%;
  240. }
  241. .renew-title {
  242. color: #2A3A5A;
  243. font-size: 40rpx;
  244. font-weight: bold;
  245. margin: 0 32rpx;
  246. }
  247. .plan-info {
  248. padding: 40rpx 24rpx 0 32rpx;
  249. background-color: #ffffff;
  250. }
  251. .plan-type {
  252. margin-bottom: 40rpx;
  253. }
  254. .ptype-item {
  255. background-color: #E7F2FF;
  256. border-radius: 24rpx;
  257. width: 204rpx;
  258. padding: 68rpx 22rpx 32rpx;
  259. display: flex;
  260. justify-content: space-between;
  261. align-items: baseline;
  262. }
  263. .ptyped-item {
  264. background-color: #ffffff;
  265. border: 4rpx solid #0074FF;
  266. box-sizing: border-box;
  267. border-radius: 24rpx;
  268. width: 248rpx;
  269. padding: 44rpx 24rpx 32rpx;
  270. display: flex;
  271. justify-content: space-between;
  272. align-items: baseline;
  273. }
  274. .ptype-title {
  275. color: #5E6F90;
  276. font-size: 28rpx;
  277. }
  278. .ptype-text {
  279. color: #2A3A5A;
  280. font-size: 28rpx;
  281. }
  282. .ptype-text text {
  283. font-size: 40rpx;
  284. }
  285. .ptyped-text {
  286. color: #F95151;
  287. font-size: 28rpx;
  288. }
  289. .ptyped-text text {
  290. font-size: 60rpx;
  291. }
  292. .plan-time>view:nth-of-type(1) {
  293. color: #2A3A5A;
  294. font-size: 32rpx;
  295. font-weight: bold;
  296. }
  297. .quantity-count>input {
  298. width: 88rpx;
  299. background-color: #F3F8FF;
  300. text-align: center;
  301. border-radius: 24rpx;
  302. }
  303. .count-btn {
  304. font-size: 40rpx;
  305. font-weight: bold;
  306. width: 40rpx;
  307. text-align: center;
  308. }
  309. .fbtn {
  310. color: #9FA7B7;
  311. }
  312. .coupon-info {
  313. margin-top: 32rpx;
  314. }
  315. .coupon-info>view:nth-of-type(1) {
  316. color: #2A3A5A;
  317. font-size: 32rpx;
  318. font-weight: bold;
  319. }
  320. .coupon-info>view:nth-of-type(2) {
  321. color: #F95151;
  322. font-size: 32rpx;
  323. }
  324. .coupon-info img {
  325. width: 28rpx;
  326. height: 28rpx;
  327. vertical-align: middle;
  328. margin-left: 8px;
  329. }
  330. .guarantee-info {
  331. background-color: #ffffff;
  332. padding: 64rpx 32rpx 0rpx;
  333. }
  334. .guarantee-info>view:nth-of-type(1) {
  335. color: #2A3A5A;
  336. font-size: 40rpx;
  337. font-weight: bold;
  338. margin-bottom: 40rpx;
  339. }
  340. .guarantee-title {
  341. margin-bottom: 40rpx;
  342. }
  343. .guarantee-title>view:nth-of-type(1) {
  344. color: #2A3A5A;
  345. font-size: 40rpx;
  346. font-weight: bold;
  347. }
  348. .guarantee-title>view:nth-of-type(2) {
  349. color: #9FA7B7;
  350. font-size: 32rpx;
  351. font-weight: 400;
  352. }
  353. .select-guarantee {
  354. background-color: #F3F8FF;
  355. border-radius: 24rpx;
  356. }
  357. .selected-guarantee {
  358. border: 4rpx solid #0074FF;
  359. box-sizing: border-box;
  360. border-radius: 24rpx;
  361. }
  362. .select-guarantee,
  363. .selected-guarantee {
  364. display: flex;
  365. flex-direction: column;
  366. justify-content: center;
  367. align-items: center;
  368. padding: 32rpx 20rpx;
  369. box-sizing: border-box;
  370. }
  371. .guarantee-top {
  372. color: #2A3A5A;
  373. font-size: 28rpx;
  374. font-weight: bold;
  375. align-items: center;
  376. }
  377. .guarantee-top img {
  378. width: 62rpx;
  379. height: 56rpx;
  380. margin-bottom: 16rpx;
  381. }
  382. .guarantee-center {
  383. margin-top: 32rpx;
  384. }
  385. .center-item {
  386. font-size: 24rpx;
  387. width: 178rpx;
  388. margin-bottom: 16rpx;
  389. }
  390. .center-item>view:nth-of-type(1) {
  391. color: #828DA2;
  392. }
  393. .center-item>view:nth-of-type(2) {
  394. color: #0074FF;
  395. }
  396. .guarantee-border {
  397. border-bottom: 2rpx dashed #CFDCEF;
  398. width: 100%;
  399. margin-top: 24rpx;
  400. margin-bottom: 14rpx;
  401. }
  402. .guarantee-bottom {
  403. align-items: center;
  404. }
  405. .guarantee-bottom>view:nth-of-type(1) {
  406. color: #F95151;
  407. font-size: 38rpx;
  408. margin-bottom: 14rpx;
  409. }
  410. .blue-t {
  411. color: #0074FF;
  412. font-size: 24rpx;
  413. }
  414. .black-t {
  415. color: #2A3A5A;
  416. font-size: 24rpx;
  417. }
  418. .guarantee-bottom img {
  419. width: 24rpx;
  420. height: 24rpx;
  421. }
  422. .assort-info {
  423. background-color: #ffffff;
  424. padding: 48rpx 32rpx 0;
  425. margin-bottom: 270rpx;
  426. }
  427. .assort-info>view:nth-of-type(1) {
  428. color: #2A3A5A;
  429. font-size: 40rpx;
  430. font-weight: bold;
  431. margin-bottom: 40rpx;
  432. }
  433. .assort-text view {
  434. width: 342rpx;
  435. padding: 24rpx;
  436. color: #2A3A5A;
  437. font-size: 32rpx;
  438. font-weight: bold;
  439. background-color: #F3F8FF;
  440. }
  441. .assort-text>view:nth-of-type(1) {
  442. border-radius: 16rpx 0 0 16rpx;
  443. margin-right: 4rpx;
  444. }
  445. .assort-text>view:nth-of-type(2) {
  446. border-radius: 0 16rpx 16rpx 0;
  447. }
  448. .payment-info {
  449. background-color: #ffffff;
  450. padding: 28rpx 32rpx 48rpx;
  451. position: fixed;
  452. bottom: 0;
  453. width: 100%;
  454. }
  455. .payment-top {
  456. color: #2A3A5A;
  457. font-size: 28rpx;
  458. }
  459. .payment-top text {
  460. color: #0074FF;
  461. font-size: 28rpx;
  462. }
  463. .payment-top img {
  464. width: 32rpx;
  465. height: 32rpx;
  466. margin-right: 16rpx;
  467. vertical-align: middle;
  468. }
  469. .payment-bottom {
  470. margin-top: 42rpx;
  471. width: 100%;
  472. }
  473. .bottom-left {
  474. color: #F95151;
  475. font-size: 36rpx;
  476. font-weight: bold;
  477. }
  478. .bottom-left>view:nth-of-type(2) {
  479. color: #0074FF;
  480. font-size: 28rpx;
  481. margin-left: 16rpx;
  482. }
  483. .bottom-left img {
  484. width: 19rpx;
  485. height: 19rpx;
  486. vertical-align: middle;
  487. margin-left: 4rpx;
  488. }
  489. .payment-bottom>view:nth-of-type(2) {
  490. color: #ffffff;
  491. font-size: 32rpx;
  492. font-weight: bold;
  493. padding: 28rpx 86rpx;
  494. border-radius: 44rpx;
  495. background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
  496. }
  497. .img_car_on {
  498. width: 45rpx;
  499. height: 45rpx;
  500. vertical-align: middle;
  501. margin-right: 16rpx;
  502. margin-top: -16rpx;
  503. }
  504. .lock_img {
  505. width: 47rpx;
  506. height: 50rpx;
  507. vertical-align: middle;
  508. margin-right: 16rpx;
  509. margin-top: -10rpx;
  510. }
  511. .shadow {
  512. box-shadow: inset 0rpx 2rpx 6rpx 0rpx #FFFFFF;
  513. width: 456rpx;
  514. height: 456rpx;
  515. position: relative;
  516. top: 82rpx;
  517. border-radius: 50%;
  518. background: conic-gradient(from -122deg, #0074FF 0%, #0AEEFF var(--progress), #cfe6ff 0% 245deg, transparent 245deg 360deg);
  519. mask: radial-gradient(transparent 200rpx, #000 200rpx);
  520. -webkit-mask: radial-gradient(transparent 210rpx, #000 213rpx);
  521. }
  522. .quantity_box {
  523. display: flex;
  524. position: absolute;
  525. flex-direction: column;
  526. flex-wrap: nowrap;
  527. top: 190rpx;
  528. align-items: center;
  529. }
  530. .num_quantity {
  531. font-family: DIN;
  532. font-weight: bold;
  533. font-size: 112rpx;
  534. color: #0074FF;
  535. line-height: 96rpx;
  536. text-align: center;
  537. font-style: normal;
  538. }
  539. .endurance-img {
  540. background: url('https://qiniu.bms16.com/FnMv6hmSPr7F8ag5b231Ud0djlMb') no-repeat;
  541. background-size: cover;
  542. position: relative;
  543. width: 346rpx;
  544. height: 72rpx;
  545. line-height: 72rpx;
  546. }
  547. .endurance-img text {
  548. color: #2A3A5A;
  549. font-size: 40rpx;
  550. font-weight: 500;
  551. font-family: DIN;
  552. position: absolute;
  553. left: 184rpx;
  554. }
  555. .position {
  556. /* 假设gap是10px,需要减去 */
  557. position: relative;
  558. }
  559. .red_tip {
  560. top: -36rpx;
  561. position: absolute;
  562. /* right: 0rpx; */
  563. width: 120rpx;
  564. height: 40rpx;
  565. background: #FF571A;
  566. border-radius: 16rpx 0rpx 16rpx 0rpx;
  567. font-family: PingFangSC, PingFang SC;
  568. font-weight: 500;
  569. font-size: 22rpx;
  570. color: #FFFFFF;
  571. line-height: 20rpx;
  572. text-align: right;
  573. font-style: normal;
  574. display: flex;
  575. align-items: center;
  576. justify-content: center;
  577. }
  578. .no-car {
  579. color: #5B677D;
  580. height: 300rpx;
  581. display: flex;
  582. width: 100%;
  583. font-size: 30rpx;
  584. justify-content: center;
  585. align-items: center;
  586. }