index.vue 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033
  1. <template>
  2. <view>
  3. <!-- 头部图片 -->
  4. <view class="banner">
  5. <img src="/static/img/banner1.jpg" alt="">
  6. </view>
  7. <!-- 选项列表 -->
  8. <view class="option-list">
  9. <view class="list-item">
  10. <view class="icon iconfont" style="background-color:#59d96e;">
  11. &#xe61a;
  12. </view>
  13. <view class="text">
  14. 扫码充电
  15. </view>
  16. </view>
  17. <view class="list-item">
  18. <view class="icon iconfont" style="background-color:#4BD2C0;">
  19. &#xe629;
  20. </view>
  21. <view class="text">
  22. 快速充值
  23. </view>
  24. </view>
  25. <view class="list-item">
  26. <view class="icon iconfont" style="background-color: #6FA5FF;">
  27. &#xe625;
  28. </view>
  29. <view class="text">
  30. 充电记录
  31. </view>
  32. </view>
  33. <view class="list-item">
  34. <view class="icon iconfont" style="background-color: #9D9FFF;">
  35. &#xe622;
  36. </view>
  37. <view class="text">
  38. 附近站点
  39. </view>
  40. </view>
  41. </view>
  42. <!-- 站点 -->
  43. <!-- <view class="station">
  44. <view class="img-box">
  45. <img src="/static/img/Frame 198 (1).png" alt="">
  46. </view>
  47. <view class="text"> -->
  48. <!-- 站点头部 -->
  49. <!-- <view class="station-title">
  50. <text class="title-left">快充</text>
  51. <text class="title-right">荆沙大道救助站充电站</text>
  52. </view> -->
  53. <!-- 价格 -->
  54. <!-- <view class="station-price">
  55. <view class="price-left">1.25</view>
  56. <view class="price-right">
  57. 起 元/度
  58. </view>
  59. </view> -->
  60. <!-- park -->
  61. <!-- <view class="park">
  62. <text class="park-p">p</text>
  63. <text class="park-text">2小时免费停车</text>
  64. </view>
  65. <view class="count">
  66. <view class="count-left">空闲10/总数10</view>
  67. <view class="count-right"><text class="iconfont">&#xe615;</text>10公里</view>
  68. </view>
  69. </view>
  70. </view> -->
  71. <!-- 定位 -->
  72. <view class="location-box">
  73. <view class="location">
  74. <view class="location-text">
  75. <view class="text-1">
  76. 定位中...
  77. </view>
  78. <view class="text-2">
  79. 授权定位后可查询附近充电站
  80. </view>
  81. <view class="text-3">
  82. 重新定位
  83. </view>
  84. </view>
  85. <view class="img-box">
  86. <img src="/static/img/暂无网络信号-缺省页 1.png">
  87. </view>
  88. </view>
  89. </view>
  90. <!-- 充值活动 -->
  91. <view class=" top-up">
  92. <view class="top-up-title"><text class="line"></text>充值活动</view>
  93. <view class="img-box">
  94. <view class="img-1">
  95. <img src="/static/img/瓷片区1.png" alt="">
  96. <view class="img-text">
  97. 充100送20
  98. <view class="img-text2">即充即赠 立享优惠</view>
  99. </view>
  100. </view>
  101. <view class="img-1">
  102. <img src="/static/img/瓷片区2.png" alt="">
  103. <view class="img-text" style="color: #FF7C00;">
  104. 邀请有礼
  105. <view class="img-text2 color">最高可得500元</view>
  106. </view>
  107. </view>
  108. </view>
  109. </view>
  110. <!-- 新闻 -->
  111. <view class="news-title">
  112. <view class="news-title-left">
  113. <view class="line" style="margin-top:4px;"></view>新闻公告
  114. </view>
  115. <view class="more">更多<view class="more-icon iconfont"> &#xe600;</view>
  116. </view>
  117. </view>
  118. <view class="news">
  119. <view class="news-content">
  120. <view class="content-text">
  121. 日印计划联手开发低成本充电桩 推动新兴市场电动车发展
  122. <view class="news-time">05-01 09:00</view>
  123. </view>
  124. <view class="content-img">
  125. <img src="/static/img/11091323191.jpg" alt="">
  126. </view>
  127. </view>
  128. <view class="news-content">
  129. <view class="content-text">
  130. 我国新能源汽车市场腾飞在即,充换电何时能够不再“拖后腿”?
  131. <view class="news-time">05-01 09:00</view>
  132. </view>
  133. <view class="content-img">
  134. <img src="/static/img/103613441.jpg" alt="">
  135. </view>
  136. </view>
  137. <view class="news-content">
  138. <view class="content-text">
  139. 新疆建成首个充电桩实验室
  140. <view class="news-time">05-01 09:00</view>
  141. </view>
  142. <view class="content-img">
  143. <img src="/static/img/180023631.jpg" alt="">
  144. </view>
  145. </view>
  146. </view>
  147. <view class="bottom">
  148. <view class="bot">
  149. <view class="bot-line"></view>
  150. <view class="bot-text">已经到底了</view>
  151. <view class="bot-line"></view>
  152. </view>
  153. </view>
  154. <!-- 导航栏 -->
  155. <view class="navigation">
  156. <!-- <view class="nav-items">
  157. <view class="nav-icon iconfont ">
  158. &#xe610;
  159. </view>
  160. <view class="nav-text">主页</view>
  161. </view>
  162. <view class="nav-items">
  163. <view class="nav-icon iconfont">&#xe622;</view>
  164. <view class="nav-text">找桩</view>
  165. </view>
  166. <view class="nav-items">
  167. <view class="nav-icon iconfont">&#xe627;</view>
  168. <view class="nav-text">我的</view>
  169. </view> -->
  170. <u-tabbar v-model="current" :list="tabbarList" active-color="#009143"></u-tabbar>
  171. </view>
  172. </view>
  173. </template>
  174. <script>
  175. export default {
  176. data() {
  177. return {
  178. tabbarList: [{
  179. iconPath: "home-3-line",
  180. selectedIconPath: "home-3-fill",
  181. text: '主页 ',
  182. count: 0,
  183. isDot: true,
  184. customIcon: true,
  185. },
  186. {
  187. iconPath: "road-map-line",
  188. selectedIconPath: "road-map-fill",
  189. text: '找桩',
  190. midButton: true,
  191. customIcon: true,
  192. },
  193. {
  194. iconPath: "user-5-line",
  195. selectedIconPath: "user-5-fill",
  196. text: '我的',
  197. count: 0,
  198. isDot: false,
  199. customIcon: true,
  200. }
  201. ],
  202. current: 0
  203. }
  204. }
  205. }
  206. </script>
  207. <style lang="scss" scoped>
  208. // 头部图片
  209. img {
  210. width: 100%;
  211. height: 100%;
  212. }
  213. .banner {
  214. width: 100%;
  215. height: 300px;
  216. }
  217. // 选项列表
  218. .option-list {
  219. padding-top: 18px;
  220. width: 343px;
  221. height: 100px;
  222. line-height: 20px;
  223. border-radius: 8px;
  224. text-align: center;
  225. background-color: #fff;
  226. position: absolute;
  227. top: 260px;
  228. left: 0;
  229. right: 0;
  230. margin: auto;
  231. display: flex;
  232. justify-content: space-around;
  233. .list-item {
  234. // 图标
  235. .icon {
  236. width: 40px;
  237. height: 40px;
  238. border-radius: 99px;
  239. line-height: 40px;
  240. font-size: 24px;
  241. text-align: center;
  242. margin: auto;
  243. color: #ffffff;
  244. }
  245. }
  246. }
  247. // 站点
  248. .station {
  249. // width: 343px;
  250. height: 120px;
  251. margin-top: 70px;
  252. padding-top: 20px;
  253. padding: 0 12px;
  254. position: relative;
  255. .img-box {
  256. width: 100%;
  257. height: 100%;
  258. border-radius: 8px;
  259. overflow: hidden;
  260. }
  261. img {
  262. width: 100%;
  263. height: 100%;
  264. }
  265. .text {
  266. position: absolute;
  267. top: 0;
  268. left: 20px;
  269. // 头部
  270. .station-title {
  271. display: flex;
  272. margin-top: 12px;
  273. .title-left {
  274. display: inline-block;
  275. height: 20px;
  276. width: 44px;
  277. // margin-left: 12px;
  278. line-height: 20px;
  279. border-radius: 50px;
  280. background-color: rgba(133, 140, 255, 100);
  281. color: rgba(255, 255, 255, 100);
  282. font-size: 12px;
  283. text-align: center;
  284. font-family: Arial;
  285. }
  286. .title-right {
  287. display: inline-block;
  288. margin-left: 4px;
  289. margin-top: 2px;
  290. width: 271px;
  291. height: 16px;
  292. line-height: 16px;
  293. color: rgba(16, 16, 16, 100);
  294. font-size: 16px;
  295. text-align: left;
  296. font-family: AlibabaPuHui-regular;
  297. }
  298. }
  299. // 价格
  300. .station-price {
  301. margin-top: 4px;
  302. display: flex;
  303. .price-left {
  304. width: 40px;
  305. height: 20px;
  306. color: rgba(255, 98, 0, 100);
  307. font-size: 20px;
  308. text-align: left;
  309. font-family: Roboto-medium;
  310. }
  311. .price-right {
  312. height: 20px;
  313. line-height: 20px;
  314. margin-left: 2px;
  315. margin-top: 3px;
  316. color: rgba(102, 102, 102, 100);
  317. font-size: 14px;
  318. text-align: left;
  319. font-family: AlibabaPuHui-regular;
  320. }
  321. }
  322. // park
  323. .park {
  324. margin-top: 4px;
  325. display: flex;
  326. .park-p {
  327. display: inline-block;
  328. width: 20px;
  329. height: 18px;
  330. line-height: 12px;
  331. text-align: center;
  332. background-color: rgba(125, 177, 255, 100);
  333. color: #fff;
  334. }
  335. .park-text {
  336. display: inline-block;
  337. width: 300px;
  338. height: 17px;
  339. color: rgba(102, 102, 102, 100);
  340. font-size: 12px;
  341. text-align: left;
  342. margin-left: 2px;
  343. margin-top: 2px;
  344. }
  345. }
  346. // 数量
  347. .count {
  348. margin-top: 8px;
  349. width: 96%;
  350. display: flex;
  351. justify-content: space-between;
  352. }
  353. }
  354. }
  355. //定位
  356. .location {
  357. width: 343px;
  358. background-color: #ffffff;
  359. height: 120px;
  360. display: flex;
  361. margin: 70px auto 0;
  362. border-radius: 8px;
  363. border: #F2F4F4 1px;
  364. .location-text {
  365. padding: 24px 28px;
  366. .text-1 {
  367. height: 16px;
  368. line-height: 16px;
  369. color: rgba(16, 16, 16, 100);
  370. font-size: 16px;
  371. text-align: left;
  372. }
  373. .text-2 {
  374. height: 17px;
  375. line-height: 17px;
  376. color: rgba(102, 102, 102, 100);
  377. font-size: 12px;
  378. text-align: left;
  379. margin-top: 4px;
  380. }
  381. .text-3 {
  382. width: 80px;
  383. height: 24px;
  384. border-radius: 50px;
  385. color: rgba(0, 185, 98, 100);
  386. font-size: 12px;
  387. text-align: center;
  388. font-family: Microsoft Yahei;
  389. border: 1px solid rgba(0, 185, 98, 100);
  390. margin-top: 11px;
  391. }
  392. }
  393. .img-box {
  394. width: 120px;
  395. height: 120px;
  396. float: right;
  397. }
  398. }
  399. //充值
  400. .top-up {
  401. margin-left: 16px;
  402. margin-top: 17px;
  403. .top-up-title {
  404. color: rgba(16, 16, 16, 100);
  405. font-size: 16px;
  406. }
  407. .img-box {
  408. margin-top: 12px;
  409. width: 345px;
  410. height: 146px;
  411. display: flex;
  412. justify-content: space-between;
  413. .img-1 {
  414. width: 166px;
  415. height: 146px;
  416. position: relative;
  417. .img-text {
  418. position: absolute;
  419. top: 12px;
  420. left: 12px;
  421. height: 33px;
  422. color: #ff4444;
  423. font-size: 24px;
  424. text-align: left;
  425. margin-left: 12px;
  426. .img-text2 {
  427. font-size: 14px
  428. }
  429. }
  430. }
  431. img {
  432. width: 100%;
  433. height: 100%;
  434. }
  435. }
  436. }
  437. // 小竖线
  438. .line {
  439. display: inline-block;
  440. width: 3px;
  441. height: 12px;
  442. margin-right: 7px;
  443. background-color: rgba(0, 145, 67, 100);
  444. }
  445. // 新闻公告
  446. .news-title {
  447. padding: 0 16px;
  448. margin-top: 12px;
  449. color: rgba(16, 16, 16, 100);
  450. font-size: 16px;
  451. display: flex;
  452. justify-content: space-between;
  453. background-color: #F2F4F4;
  454. .news-title-left {
  455. display: flex;
  456. }
  457. .more {
  458. font-size: 14px;
  459. color: #777777;
  460. display: flex;
  461. line-height: 20px;
  462. .more-icon {
  463. font-size: 24px
  464. }
  465. }
  466. }
  467. .news {
  468. background-color: #fff;
  469. margin: 12px 16px 20px;
  470. border-radius: 8px;
  471. .news-content {
  472. display: flex;
  473. justify-content: space-between;
  474. padding: 12px;
  475. .content-text {
  476. width: 211px;
  477. height: 42px;
  478. line-height: 21px;
  479. color: #101010;
  480. text-align: left;
  481. font-size: 14px
  482. }
  483. ;
  484. .content-img {
  485. width: 100px;
  486. height: 80px;
  487. background-color: #777777;
  488. border-radius: 4px;
  489. overflow: hidden;
  490. img {
  491. width: 100%;
  492. height: 100%;
  493. }
  494. }
  495. .news-time {
  496. margin-top: 12px;
  497. color: #999999;
  498. width: 80px;
  499. height: 20px;
  500. font-size: 14px;
  501. }
  502. }
  503. }
  504. .bottom {
  505. width: 100%;
  506. height: 150px;
  507. .bot {
  508. width: 100%;
  509. padding-left: 66px;
  510. display: flex;
  511. .bot-line {
  512. margin-top: 20px;
  513. width: 80px;
  514. height: 0px;
  515. border: 1px solid rgba(207, 210, 213, 100);
  516. }
  517. .bot-text {
  518. width: 60px;
  519. height: 17px;
  520. margin-top: 13px;
  521. margin-left: 12px;
  522. margin-right: 12px;
  523. font-size: 12px;
  524. text-align: center;
  525. color: rgba(182, 189, 195, 100);
  526. }
  527. }
  528. }
  529. // 导航栏
  530. .navigation {
  531. width: 100%;
  532. // height: 40px;
  533. padding: 10px 0;
  534. background-color: #fff;
  535. position: fixed;
  536. bottom: 0;
  537. left: 0;
  538. display: flex;
  539. justify-content: space-around;
  540. text-align: center;
  541. color: #999999;
  542. .nav-icon {
  543. width: 54px;
  544. font-size: 24px
  545. }
  546. .nav-text {
  547. font-size: 14px;
  548. }
  549. }
  550. img {
  551. width: 100%;
  552. height: 100%;
  553. }
  554. .banner {
  555. width: 100%;
  556. height: 300px;
  557. }
  558. // 选项列表
  559. .option-list {
  560. padding-top: 18px;
  561. width: 343px;
  562. height: 100px;
  563. line-height: 20px;
  564. border-radius: 8px;
  565. text-align: center;
  566. background-color: #fff;
  567. position: absolute;
  568. top: 260px;
  569. left: 0;
  570. right: 0;
  571. margin: auto;
  572. display: flex;
  573. justify-content: space-around;
  574. .list-item {
  575. // 图标
  576. .icon {
  577. width: 40px;
  578. height: 40px;
  579. border-radius: 99px;
  580. line-height: 40px;
  581. font-size: 24px;
  582. text-align: center;
  583. margin: auto;
  584. color: #ffffff;
  585. }
  586. }
  587. }
  588. // 站点
  589. .station {
  590. // width: 343px;
  591. height: 120px;
  592. margin-top: 70px;
  593. padding-top: 20px;
  594. padding: 0 12px;
  595. position: relative;
  596. .img-box {
  597. width: 100%;
  598. height: 100%;
  599. border-radius: 8px;
  600. overflow: hidden;
  601. }
  602. img {
  603. width: 100%;
  604. height: 100%;
  605. }
  606. .text {
  607. position: absolute;
  608. top: 0;
  609. left: 20px;
  610. // 头部
  611. .station-title {
  612. display: flex;
  613. margin-top: 12px;
  614. .title-left {
  615. display: inline-block;
  616. height: 20px;
  617. width: 44px;
  618. // margin-left: 12px;
  619. line-height: 20px;
  620. border-radius: 50px;
  621. background-color: rgba(133, 140, 255, 100);
  622. color: rgba(255, 255, 255, 100);
  623. font-size: 12px;
  624. text-align: center;
  625. font-family: Arial;
  626. }
  627. .title-right {
  628. display: inline-block;
  629. margin-left: 4px;
  630. margin-top: 2px;
  631. width: 271px;
  632. height: 16px;
  633. line-height: 16px;
  634. color: rgba(16, 16, 16, 100);
  635. font-size: 16px;
  636. text-align: left;
  637. font-family: AlibabaPuHui-regular;
  638. }
  639. }
  640. // 价格
  641. .station-price {
  642. margin-top: 4px;
  643. display: flex;
  644. .price-left {
  645. width: 40px;
  646. height: 20px;
  647. color: rgba(255, 98, 0, 100);
  648. font-size: 20px;
  649. text-align: left;
  650. font-family: Roboto-medium;
  651. }
  652. .price-right {
  653. height: 20px;
  654. line-height: 20px;
  655. margin-left: 2px;
  656. margin-top: 3px;
  657. color: rgba(102, 102, 102, 100);
  658. font-size: 14px;
  659. text-align: left;
  660. font-family: AlibabaPuHui-regular;
  661. }
  662. }
  663. // park
  664. .park {
  665. margin-top: 4px;
  666. display: flex;
  667. .park-p {
  668. display: inline-block;
  669. width: 20px;
  670. height: 18px;
  671. line-height: 12px;
  672. text-align: center;
  673. background-color: rgba(125, 177, 255, 100);
  674. color: #fff;
  675. }
  676. .park-text {
  677. display: inline-block;
  678. width: 300px;
  679. height: 17px;
  680. color: rgba(102, 102, 102, 100);
  681. font-size: 12px;
  682. text-align: left;
  683. margin-left: 2px;
  684. margin-top: 2px;
  685. }
  686. }
  687. // 数量
  688. .count {
  689. margin-top: 8px;
  690. width: 96%;
  691. display: flex;
  692. justify-content: space-between;
  693. }
  694. }
  695. }
  696. //定位
  697. .location {
  698. width: 343px;
  699. background-color: #ffffff;
  700. height: 120px;
  701. display: flex;
  702. margin: 70px auto 0;
  703. border-radius: 8px;
  704. border: #F2F4F4 1px;
  705. .location-text {
  706. padding: 24px 28px;
  707. .text-1 {
  708. height: 16px;
  709. color: rgba(16, 16, 16, 100);
  710. font-size: 16px;
  711. text-align: left;
  712. }
  713. .text-2 {
  714. height: 17px;
  715. color: rgba(102, 102, 102, 100);
  716. font-size: 12px;
  717. text-align: left;
  718. margin-top: 4px;
  719. }
  720. .text-3 {
  721. width: 80px;
  722. height: 24px;
  723. border-radius: 50px;
  724. color: rgba(0, 185, 98, 100);
  725. font-size: 12px;
  726. text-align: center;
  727. font-family: Microsoft Yahei;
  728. border: 1px solid rgba(0, 185, 98, 100);
  729. margin-top: 11px;
  730. }
  731. }
  732. .img-box {
  733. width: 120px;
  734. height: 120px;
  735. float: right;
  736. }
  737. }
  738. //充值
  739. .top-up {
  740. margin-left: 16px;
  741. margin-top: 17px;
  742. .top-up-title {
  743. color: rgba(16, 16, 16, 100);
  744. font-size: 16px;
  745. }
  746. .img-box {
  747. margin-top: 12px;
  748. width: 345px;
  749. height: 146px;
  750. display: flex;
  751. justify-content: space-between;
  752. .img-1 {
  753. width: 166px;
  754. height: 146px;
  755. position: relative;
  756. .img-text {
  757. position: absolute;
  758. top: 0;
  759. left: 0;
  760. height: 33px;
  761. color: #ff4444;
  762. font-size: 24px;
  763. text-align: left;
  764. margin-left: 12px;
  765. .img-text2 {
  766. font-size: 12px
  767. }
  768. }
  769. }
  770. img {
  771. width: 100%;
  772. height: 100%;
  773. }
  774. }
  775. }
  776. // 小竖线
  777. .line {
  778. display: inline-block;
  779. width: 3px;
  780. height: 12px;
  781. margin-right: 7px;
  782. background-color: rgba(0, 145, 67, 100);
  783. }
  784. // 新闻公告
  785. .news-title {
  786. padding: 0 16px;
  787. margin-top: 12px;
  788. color: rgba(16, 16, 16, 100);
  789. font-size: 16px;
  790. display: flex;
  791. justify-content: space-between;
  792. background-color: #F2F4F4;
  793. .news-title-left {
  794. display: flex;
  795. }
  796. .more {
  797. font-size: 14px;
  798. color: #777777;
  799. display: flex;
  800. line-height: 20px;
  801. .more-icon {
  802. font-size: 24px
  803. }
  804. }
  805. }
  806. .news {
  807. background-color: #fff;
  808. margin: 17px 16px 0;
  809. .news-content {
  810. display: flex;
  811. justify-content: space-between;
  812. padding: 12px;
  813. .content-text {
  814. width: 211px;
  815. height: 42px;
  816. line-height: 21px;
  817. color: #101010;
  818. text-align: left;
  819. font-size: 14px
  820. }
  821. ;
  822. .content-img {
  823. width: 100px;
  824. height: 80px;
  825. border-radius: 4px;
  826. img {
  827. width: 100%;
  828. height: 100%;
  829. }
  830. }
  831. .news-time {
  832. margin-top: 12px;
  833. color: #999999;
  834. width: 80px;
  835. height: 20px;
  836. font-size: 14px;
  837. }
  838. }
  839. }
  840. .bottom {
  841. width: 100%;
  842. height: 150px;
  843. .bot {
  844. width: 100%;
  845. padding-left: 66px;
  846. display: flex;
  847. .bot-line {
  848. margin-top: 20px;
  849. width: 80px;
  850. height: 0px;
  851. border: 1px solid rgba(207, 210, 213, 100);
  852. }
  853. .bot-text {
  854. width: 60px;
  855. height: 17px;
  856. margin-top: 13px;
  857. margin-left: 12px;
  858. margin-right: 12px;
  859. font-size: 12px;
  860. text-align: center;
  861. }
  862. }
  863. }
  864. // 导航栏
  865. .navigation {
  866. width: 100%;
  867. // height: 40px;
  868. padding: 10px 0;
  869. background-color: #fff;
  870. position: fixed;
  871. bottom: 0;
  872. left: 0;
  873. display: flex;
  874. justify-content: space-around;
  875. text-align: center;
  876. color: #999999;
  877. .nav-icon {
  878. width: 54px;
  879. font-size: 24px
  880. }
  881. .nav-text {
  882. font-size: 14px;
  883. }
  884. }
  885. </style>