You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.vue 18KB

2 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. <template>
  2. <view class="statusBar" :style="{height:statusBarHeight+'px'}" v-show="isShowBar"></view>
  3. <view class="wrapper">
  4. <!-- Banner -->
  5. <view class="banner">
  6. <swiper class="swiper" circular>
  7. <swiper-item class="swiper-item">
  8. <image :src="fileURL + 'image/index/banner-1.png'" mode="widthFix"></image>
  9. </swiper-item>
  10. </swiper>
  11. <view class="notice">
  12. <image class="icon" :src="fileURL + 'image/index/icon-notice.png'" lazy-load="false">
  13. </image>
  14. <text class="notice-text">贵州高速最新施工,请注意昆明西...</text>
  15. </view>
  16. </view>
  17. <!-- 按钮导航 -->
  18. <view class="nav">
  19. <view class="item-box" @click="$util.navTo('/pages/recharge/select-car',true)">
  20. <view class="item item-1">
  21. <image :src="fileURL + 'image/index/item-1.png'" />
  22. </view>
  23. <view class="text">储值卡充值</view>
  24. </view>
  25. <view class="item-box" @click="$util.navTo('/service/search/select-car',true)">
  26. <view class="item item-2">
  27. <image :src="fileURL + 'image/index/item-2.png'" />
  28. </view>
  29. <view class="text">账单查询</view>
  30. </view>
  31. <view class="item-box" @click="$util.navTo('/invoice/Invoice-mannager',true)">
  32. <view class="item item-3">
  33. <image :src="fileURL + 'image/index/item-3.png'" />
  34. </view>
  35. <view class="text">通行发票</view>
  36. </view>
  37. <view class="item-box" @click="$util.navTo('/issueActivation/install-activation-order',true)">
  38. <view class="item item-4">
  39. <image :src="fileURL + 'image/index/item-4.png'" />
  40. </view>
  41. <view class="text">设备激活</view>
  42. </view>
  43. <view class="item-box" @click="$util.navTo('/after-sale/card-loss-reporting/select-car',true)">
  44. <view class="item item-5">
  45. <image :src="fileURL + 'image/index/item-5.png'" />
  46. </view>
  47. <view class="text">设备遗失</view>
  48. </view>
  49. <!-- <view class="item-box" @click="$util.navTo('/after-sale/rescind-carId/rescind-carId-select',true)"> -->
  50. <view class="item-box" @click="$util.navTo(`/after-sale/rescind-carId/rescind-carId-select`,true)">
  51. <view class="item item-6">
  52. <image :src="fileURL + 'image/index/item-6.png'" />
  53. </view>
  54. <view class="text">解除车牌占用</view>
  55. </view>
  56. <view class="item-box"
  57. @click="$util.navTo(`/personal-center/setting/personal-information/corrections`,true)">
  58. <view class="item item-7">
  59. <image :src="fileURL + 'image/index/item-7.png'" />
  60. </view>
  61. <view class="text">基础信息变更</view>
  62. </view>
  63. <view class="item-box" @click="$util.navTo(`/pages/service/service`,true)">
  64. <view class="item item-8">
  65. <image :src="fileURL + 'image/index/item-more.png'" />
  66. </view>
  67. <view class="text">更多</view>
  68. </view>
  69. </view>
  70. <!-- 消息滚动显示 -->
  71. <view class="backlog-notice">
  72. <notice-bar :noticeList="state.noticeList" @noticeClick="$util.msg('该功能正在开发中,敬请期待!')"></notice-bar>
  73. </view>
  74. <!--快速办理通道 -->
  75. <view class="express-lane">
  76. <view class="title">快速办理通道</view>
  77. <view class="lane">
  78. <view class="lane-item lane-1" :style="{ '--background': bgOrange }" @click="showMask(0)">
  79. <image :src="fileURL + 'image/index/icon-car.png'"></image>
  80. <view class="text">
  81. <text class="head">客车通道</text>
  82. <text class="decribe">业务内容简介</text>
  83. </view>
  84. </view>
  85. <view class="lane-item lane-2" :style="{ '--background': bgBlue }" @click="showMask(1)">
  86. <image :src="fileURL + 'image/index/icon-truck.png'"></image>
  87. <view class="text">
  88. <text class="head">货车通道</text>
  89. <text class="decribe">业务内容简介</text>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <!-- 办理流程 -->
  95. <view class="flow-path">
  96. <scroll-view scroll-x="true" class="scroll-view">
  97. <view class="top-menu">
  98. <view :class="item == state.tabActive ? 'tab active' : 'tab'" v-for="item in state.flowPathTabList"
  99. :key="item" @click="flowPathTabHandle(item)">
  100. <view class="border"></view>{{ item }}
  101. </view>
  102. </view>
  103. </scroll-view>
  104. <view v-if="state.tabActive === '办理流程'">
  105. <view class="flow-list">
  106. <flow-path-list :options="state.flowList"></flow-path-list>
  107. </view>
  108. </view>
  109. <view v-else-if="state.tabActive === '办理条件'">
  110. <view class="flow-list as-gravity-center"> 办理条件 </view>
  111. </view>
  112. <view v-else-if="state.tabActive === '常见问题'">
  113. <view class="flow-list as-gravity-center"> 常见问题 </view>
  114. </view>
  115. </view>
  116. </view>
  117. <!-- 高速快讯 -->
  118. <view class="news">
  119. <view class="title">高速快讯</view>
  120. <view class="news-box">
  121. <view class="news-item" @click="$util.msg('该功能正在开发中,敬请期待!')">
  122. <view class="left-text">
  123. <view class="tit">贵州高速最新施工通告,请注意贵州高速最新通告,请注意...</view>
  124. <view class="span">施工通告</view>
  125. </view>
  126. <view class="image-box">
  127. <image :src="fileURL + 'image/index/news-1.png'"></image>
  128. </view>
  129. </view>
  130. <view class="news-item" @click="$util.msg('该功能正在开发中,敬请期待!')">
  131. <view class="left-text">
  132. <view class="tit">贵州新建服务区,请注意贵州高速最新通告,请留意...</view>
  133. <view class="span">新建</view>
  134. </view>
  135. <view class="image-box">
  136. <image :src="fileURL + 'image/index/news-2.png'"></image>
  137. </view>
  138. </view>
  139. <view class="more">查看更多</view>
  140. </view>
  141. </view>
  142. <!-- 专区服务 -->
  143. <view class="service">
  144. <view class="title">专区服务</view>
  145. <view class="service-box">
  146. <view class="service-item border" @click="$util.msg('该功能正在开发中,敬请期待!')">
  147. <image :src="fileURL + 'image/index/truck-point.png'"></image>
  148. <view class="text">
  149. <view class="tit">货车积分返利</view>
  150. <view class="sub">海量商品任你选择</view>
  151. </view>
  152. </view>
  153. <view class="service-item" @click="$util.msg('该功能正在开发中,敬请期待!')">
  154. <image :src="fileURL + 'image/index/parking-bill.png'"></image>
  155. <view class="text">
  156. <view class="tit">停车场账单查询</view>
  157. <view class="sub">消费明细一目了然{{ title }}</view>
  158. </view>
  159. </view>
  160. </view>
  161. </view>
  162. <!-- ETC选择弹窗 -->
  163. <view class="mask" v-if="isShowMask">
  164. <view class="mask-content">
  165. <view class="mask-close">
  166. <image :src="fileURL + 'image/index/icon-close.png'" class="icon-closed" @click="closeMask"></image>
  167. </view>
  168. <view class="mask-title" :style="{ '--color': color }">选择ETC用户类型</view>
  169. <view class="mask-tab">
  170. <view class="tab-item active" @click="toCreatOrder('1')">
  171. <image :src="fileURL + 'image/index/icon-personal.png'"></image>
  172. <text class="tab-tit on">个人办理</text>
  173. </view>
  174. <view class="tab-item" @click="toCreatOrder('2')">
  175. <image :src="fileURL + 'image/index/icon-unit.png'"></image>
  176. <text class="tab-tit on">单位办理</text>
  177. </view>
  178. </view>
  179. </view>
  180. </view>
  181. </template>
  182. <script setup lang="ts">
  183. import {
  184. onMounted,
  185. ref
  186. } from "vue";
  187. import {
  188. onPageScroll
  189. } from "@dcloudio/uni-app";
  190. import flowPathList from "./components/flow-path-list.vue";
  191. import {
  192. request
  193. } from "../../utils/network/request.js";
  194. import {
  195. stringToJson
  196. } from "../../utils/network/encryption.js";
  197. import {
  198. useUserStore
  199. } from "@/stores/user";
  200. import {
  201. getItem,
  202. StorageKeys
  203. } from "../../utils/storage";
  204. import {
  205. reactive
  206. } from "vue";
  207. import {
  208. fileURL
  209. } from "@/datas/fileURL.js";
  210. import {
  211. navTo,
  212. confirm
  213. } from "../../utils/utils";
  214. const bgOrange = `url(${fileURL}image/index/bg-orange.png) center center no-repeat`;
  215. const bgBlue = `url(${fileURL}image/index/bg-blue.png) center center no-repeat`;
  216. const state = reactive({
  217. type: 0,
  218. userType: 0,
  219. noticeList: [
  220. //公告栏列表
  221. {
  222. title: "您有一条待办事项,还未办理完成",
  223. id: 1,
  224. },
  225. {
  226. title: "XXX刚刚申请了公交车发行",
  227. id: 2,
  228. },
  229. {
  230. title: "您还有一条订单已经发货了",
  231. id: 3,
  232. },
  233. {
  234. title: "订单等您确认收货",
  235. id: 4,
  236. },
  237. {
  238. title: "最新的新闻资讯请点击哈哈哈哈哈哈哈假的假的假的假的基督教",
  239. id: 5,
  240. },
  241. ],
  242. flowPathTabList: ["办理流程", "办理条件", "常见问题"],
  243. tabActive: "办理流程",
  244. flowList: [
  245. //办理流程数据
  246. {
  247. title: "第一步:信息校验:",
  248. desc: "提交车牌号、车牌颜色、收货地址相关信息",
  249. },
  250. {
  251. title: "第二步:证件上传:",
  252. desc: "上传身份证、行驶证等相关信息",
  253. },
  254. {
  255. title: "第三步:签约代扣:",
  256. desc: "选择签约账户并关联",
  257. },
  258. {
  259. title: "第四步:产品选择:",
  260. desc: "选择购买的发行产品",
  261. },
  262. {
  263. title: "第五步:订单完成:",
  264. desc: "支付完成订单",
  265. },
  266. ],
  267. });
  268. const isShowMask = ref(false);
  269. const isShowBar = ref(false)
  270. const userStore = useUserStore();
  271. const type = 0;
  272. const title = ref("我是测试");
  273. const statusBarHeight = ref(0)
  274. //监听页面滚动
  275. onPageScroll((e) => {
  276. if (e.scrollTop > statusBarHeight.value) {
  277. isShowBar.value = true;
  278. } else {
  279. isShowBar.value = false;
  280. }
  281. });
  282. //办理流程tab选择
  283. const flowPathTabHandle = (tab) => {
  284. state.tabActive = tab;
  285. };
  286. //安装激活
  287. const goActivation = () => {
  288. uni.navigateTo({
  289. url: "/pages/order/order",
  290. });
  291. };
  292. const goToRecharge = () => {
  293. console.log("执行点击事件");
  294. console.log('321')
  295. uni.navigateTo({
  296. url: "/pages/recharge/select-car",
  297. });
  298. };
  299. const toCreatOrder = (val: any) => {
  300. state.userType = val;
  301. if (val === "1") {
  302. navTo(`/applyCard/essential-information?type=${state.type}&&userType=${state.userType}`, true)
  303. // uni.navigateTo({
  304. // url: `/applyCard/essential-information?type=${state.type}&&userType=${state.userType}`,
  305. // });
  306. } else {
  307. // uni.navigateTo({
  308. // url: `/applyCard/essential-information?type=${state.type}&&userType=${state.userType}`,
  309. // });
  310. navTo(`/applyCard/essential-information?type=${state.type}&&userType=${state.userType}`, true)
  311. }
  312. closeMask();
  313. };
  314. const showMask = (val: any) => {
  315. console.log(88888888888888);
  316. console.log(getItem("token"));
  317. if (getItem("token") != '' || getItem("openId") != '') {
  318. state.type = val;
  319. isShowMask.value = true;
  320. } else {
  321. confirm('您需要登录过后才能使用此功能', () => {
  322. uni.navigateTo({
  323. url: '/login/login',
  324. });
  325. }, '温馨提示', true, '去登录');
  326. }
  327. };
  328. const closeMask = () => {
  329. isShowMask.value = false;
  330. };
  331. onMounted(() => {
  332. uni.getSystemInfo({
  333. success: (e: any) => {
  334. console.log(e.statusBarHeight);
  335. statusBarHeight.value = e.statusBarHeight;
  336. }
  337. })
  338. // console.log(credentialType);
  339. //参数说明
  340. // let code = "30" //请求编码
  341. let options = {
  342. type: 2, //type: 2,JSON格式提交数据(默认表单形式提交)
  343. data: {
  344. opId: getItem("openId"),
  345. source: "WECHAT",
  346. tabIndex: "0",
  347. }, //请求参数
  348. method: "POST", //提交方式(默认POST)
  349. showLoading: true, //是否显示加载中(默认显示)
  350. };
  351. //调用方式
  352. // request(searchOrder, options)
  353. // .then((res) => {
  354. // console.log(stringToJson(res.bizContent));
  355. // // stringToJson(res.bizContent)
  356. // })
  357. // .catch((err) => {
  358. // console.log(err);
  359. // });
  360. });
  361. </script>
  362. <style>
  363. page {
  364. background: #eef7f7;
  365. }
  366. </style>
  367. <style lang="scss" scoped>
  368. // .wrapper {
  369. // background: #eef7f7;
  370. // }
  371. .statusBar {
  372. width: 100%;
  373. position: sticky;
  374. background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
  375. top: 0;
  376. left: 0;
  377. z-index: 999;
  378. }
  379. .banner {
  380. position: relative;
  381. }
  382. .banner swiper {
  383. height: 470rpx;
  384. width: 750rpx;
  385. }
  386. .banner .notice {
  387. position: absolute;
  388. background: rgba(0, 0, 0, 0.28);
  389. border-radius: 30rpx;
  390. width: 500rpx;
  391. height: 60rpx;
  392. bottom: 34rpx;
  393. left: 125rpx;
  394. display: flex;
  395. justify-content: center;
  396. align-items: center;
  397. padding: 0 20rpx;
  398. box-sizing: border-box;
  399. }
  400. .banner .notice .icon {
  401. width: 40rpx;
  402. height: 40rpx;
  403. margin: 10rpx;
  404. }
  405. .banner .notice .notice-text {
  406. font-size: 24rpx;
  407. color: #ffffff;
  408. flex: 1;
  409. }
  410. .swiper-item image {
  411. width: 100%;
  412. height: auto;
  413. }
  414. .nav {
  415. display: flex;
  416. flex-wrap: wrap;
  417. padding: 0 35rpx;
  418. font-size: 28rpx;
  419. }
  420. .nav .item-box {
  421. display: flex;
  422. flex-direction: column;
  423. justify-content: center;
  424. align-items: center;
  425. }
  426. .nav .item {
  427. width: 80rpx;
  428. height: 80rpx;
  429. border-radius: 30rpx;
  430. display: flex;
  431. justify-content: center;
  432. align-items: center;
  433. margin: 50rpx 45rpx 20rpx 45rpx;
  434. }
  435. .nav .text {
  436. font-size: 24rpx;
  437. color: #172843;
  438. }
  439. .item-1 {
  440. background: linear-gradient(133deg, #5fff9b 0%, #00b38b 100%);
  441. }
  442. .item-2 {
  443. background: linear-gradient(-50deg, #018ffd 0%, #27fcff 100%);
  444. }
  445. .item-3 {
  446. background: linear-gradient(-47deg, #f88721 0%, #fecd61 100%);
  447. }
  448. .item-4 {
  449. background: linear-gradient(-47deg, #018ffd 0%, #27fcff 100%);
  450. }
  451. .item-5 {
  452. background: linear-gradient(-44deg, #018ffd 0%, #27fcff 100%);
  453. }
  454. .item-6 {
  455. background: linear-gradient(-50deg, #f88721 0%, #fecd61 100%);
  456. }
  457. .item-7 {
  458. background: linear-gradient(129deg, #5fff9b 0%, #00b38b 100%);
  459. }
  460. .item-8 {
  461. background: linear-gradient(124deg, #b8f0f2 0%, #62aeb1 100%);
  462. }
  463. .item image {
  464. width: 56rpx;
  465. height: 56rpx;
  466. }
  467. .express-lane {
  468. font-size: 36rpx;
  469. font-weight: 400;
  470. color: #000000;
  471. padding-top: 30rpx;
  472. // line-height: 58rpx;
  473. }
  474. .express-lane .title {
  475. padding-left: 30rpx;
  476. margin: 0rpx 0 20rpx;
  477. font-size: 32rpx;
  478. font-weight: bold;
  479. }
  480. .lane {
  481. display: flex;
  482. justify-content: space-evenly;
  483. }
  484. .lane-item {
  485. width: 330rpx;
  486. height: 150rpx;
  487. border-radius: 20rpx;
  488. display: flex;
  489. justify-content: center;
  490. align-items: center;
  491. }
  492. .lane-item image {
  493. width: 120rpx;
  494. height: 100rpx;
  495. margin: 0 18rpx;
  496. }
  497. .lane-item .text {
  498. display: flex;
  499. flex-direction: column;
  500. justify-content: center;
  501. // align-items: center;
  502. color: #ffffff;
  503. flex: 1;
  504. }
  505. .lane-item .head {
  506. font-size: 30rpx;
  507. font-weight: bold;
  508. }
  509. .lane-item .decribe {
  510. font-size: 24rpx;
  511. }
  512. .lane-1 {
  513. background: var(--background);
  514. }
  515. .lane-2 {
  516. background: var(--background);
  517. }
  518. .news {
  519. padding: 30rpx 30rpx 0 30rpx;
  520. }
  521. .news .title {
  522. font-size: 32rpx;
  523. font-weight: bold;
  524. }
  525. .news .left-text {
  526. flex: 1;
  527. margin-right: 100rpx;
  528. }
  529. .news-box {
  530. background: #ffffff;
  531. border-radius: 20rpx;
  532. padding: 0 32rpx;
  533. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  534. margin: 20rpx 0 50rpx;
  535. }
  536. .news .tit {
  537. font-size: 26rpx;
  538. color: #172843;
  539. }
  540. .news .news-item {
  541. display: flex;
  542. border-bottom: 1px solid #dcdcdc;
  543. padding: 32rpx 0 15rpx;
  544. }
  545. .news .image-box image {
  546. width: 100rpx;
  547. height: 100rpx;
  548. }
  549. .news .span {
  550. font-size: 22rpx;
  551. display: inline-block;
  552. text-align: center;
  553. background: #bae0f1;
  554. border-radius: 6rpx;
  555. color: #0a8f8a;
  556. padding: 4rpx 8rpx;
  557. }
  558. .news .more {
  559. font-size: 24rpx;
  560. text-align: center;
  561. color: #0a8f8a;
  562. padding: 22rpx 0;
  563. }
  564. .service {
  565. padding: 0 30rpx 50rpx 30rpx;
  566. }
  567. .service .title {
  568. font-size: 32rpx;
  569. font-weight: bold;
  570. }
  571. .service-box {
  572. background: #ffffff;
  573. border-radius: 20rpx;
  574. padding: 0 32rpx;
  575. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  576. display: flex;
  577. flex-direction: column;
  578. margin-top: 20rpx;
  579. }
  580. .service-item {
  581. display: flex;
  582. align-items: center;
  583. justify-content: center;
  584. padding: 22rpx 0;
  585. }
  586. .service-item .text {
  587. flex: 1;
  588. }
  589. .service image {
  590. width: 170rpx;
  591. height: 116rpx;
  592. margin-right: 26rpx;
  593. }
  594. .service .tit {
  595. font-size: 28rpx;
  596. font-weight: bold;
  597. color: #0d0f26;
  598. }
  599. .service .sub {
  600. font-size: 24rpx;
  601. color: #666666;
  602. padding-top: 10rpx;
  603. }
  604. .service .border {
  605. border-bottom: 1px solid #dcdcdc;
  606. }
  607. .mask {
  608. background: $uni-bg-color-mask;
  609. position: fixed;
  610. left: 0;
  611. top: 0;
  612. right: 0;
  613. bottom: 0;
  614. }
  615. .mask-content {
  616. background: $uni-bg-color;
  617. width: 570rpx;
  618. height: 480rpx;
  619. position: absolute;
  620. left: 50%;
  621. top: 50%;
  622. transform: translate(-50%, -50%);
  623. display: flex;
  624. flex-direction: column;
  625. border-radius: 20rpx;
  626. }
  627. .mask-close {
  628. text-align: right;
  629. }
  630. .mask-title {
  631. text-align: center;
  632. font-size: 32rpx;
  633. color: $uni-text-color-black;
  634. margin-bottom: 50rpx;
  635. }
  636. .mask-tab {
  637. display: flex;
  638. justify-content: space-evenly;
  639. }
  640. .icon-closed {
  641. width: 48rpx;
  642. height: 48rpx;
  643. margin: 24rpx 24rpx 0 0;
  644. }
  645. .tab-item {
  646. display: flex;
  647. flex-direction: column;
  648. justify-content: center;
  649. align-items: center;
  650. }
  651. .tab-tit {
  652. font-size: 32rpx;
  653. margin-top: 20rpx;
  654. color: #666;
  655. }
  656. .tab-item image {
  657. width: 160rpx;
  658. height: 160rpx;
  659. }
  660. .backlog-notice {
  661. margin: 50rpx 30rpx 0rpx;
  662. }
  663. .flow-path {
  664. padding: 20rpx 0rpx 20rpx;
  665. .scroll-view {
  666. white-space: nowrap;
  667. // position: sticky;
  668. top: 0;
  669. }
  670. .top-menu {
  671. display: flex;
  672. }
  673. .top-menu .tab {
  674. font-size: 28rpx;
  675. padding: 38rpx 30rpx;
  676. color: #666666;
  677. position: relative;
  678. }
  679. .top-menu .active .border {
  680. position: absolute;
  681. width: 70%;
  682. height: 16rpx;
  683. background: #00b38b;
  684. opacity: 0.3;
  685. bottom: 40rpx;
  686. z-index: -99;
  687. left: 15%;
  688. border-radius: 6rpx;
  689. }
  690. .top-menu .active {
  691. font-weight: bold;
  692. font-size: 32rpx;
  693. color: #0d0f26;
  694. }
  695. .top-menu .active::before {
  696. width: 100%;
  697. height: 16rpx;
  698. background: #00b38b;
  699. opacity: 0.3;
  700. }
  701. .flow-list {
  702. margin: 0rpx 30rpx;
  703. min-height: 700rpx;
  704. background: #ffffff;
  705. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  706. border-radius: 20rpx;
  707. padding: 55rpx 30rpx 30rpx;
  708. }
  709. }
  710. </style>