您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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