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.

user.vue 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. <template>
  2. <navBar title="九州ETC" :scrollTop="scrollTop" :isBack="isBack"></navBar>
  3. <filter>
  4. <view class="wrapper">
  5. <image :src="`${$imgUrl}user/bg-user-2.png`" class="bg-head" mode="widthFix"></image>
  6. <!-- <view class="bar" :style="{ top: top, height: height, lineHeight: height }">我的-九州ETC</view> -->
  7. <view class="content" :style="{ top: margin + 'px' }">
  8. <!-- <view class="content"> -->
  9. <view class="head" :style="{ marinTop: margin + 'px' }">
  10. <view class="avatar">
  11. <image :src="`${$imgUrl}user/icon-avatar.png`" :class="!state.data.opId ? 'unlogin' : ''"
  12. @click="goLogin">
  13. </image>
  14. <view v-if="!state.data.opId" class="name" @click="$util.navTo('/login/login')">
  15. <view class="nickname">登录/注册</view>
  16. </view>
  17. <view v-else class="name">
  18. <view class="nickname">{{state.accountInfoVo.nickName}}</view>
  19. <view class="user-id">
  20. <view class="phone">{{state.accountInfoVo.mobile}}</view>
  21. <view v-if="false"
  22. @click="$util.navTo('/subpackage/personal-center/setting/change-phone', true)"
  23. class="btn-change">已关联</view>
  24. </view>
  25. </view>
  26. </view>
  27. <view v-if="false" class="setting"
  28. @click="$util.navTo('/subpackage/personal-center/setting/setting', true)">
  29. <!-- <image :src="`${$imgUrl}user/icon-setting.png`"></image> -->
  30. <text>签到</text>
  31. </view>
  32. </view>
  33. <view class="panel-box">
  34. <view class="panel">
  35. <view class="panel-item"
  36. @click="$util.navTo('/subpackage/personal-center/vehicle-information', true)">
  37. <view class="panel-text"><text class="num"
  38. v-if="state.carNumber">{{state.carNumber}}</text><text class="num"
  39. v-else>0</text><text class="txt">辆</text></view>
  40. <text class="type">车辆</text>
  41. </view>
  42. <!-- <view class="panel-item" @click="$util.navTo('/subpackage/personal-center/vehicle-information', true)">
  43. <view class="panel-text"><text class="num">{{state.userVehicleInfoSumQueryVo.vehicleSum}}</text><text class="txt">辆</text></view>
  44. <text class="type">车辆</text>
  45. </view> -->
  46. <view class="panel-item" @click="goOrder(0)">
  47. <text class="num">{{state.userVehicleInfoSumQueryVo.orderStatus0}}</text>
  48. <text class="type">待办</text>
  49. </view>
  50. <view class="panel-item" v-if="false">
  51. <view class="panel-text"><text class="num">2</text><text class="txt">张</text></view>
  52. <text class="type">卡券</text>
  53. </view>
  54. <view class="panel-item" v-if="false">
  55. <view class="panel-text"><text class="num">2555</text><text class="txt">分</text></view>
  56. <text class="type">积分</text>
  57. </view>
  58. </view>
  59. <view class="notice" v-if="false">
  60. <image :src="`${$imgUrl}user/icon-tips.png`" class="icon-notice" mode="aspectFill"></image>
  61. <view class="notice-content">您有一笔成功交易,点击查看详情</view>
  62. </view>
  63. </view>
  64. <view class="rights box" v-if="false">
  65. <view class="right-head">
  66. <view class="tit">我的权益</view>
  67. <view class="more">
  68. <text class="more-text">查看全部</text>
  69. <image :src="`${$imgUrl}user/icon-arrow.png`" class="arrow"></image>
  70. </view>
  71. </view>
  72. <view class="rights-items">
  73. <view class="item">
  74. <image :src="`${$imgUrl}user/icon-car-2.png`" class="icon"></image>
  75. <text class="tit">我的通行</text>
  76. <text class="sub-tit">查询账单、轨迹</text>
  77. </view>
  78. <view class="item">
  79. <image :src="`${$imgUrl}user/icon-door.png`" class="icon"></image>
  80. <text class="tit">上门服务</text>
  81. <text class="sub-tit">8折优惠</text>
  82. </view>
  83. <view class="item">
  84. <image :src="`${$imgUrl}user/icon-obu.png`" class="icon"></image>
  85. <text class="tit">设备险</text>
  86. <text class="sub-tit">享50元更换</text>
  87. </view>
  88. <view class="item">
  89. <image :src="`${$imgUrl}user/icon-bao.png`" class="icon"></image>
  90. <text class="tit">微保驾乘险</text>
  91. <text class="sub-tit">最高享20万</text>
  92. </view>
  93. </view>
  94. </view>
  95. <view class="order box">
  96. <view class="right-head">
  97. <view class="tit">我的订单</view>
  98. <view class="more" @click="goOrder(0)">
  99. <text class="more-text">查看全部</text>
  100. <image :src="`${$imgUrl}user/icon-arrow.png`" class="arrow"></image>
  101. </view>
  102. </view>
  103. <view class="order-items">
  104. <view class="item" @click="goOrder(1)">
  105. <image :src="`${$imgUrl}user/icon-daifahuo.png`" class="icon"></image>
  106. <text class="tit">待发货</text>
  107. </view>
  108. <view class="item" @click="goOrder(2)">
  109. <image :src="`${$imgUrl}user/icon-daishouhuo.png`" class="icon"></image>
  110. <text class="tit">待收货</text>
  111. </view>
  112. <view class="item" @click="goOrder(3)">
  113. <image :src="`${$imgUrl}user/icon-daijihuo.png`" class="icon"></image>
  114. <text class="tit">待激活</text>
  115. </view>
  116. <view class="item" @click="goOrder(4)">
  117. <image :src="`${$imgUrl}user/icon-tuihuanhuo.png`" class="icon"></image>
  118. <text class="tit">退换货/退款</text>
  119. </view>
  120. </view>
  121. </view>
  122. <view class="go-through box">
  123. <view class="right-head">
  124. <view class="tit">本月通行</view>
  125. </view>
  126. <view class="pass">
  127. <view class="total m-top">
  128. <text>通行消费</text>
  129. <text>总消费</text>
  130. </view>
  131. <view class="amount m-top">
  132. <text>¥
  133. {{(state.monthFlowingVo.flowingNum ? state.monthFlowingVo.flowingNum : 0) /100}}</text>
  134. <text>¥
  135. {{(state.monthFlowingVo.flowingNum ? state.monthFlowingVo.flowingNum : 0)/100}}</text>
  136. </view>
  137. <view class="line m-top">
  138. <view class="line1"
  139. :style="{width: (state.monthFlowingVo.flowingNum ? state.monthFlowingVo.flowingNum : 0)*100/state.monthFlowingVo.money+'%'}">
  140. </view>
  141. <view class="line2"></view>
  142. </view>
  143. <view class="mileage">
  144. <view class="txt">
  145. <text class="tit">通行里程</text>
  146. <text class="val">{{state.monthFlowingVo.mileage}}km</text>
  147. </view>
  148. <view class="txt">
  149. <text class="tit">通行时长</text>
  150. <text class="val">{{state.monthFlowingVo.duration}}</text>
  151. </view>
  152. <view class="txt">
  153. <text class="tit ">通行次数</text>
  154. <text class="val">{{state.monthFlowingVo.num}}次</text>
  155. </view>
  156. </view>
  157. <view class="detail" @click="goTrajectory()">查看通行轨迹
  158. </view>
  159. </view>
  160. </view>
  161. <view class="cars box">
  162. <view class="right-head">
  163. <view class="tit">我的车辆</view>
  164. <view class="more"
  165. @click="$util.navTo('/subpackage/personal-center/vehicle-information', true)">
  166. <text class="more-text">查看全部</text>
  167. <image :src="`${$imgUrl}user/icon-arrow.png`" class="arrow"></image>
  168. </view>
  169. </view>
  170. <view class="car-item" v-for="(item,index) in state.list">
  171. <image :src="`${$imgUrl}che.png`" class="car-pic" mode="aspectFill"></image>
  172. <view class="car-info">
  173. <view class="car-no"><text class="no">{{item.vehiclePlate}}</text><text
  174. class="color">{{item.color}}</text></view>
  175. <view class="card-no">卡号:{{item.cardId}}</view>
  176. <view class="card-no">签号:{{item.obuId}}</view>
  177. </view>
  178. <view class="btn-unbind" @click="del(item.vehicleId)">解除绑定</view>
  179. </view>
  180. <view class="sub-bind">
  181. <view class="item-tit">
  182. <image :src="`${$imgUrl}user/icon-car-3.png`" class="icon icon-2"></image>
  183. <text>我要关联车辆</text>
  184. </view>
  185. <view class="right-arrow"
  186. @click="$util.navTo('/subpackage/personal-center/setting/car-information/car-create', true)">
  187. <view class="sub-tit">增加未关联车辆</view>
  188. <image :src="`${$imgUrl}user/icon-arrow.png`" class="arrow"></image>
  189. </view>
  190. </view>
  191. </view>
  192. <view class="menu">
  193. <view class="item" @click="$util.navTo('/subpackage/personal-center/setting/setting', true)">
  194. <view class="item-tit">
  195. <image :src="`${$imgUrl}user/icon-setting.png`" class="icon icon-2"></image>
  196. <text>设置与资料管理</text>
  197. </view>
  198. <view class="right-arrow">
  199. <view class="sub-tit">隐私、密码管理</view>
  200. <image :src="`${$imgUrl}user/icon-arrow.png`" class="arrow"></image>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. </view>
  206. </filter>
  207. </template>
  208. <script lang="ts" setup>
  209. import { reactive } from "vue";
  210. import { msg, navTo } from "@/utils/utils";
  211. import { onMounted, ref } from "vue";
  212. import { getItem, StorageKeys } from "@/utils/storage";
  213. import navBar from "../../components/nav-bar/nav-bar2.vue";
  214. import { onLoad, onShow, onPageScroll } from "@dcloudio/uni-app";
  215. import {
  216. userInfoIndex, selectCarInfo, delCarInfo
  217. } from "@/utils/network/api.js";
  218. import {
  219. request
  220. } from "@/utils/network/request.js";
  221. import {
  222. stringToJson
  223. } from "@/utils/network/encryption.js";
  224. import filter from '@/components/filter/filter.vue';
  225. import { vehiclePlateColor, vehiclePlateColorPai } from "@/datas/vehiclePlateColor.js";
  226. const height = ref(null);
  227. const top = ref(null);
  228. const margin = ref(null);
  229. const mobile = ref(null);
  230. const scrollTop = ref(0);
  231. const isBack = ref(false);
  232. const state = reactive({
  233. data: {
  234. opId: "",
  235. },
  236. accountInfoVo: {
  237. nickName: '',
  238. mobile: ''
  239. },
  240. monthFlowingVo: {
  241. duration: 0,
  242. mileage: 0,
  243. flowingNum: 0,
  244. num: 0,
  245. parkingLotMoney: 0,
  246. parkingLotNum: 0,
  247. money: 0,
  248. },
  249. list: '', //车辆信息
  250. carNumber: '',//车辆数量
  251. userVehicleInfoSumQueryVo: {
  252. vehicleSum: 0,
  253. orderStatus0: 0
  254. },//车数量 ,代办数量
  255. isTrajectory: false, //是否有轨迹
  256. });
  257. onMounted(() => {
  258. const res = uni.getMenuButtonBoundingClientRect();
  259. height.value = res.height + "px";
  260. top.value = res.top + "px";
  261. margin.value = res.height + res.top;
  262. });
  263. onLoad((option : any) => {
  264. state.data.opId = getItem(StorageKeys.OpenId);
  265. mobile.value = getItem("mobile");
  266. });
  267. const goTrajectory = () => {
  268. if (state.isTrajectory) {
  269. uni.navigateTo({
  270. url: "/subpackage/personal-center/trajectory/trajectory"
  271. })
  272. } else {
  273. msg("暂无轨迹")
  274. }
  275. }
  276. //监听页面滚动
  277. onPageScroll((e) => {
  278. scrollTop.value = e.scrollTop;
  279. });
  280. onShow((option : any) => {
  281. state.data.opId = getItem(StorageKeys.OpenId);
  282. console.log("state.data.opId", state.data.opId)
  283. if (state.data.opId) {
  284. getUserInfo();
  285. }
  286. });
  287. // 查询车辆信息
  288. const queryCarMsg = () => {
  289. const options = {
  290. type: 2,
  291. data: {
  292. "openId": getItem('openId')
  293. },
  294. method: "POST",
  295. showLoading: true,
  296. };
  297. //调用方式
  298. request(selectCarInfo, options).then((res) => {
  299. const data = (stringToJson(res.bizContent).vehicleManages)
  300. for (var i = 0; i < data.length; i++) {
  301. for (var j = 0; j < vehiclePlateColorPai.length; j++) {
  302. if (data[i].vehiclePlateColor == vehiclePlateColorPai[j]['id']) {
  303. data[i].color = vehiclePlateColorPai[j]['color']
  304. }
  305. }
  306. }
  307. state.list = data;
  308. state.carNumber = data.length
  309. console.log("state.list", state.list)
  310. })
  311. .catch((err) => {
  312. console.log('输出内容', err)
  313. });
  314. }
  315. const getUserInfo = () => {
  316. const options = {
  317. type: 2,
  318. data: {
  319. openId: state.data.opId
  320. },
  321. method: "POST",
  322. // showLoading: true,
  323. };
  324. //调用方式
  325. request(userInfoIndex, options)
  326. .then((res) => {
  327. console.log('用户信息', res)
  328. let data = stringToJson(res.bizContent)
  329. state.accountInfoVo = data.accountInfoVo;
  330. if (data.monthFlowingVo && JSON.stringify(data.monthFlowingVo) != "{}") {
  331. state.monthFlowingVo = data.monthFlowingVo;
  332. state.isTrajectory = true;
  333. }
  334. state.userVehicleInfoSumQueryVo.vehicleSum = JSON.parse(JSON.stringify(data.userVehicleInfoSumQueryVo)).vehicleSum;
  335. state.userVehicleInfoSumQueryVo.orderStatus0 = JSON.parse(JSON.stringify(data.userVehicleInfoSumQueryVo)).orderStatus0;
  336. console.log("获取用户信息", data);
  337. queryCarMsg();
  338. })
  339. .catch((err) => {
  340. console.log(err);
  341. });
  342. }
  343. const del = (id) => {
  344. wx.showModal({
  345. title: '提示',
  346. content: '是否删除该条车辆信息',
  347. success: function (res) {
  348. if (res.confirm) {
  349. console.log('用户点击确定');
  350. let data = {
  351. vehicleId: id,
  352. openId: getItem('openId')
  353. }
  354. const options = {
  355. type: 2,
  356. data: data,
  357. method: "POST",
  358. showLoading: true,
  359. };
  360. request(delCarInfo, options).then((res) => {
  361. const data = stringToJson(res.bizContent);
  362. console.log(data)
  363. state.list = data.vehicleManages
  364. if (data.info == '成功.') {
  365. uni.showToast({
  366. title: "删除成功",
  367. icon: "none"
  368. })
  369. queryCarMsg();
  370. }
  371. });
  372. } else if (res.cancel) {
  373. console.log('用户点击取消');
  374. }
  375. }
  376. });
  377. }
  378. const goOrder = (index) => {
  379. uni.reLaunch({
  380. url: `../order/order?index=${index}`
  381. })
  382. }
  383. const goLogin = () => {
  384. if (!getItem('openId')) {
  385. uni.navigateTo({
  386. url: "/login/login"
  387. })
  388. }
  389. }
  390. </script>
  391. <style>
  392. page {
  393. background: #eef7f7;
  394. }
  395. </style>
  396. <style scoped>
  397. .unlogin {
  398. filter: grayscale(100%);
  399. opacity: 0.7;
  400. }
  401. .wrapper {
  402. position: relative;
  403. background: #fff;
  404. }
  405. .bar {
  406. width: 100%;
  407. position: fixed;
  408. text-align: center;
  409. font-size: 32rpx;
  410. font-weight: bold;
  411. }
  412. .bg-head {
  413. width: 100%;
  414. position: absolute;
  415. z-index: -99;
  416. top: 0;
  417. left: 0;
  418. }
  419. .content {
  420. position: absolute;
  421. display: flex;
  422. flex-direction: column;
  423. width: 100%;
  424. }
  425. .head {
  426. display: flex;
  427. justify-content: space-between;
  428. align-items: center;
  429. width: 100%;
  430. box-sizing: border-box;
  431. padding: 40rpx 0 46rpx;
  432. }
  433. .head .avatar {
  434. display: flex;
  435. align-items: center;
  436. }
  437. .head .avatar image {
  438. width: 120rpx;
  439. height: 120rpx;
  440. border-radius: 80rpx;
  441. border: 12rpx solid rgba(255, 255, 255, 0.5);
  442. margin: 0 20rpx 0 30rpx;
  443. }
  444. .head .setting {
  445. display: flex;
  446. align-items: center;
  447. background: rgba(0, 179, 139, .1);
  448. border: 1px solid #fff;
  449. height: 60rpx;
  450. border-radius: 30rpx;
  451. padding: 0 34rpx;
  452. color: #fff;
  453. font-size: 28rpx;
  454. margin-right: 30rpx;
  455. }
  456. .head .setting image {
  457. width: 40rpx;
  458. height: 40rpx;
  459. margin-right: 6rpx;
  460. }
  461. .head .nickname {
  462. font-size: 36rpx;
  463. color: #000000;
  464. }
  465. .head .user-id {
  466. font-size: 26rpx;
  467. color: #000000;
  468. padding-top: 30rpx;
  469. display: flex;
  470. align-items: center;
  471. }
  472. .head .btn-change {
  473. font-size: 22rpx;
  474. height: 40rpx;
  475. padding: 0 20rpx;
  476. border: 1px solid #fff;
  477. color: #fff;
  478. box-sizing: border-box;
  479. border-radius: 20rpx;
  480. margin-left: 16rpx;
  481. background: rgba(0, 179, 139, .1);
  482. }
  483. .panel-box {
  484. display: flex;
  485. flex-direction: column;
  486. background: #fff;
  487. margin: 0 30rpx 30rpx;
  488. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  489. border-radius: 20rpx;
  490. padding: 30rpx 0;
  491. }
  492. .panel {
  493. display: flex;
  494. justify-content: space-evenly;
  495. padding: 30rpx 0;
  496. }
  497. .panel-item {
  498. display: flex;
  499. flex-direction: column;
  500. justify-content: center;
  501. align-items: center;
  502. font-size: 32rpx;
  503. }
  504. .panel-item .num {
  505. font-weight: bold;
  506. color: #454545;
  507. }
  508. .panel-item .txt {
  509. font-size: 26rpx;
  510. }
  511. .panel-item .type {
  512. color: #999;
  513. font-size: 26rpx;
  514. padding: 14rpx 0;
  515. }
  516. .panel-box .icon-notice {
  517. width: 48rpx;
  518. height: 48rpx;
  519. }
  520. .panel-box .notice {
  521. display: flex;
  522. font-size: 32rpx;
  523. margin: 0 30rpx;
  524. align-items: center;
  525. background: #f3f3f3;
  526. border-radius: 10rpx;
  527. padding: 0 14rpx;
  528. }
  529. .panel-box .notice .notice-content {
  530. height: 68rpx;
  531. line-height: 68rpx;
  532. padding: 0 12rpx;
  533. font-size: 28rpx;
  534. }
  535. .box .arrow {
  536. width: 14rpx;
  537. height: 26rpx;
  538. }
  539. .box {
  540. background: #ffffff;
  541. margin: 0 30rpx 30rpx;
  542. padding: 30rpx;
  543. border-radius: 20rpx;
  544. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  545. }
  546. .box .more {
  547. display: flex;
  548. font-size: 26rpx;
  549. color: #808080;
  550. align-items: center;
  551. }
  552. .box .more .more-text {
  553. padding-right: 12rpx;
  554. }
  555. .box .right-head {
  556. display: flex;
  557. justify-content: space-between;
  558. }
  559. .box .right-head .tit {
  560. font-size: 32rpx;
  561. /* font-weight: bold; */
  562. }
  563. .rights .rights-items {
  564. display: flex;
  565. justify-content: space-evenly;
  566. padding: 30rpx 0;
  567. }
  568. .rights .item {
  569. display: flex;
  570. flex-direction: column;
  571. align-items: center;
  572. justify-content: center;
  573. }
  574. .rights .item .tit {
  575. font-size: 26rpx;
  576. color: #333;
  577. padding: 20rpx 0 10rpx 0;
  578. }
  579. .rights .item .sub-tit {
  580. font-size: 22rpx;
  581. color: #999;
  582. }
  583. .order .order-items {
  584. display: flex;
  585. justify-content: space-around;
  586. padding: 30rpx 0;
  587. }
  588. .order .item {
  589. display: flex;
  590. flex-direction: column;
  591. align-items: center;
  592. justify-content: center;
  593. }
  594. .order .item .tit {
  595. font-size: 26rpx;
  596. color: #333;
  597. padding: 20rpx 0 10rpx 0;
  598. }
  599. .box .icon {
  600. width: 56rpx;
  601. height: 56rpx;
  602. }
  603. .go-through .pass {
  604. display: flex;
  605. flex-direction: column;
  606. }
  607. .go-through .total {
  608. display: flex;
  609. justify-content: space-between;
  610. font-size: 26rpx;
  611. color: #999;
  612. }
  613. .go-through .amount {
  614. display: flex;
  615. justify-content: space-between;
  616. align-items: center;
  617. font-size: 28rpx;
  618. color: #333;
  619. }
  620. .go-through .line {
  621. display: flex;
  622. }
  623. .go-through .line1 {
  624. height: 8rpx;
  625. background: #00B38B;
  626. border-radius: 4rpx;
  627. }
  628. .go-through .line2 {
  629. height: 8rpx;
  630. background: #F1F1F1;
  631. border-radius: 0 4rpx 4rpx 0;
  632. flex: 1;
  633. }
  634. .go-through .mileage {
  635. display: flex;
  636. justify-content: space-evenly;
  637. align-items: center;
  638. text-align: center;
  639. margin: 32rpx 0;
  640. }
  641. .go-through .mileage .txt {
  642. display: flex;
  643. flex-direction: column;
  644. }
  645. .go-through .mileage .tit {
  646. font-size: 26rpx;
  647. color: #999;
  648. }
  649. .go-through .mileage .val {
  650. font-size: 28rpx;
  651. color: #333;
  652. margin-top: 16rpx;
  653. }
  654. .go-through .m-top {
  655. margin-top: 16rpx;
  656. }
  657. .go-through .detail {
  658. width: 100%;
  659. text-align: center;
  660. color: #00B38B;
  661. font-size: 24rpx;
  662. border-top: 1px solid #DCDCDC;
  663. padding-top: 24rpx;
  664. }
  665. .cars .car-item {
  666. display: flex;
  667. align-items: center;
  668. padding: 36rpx 0;
  669. }
  670. .cars .car-item .btn-unbind {
  671. border: 1px solid #00B38B;
  672. border-radius: 30rpx;
  673. height: 60rpx;
  674. box-sizing: border-box;
  675. line-height: 60rpx;
  676. font-size: 24rpx;
  677. padding: 0 20rpx;
  678. background: rgba(0, 179, 139, .1);
  679. color: #00B38B;
  680. }
  681. .cars .car-pic {
  682. width: 120rpx;
  683. height: 120rpx;
  684. margin-right: 12rpx;
  685. }
  686. .cars .car-info {
  687. display: flex;
  688. flex-direction: column;
  689. flex: 1;
  690. color: #999;
  691. font-size: 22rpx;
  692. }
  693. .cars .car-no {
  694. font-size: 30rpx;
  695. color: #333;
  696. }
  697. .cars .card-no {
  698. margin-top: 14rpx;
  699. }
  700. .cars .sub-bind {
  701. display: flex;
  702. align-items: center;
  703. justify-content: space-between;
  704. border-top: 1px solid #F1F1F1;
  705. padding-top: 20rpx;
  706. }
  707. .cars .sub-bind .item-tit {
  708. display: flex;
  709. align-items: center;
  710. font-size: 26rpx;
  711. color: #333;
  712. }
  713. .cars .sub-bind .right-arrow {
  714. font-size: 22rpx;
  715. color: #ccc;
  716. display: flex;
  717. justify-content: center;
  718. align-items: center;
  719. }
  720. .cars .sub-bind .sub-tit {
  721. padding-right: 20rpx;
  722. }
  723. .menu {
  724. background: #ffffff;
  725. /* border-radius: 30rpx 30rpx 0 0; */
  726. padding: 0 30rpx;
  727. margin: 0 30rpx 30rpx;
  728. border-radius: 20rpx;
  729. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  730. }
  731. .menu .arrow {
  732. width: 14rpx;
  733. height: 26rpx;
  734. }
  735. .menu .icon {
  736. width: 48rpx;
  737. height: 48rpx;
  738. margin-right: 10rpx;
  739. }
  740. .menu .item {
  741. display: flex;
  742. justify-content: space-between;
  743. align-items: center;
  744. /* border-bottom: 1px solid #dcdcdc; */
  745. padding: 20rpx 0;
  746. }
  747. .menu .item:first-child {
  748. margin-top: 10rpx;
  749. }
  750. .menu .item-tit {
  751. display: flex;
  752. align-items: center;
  753. font-size: 26rpx;
  754. color: #333;
  755. }
  756. .menu .right-arrow {
  757. font-size: 22rpx;
  758. color: #ccc;
  759. display: flex;
  760. justify-content: center;
  761. align-items: center;
  762. }
  763. .menu .sub-tit {
  764. padding-right: 20rpx;
  765. }
  766. .color {
  767. padding: 4rpx 8rpx;
  768. border-radius: 10rpx;
  769. color: white;
  770. background-color: rgb(6, 112, 255);
  771. display: inline-block;
  772. margin-left: 20rpx;
  773. font-size: 24rpx;
  774. }
  775. </style>