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

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