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.

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