Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. <template>
  2. <navBar title="我的" :scrollTop="scrollTop" :isBack="isBack" navbgClass="nav-bgXin" fontColor='#fff'></navBar>
  3. <filter>
  4. <view class="wrapper">
  5. <image :src="`${$imgUrl}myImage/headbg.png`" class="bg-head" mode="widthFix"></image>
  6. <view class="content" :style="{ top: margin + 'px' }">
  7. <view class="head" :style="{ marinTop: margin + 'px' }">
  8. <view class="avatar">
  9. <image class="avatar-image" :src="`${$imgUrl}myImage/touxiang.png`" :class="!state.data.opId ? 'unlogin' : ''"
  10. @click="goLogin">
  11. </image>
  12. <view v-if="!state.data.opId" class="name" @click="$util.navTo('/login/login')">
  13. <view class="nickname">登录/注册</view>
  14. </view>
  15. <view v-else class="name">
  16. <view class="nickname">{{state.accountInfoVo.userName || state.accountInfoVo.nickName}}</view>
  17. <view class="user-id">
  18. <view class="phone">{{state.accountInfoVo.mobile}}</view>
  19. <view @click="changePhone" class="btn-change">
  20. <image class="btn-change-image" :src="`${$imgUrl}common/icon-edit.png`"></image>
  21. </view>
  22. </view>
  23. <text v-if="!isSm" class="btn-change-two">已实名认证</text>
  24. </view>
  25. </view>
  26. <view class="r-setting" @click="$util.navTo('/subpackage/personal-center/setting/setting', true)">
  27. <image :src="`${$imgUrl}myImage/shezhi.png`" class="img" mode="widthFix"></image>
  28. </view>
  29. </view>
  30. <view class="my-equity" :style="{'--bgimg':`url(${$imgUrl}myImage/quanuyikuang.png)`}"
  31. @click="myEtcAccount">
  32. <view class="l-con">
  33. <image :src="`${$imgUrl}myImage/myETC.png`" class="equity-icon" mode="widthFix"></image>
  34. <view class="txt">
  35. 我的ETC账户
  36. </view>
  37. </view>
  38. <view class="r-icon1">
  39. <image :src="`${$imgUrl}myImage/quanyixiayi.png`" class="r-img1" mode="widthFix"></image>
  40. </view>
  41. </view>
  42. <view class="my-equity userName" :style="{'--bgimg':`url(${$imgUrl}myImage/loginBg.png)`,'height': '120rpx' ,'margin-top':' -30rpx',
  43. 'z-index': -1,'padding-top': '17rpx','boxSizing':'border-box' }" v-if="state.customerObj">
  44. <view class="l-con">
  45. <image :src="`${$imgUrl}myImage/person.png`" class="equity-icon" mode="widthFix"></image>
  46. <view class="txt">
  47. {{state.customerObj.userName}}
  48. </view>
  49. </view>
  50. <view style="margin-right: 26rpx;">
  51. {{state.customerObj.vehicleCount?state.customerObj.vehicleCount + '辆车':'无车辆'}}
  52. </view>
  53. </view>
  54. <view class="info-content">
  55. <view class="order box">
  56. <view class="list_item"
  57. @click="$util.navTo('/subpackage/personal-center/real-name-authentication', true)">
  58. <view class="l-con">
  59. <image :src="`${$imgUrl}myImage/basicInformation.png`" class="equity-icon"
  60. mode="widthFix"></image>
  61. <view class="txt">
  62. 基本信息
  63. </view>
  64. </view>
  65. <view class="r-icon">
  66. <text v-if="isSm">请进行实名认证</text>
  67. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  68. </view>
  69. </view>
  70. <view class="list_item"
  71. @click="$util.navTo(`/subpackage/after-sale/activation-once-again/select-car?type=38`, true)">
  72. <view class="l-con">
  73. <image :src="`${$imgUrl}myImage/myCar.png`" class="equity-icon" mode="widthFix"></image>
  74. <view class="txt">
  75. 我的车辆
  76. </view>
  77. </view>
  78. <view class="r-icon">
  79. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  80. </view>
  81. </view>
  82. <view class="list_item" @click="goOrder(0)">
  83. <view class="l-con">
  84. <image :src="`${$imgUrl}myImage/etcOrder.png`" class="equity-icon" mode="widthFix">
  85. </image>
  86. <view class="txt">
  87. ETC订单
  88. </view>
  89. </view>
  90. <view class="r-icon">
  91. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  92. </view>
  93. </view>
  94. <view class="list_item" @click="noTips">
  95. <view class="l-con">
  96. <image :src="`${$imgUrl}myImage/afterOrder.png`" class="equity-icon" mode="widthFix">
  97. </image>
  98. <view class="txt">
  99. 售后订单
  100. </view>
  101. </view>
  102. <view class="r-icon">
  103. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  104. </view>
  105. </view>
  106. <view class="list_item" @click="goEquity()">
  107. <view class="l-con">
  108. <image :src="`${$imgUrl}myImage/quanyi.png`" class="equity-icon" mode="widthFix">
  109. </image>
  110. <view class="txt">
  111. 我的权益
  112. </view>
  113. </view>
  114. <view class="r-icon">
  115. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  116. </view>
  117. </view>
  118. <view class="list_item"
  119. @click="$util.navTo(`/subpackage/orders/invoiceApply/invoice-header-list?manage=1`, true)">
  120. <view class="l-con">
  121. <image :src="`${$imgUrl}myImage/invoiceHeader.png`" class="equity-icon" mode="widthFix">
  122. </image>
  123. <view class="txt">
  124. 发票抬头
  125. </view>
  126. </view>
  127. <view class="r-icon">
  128. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  129. </view>
  130. </view>
  131. <view class="list_item"
  132. @click="$util.navTo(`/subpackage/after-sale/refund-info/list`, true)">
  133. <view class="l-con">
  134. <image :src="`${$imgUrl}myImage/icon-refund-info.png`" class="equity-icon" mode="widthFix">
  135. </image>
  136. <view class="txt">
  137. 退费信息
  138. </view>
  139. </view>
  140. <view class="r-icon">
  141. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  142. </view>
  143. </view>
  144. <view class="list_item"
  145. @click="$util.navTo(`/subpackage/personal-center/setting/addressManager`, true)">
  146. <view class="l-con">
  147. <image :src="`${$imgUrl}myImage/addressManager.png`" class="equity-icon"
  148. mode="widthFix"></image>
  149. <view class="txt">
  150. 收货地址
  151. </view>
  152. </view>
  153. <view class="r-icon">
  154. <image :src="`${$imgUrl}myImage/myIcon.png`" class="r-img" mode="widthFix"></image>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. </view>
  160. </view>
  161. </filter>
  162. <TipsInfo v-model="state.showTips" des="服务开通中,敬请期待!"></TipsInfo>
  163. </template>
  164. <script lang="ts" setup>
  165. import { reactive } from "vue";
  166. import { msg, navTo } from "@/utils/utils";
  167. import { onMounted, ref } from "vue";
  168. import { getItem, StorageKeys } from "@/utils/storage";
  169. import navBar from "../../components/nav-bar/nav-bar2.vue";
  170. import { onLoad, onShow, onPageScroll } from "@dcloudio/uni-app";
  171. import {
  172. userInfoIndex, queryVehicleBind, vehicleUnBind, showEquityListApi, orderinfosumquery, getUserMsg
  173. } from "@/utils/network/api.js";
  174. import {
  175. request, requestNew
  176. } from "@/utils/network/request.js";
  177. import filter from '@/components/filter/filter.vue';
  178. import { source } from "@/utils/network/difference";
  179. import { vehiclePlateColor, vehiclePlateColorPai, getVehiclePlateColorPaiShow } from "@/datas/vehiclePlateColor.js";
  180. import { useUserStore } from "@/stores/user";
  181. import TipsInfo from '@/components/common/TipsInfo.vue';
  182. const userStore = useUserStore();
  183. const { saveUserInfo } = userStore;
  184. const height = ref(null);
  185. const top = ref(null);
  186. const margin = ref(null);
  187. const mobile = ref(null);
  188. const scrollTop = ref(0);
  189. const isBack = ref(false);
  190. const isSm = ref(true);
  191. const state = reactive({
  192. data: {
  193. opId: "",
  194. },
  195. accountInfoVo: {
  196. nickName: '',
  197. mobile: '',
  198. userName: ''
  199. },
  200. equityNumber: 0,
  201. customerObj: {},
  202. showTips: false
  203. });
  204. onMounted(() => {
  205. const res = uni.getMenuButtonBoundingClientRect();
  206. height.value = res.height + "px";
  207. top.value = res.top + "px";
  208. margin.value = res.height + res.top;
  209. });
  210. onLoad((option : any) => {
  211. state.data.opId = getItem(StorageKeys.OpenId);
  212. console.log("state.data.opId", state.data.opId)
  213. mobile.value = getItem("mobile");
  214. getAuthInfo();
  215. });
  216. const carDetails = (vehicleId) => {
  217. uni.navigateTo({
  218. url: `/subpackage/personal-center/vehicle-change/car-details?vehicleId=${vehicleId}`
  219. })
  220. }
  221. const myEtcAccount = () => {
  222. navTo(`/subpackage/personal-center/my-etc-account`)
  223. }
  224. //监听页面滚动
  225. onPageScroll((e) => {
  226. scrollTop.value = e.scrollTop;
  227. });
  228. onShow((option : any) => {
  229. state.data.opId = getItem(StorageKeys.OpenId);
  230. console.log("state.data.opId", state.data.opId)
  231. if (state.data.opId) {
  232. getUserInfo();
  233. getAuthInfo();
  234. }
  235. state.customerObj = getItem('customerObj')
  236. });
  237. const getAuthInfo = () => {
  238. const options = {
  239. type: 2,
  240. data: { openId: getItem('openId') },
  241. method: "POST",
  242. showLoading: true,
  243. };
  244. requestNew(getUserMsg, options).then((res) => {
  245. const data = res;
  246. console.log(data, "用户信息"); //|| !data.userNegImgUrl || !data.userPosImgUrl
  247. if (!data.userIdNum || !data.userNegImgUrl || !data.userPosImgUrl) {
  248. isSm.value = true
  249. } else {
  250. isSm.value = false
  251. }
  252. });
  253. }
  254. const getUserInfo = () => {
  255. const options = {
  256. type: 2,
  257. data: {},
  258. method: "POST",
  259. showLoading: true,
  260. };
  261. //调用方式
  262. requestNew(userInfoIndex, options)
  263. .then((res) => {
  264. console.log('用户信息', res)
  265. let data = res
  266. saveUserInfo(data)
  267. state.accountInfoVo = data;
  268. console.log("获取用户信息", getItem('userInfo'));
  269. })
  270. .catch((err) => {
  271. console.log(err);
  272. });
  273. }
  274. const goOrder = (index) => {
  275. navTo(`../order/order?index=${index}`)
  276. }
  277. const goLogin = () => {
  278. if (!getItem('openId')) {
  279. uni.navigateTo({
  280. url: "/login/login"
  281. })
  282. }
  283. }
  284. const goEquity = () => {
  285. navTo('/subpackage/service/equityList/equityList')
  286. }
  287. const changePhone = () => {
  288. console.log(111)
  289. navTo('/subpackage/personal-center/setting/change-phone', true)
  290. }
  291. const noTips = () => {
  292. state.showTips = true
  293. }
  294. </script>
  295. <style>
  296. page {
  297. background: #eef7f7;
  298. }
  299. </style>
  300. <style scoped lang='scss'>
  301. .unlogin {
  302. filter: grayscale(100%);
  303. opacity: 0.7;
  304. }
  305. .bgVar {
  306. background-image: var(--bgimg);
  307. background-repeat: no-repeat;
  308. background-size: 100% 100%;
  309. }
  310. .wrapper {
  311. position: relative;
  312. background-color: #f6f9fc;
  313. }
  314. .bar {
  315. width: 100%;
  316. position: fixed;
  317. text-align: center;
  318. font-size: 32rpx;
  319. font-weight: bold;
  320. }
  321. .bg-head {
  322. width: 100%;
  323. position: absolute;
  324. z-index: 1;
  325. top: 0;
  326. left: 0;
  327. }
  328. .content {
  329. position: relative;
  330. display: flex;
  331. flex-direction: column;
  332. width: 100%;
  333. z-index: 2;
  334. }
  335. .head {
  336. display: flex;
  337. justify-content: space-between;
  338. align-items: center;
  339. width: 100%;
  340. box-sizing: border-box;
  341. padding: 40rpx 0 46rpx;
  342. }
  343. .head .avatar {
  344. display: flex;
  345. align-items: center;
  346. justify-content: space-between;
  347. }
  348. .head .avatar .avatar-image {
  349. width: 141rpx;
  350. height: 141rpx;
  351. /* border-radius: 80rpx; */
  352. margin: 0 20rpx 0 30rpx;
  353. }
  354. .avatar .name{
  355. display: flex;
  356. flex-direction: column;
  357. }
  358. .head .setting {
  359. display: flex;
  360. align-items: center;
  361. background: rgba(0, 179, 139, .1);
  362. border: 1px solid #fff;
  363. height: 60rpx;
  364. border-radius: 30rpx;
  365. padding: 0 34rpx;
  366. color: #fff;
  367. font-size: 28rpx;
  368. margin-right: 30rpx;
  369. }
  370. .head .setting image {
  371. width: 40rpx;
  372. height: 40rpx;
  373. margin-right: 6rpx;
  374. }
  375. .head .r-setting {
  376. width: 80rpx;
  377. height: 80rpx;
  378. background: #345061;
  379. display: flex;
  380. align-items: center;
  381. justify-content: center;
  382. border-radius: 50%;
  383. margin-right: 50rpx;
  384. .img {
  385. width: 40rpx;
  386. height: 39rpx;
  387. }
  388. }
  389. .head .nickname {
  390. font-size: 36rpx;
  391. color: #fff;
  392. }
  393. .head .user-id {
  394. font-size: 26rpx;
  395. color: #fff;
  396. padding-top: 20rpx;
  397. display: flex;
  398. }
  399. .head .btn-change {
  400. margin-left: 16rpx;
  401. }
  402. .btn-change-image{
  403. width: 34rpx;
  404. height: 34rpx;
  405. }
  406. .btn-change-two {
  407. font-size: 22rpx;
  408. width: 206rpx;
  409. height: 40rpx;
  410. padding: 0 40rpx;
  411. border: 1px solid #CCB375;
  412. color: #CCB375;
  413. box-sizing: border-box;
  414. border-radius: 20rpx;
  415. margin-top: 10rpx;
  416. background: rgba(0, 179, 139, .1);
  417. }
  418. .list_item {
  419. position: relative;
  420. z-index: 20;
  421. margin: 0 30rpx;
  422. height: 94rpx;
  423. display: flex;
  424. align-items: center;
  425. justify-content: space-between;
  426. border-bottom: 1rpx solid #DFDFDF;
  427. .l-con {
  428. display: flex;
  429. align-items: center;
  430. .equity-icon {
  431. width: 46rpx;
  432. height: 46rpx;
  433. }
  434. .txt {
  435. font-family: NotoSansHans, NotoSansHans;
  436. font-size: 28rpx;
  437. color: #01253C;
  438. margin-left: 19rpx;
  439. }
  440. }
  441. .r-icon {
  442. height: 32rpx;
  443. display: flex;
  444. align-items: center;
  445. color: rgb(177, 177, 177);
  446. font-size: 28rpx;
  447. .r-img {
  448. width: 32rpx;
  449. height: 32rpx;
  450. }
  451. }
  452. }
  453. .box>view:last-child {
  454. border: none;
  455. }
  456. .my-equity {
  457. position: relative;
  458. z-index: 20;
  459. margin: 0 auto;
  460. background-image: var(--bgimg);
  461. background-repeat: no-repeat;
  462. background-size: 100% 100%;
  463. width: 700rpx;
  464. height: 94rpx;
  465. display: flex;
  466. align-items: center;
  467. justify-content: space-between;
  468. .l-con {
  469. margin-left: 30rpx;
  470. display: flex;
  471. align-items: center;
  472. .equity-icon {
  473. width: 54rpx;
  474. height: 54rpx;
  475. }
  476. .txt {
  477. font-family: NotoSansHans, NotoSansHans;
  478. font-size: 28rpx;
  479. color: #01253C;
  480. margin-left: 19rpx;
  481. }
  482. }
  483. .r-icon {
  484. margin-right: 30rpx;
  485. width: 36rpx;
  486. height: 36rpx;
  487. .r-img {
  488. width: 36rpx;
  489. height: 36rpx;
  490. }
  491. }
  492. .r-icon1 {
  493. margin-right: 30rpx;
  494. width: 32rpx;
  495. height: 32rpx;
  496. .r-img1 {
  497. width: 32rpx;
  498. height: 32rpx;
  499. }
  500. }
  501. }
  502. .info-content {
  503. transform: translateY(-10rpx);
  504. margin-top: 30rpx;
  505. }
  506. .box .arrow {
  507. width: 10rpx;
  508. height: 18rpx;
  509. }
  510. .box {
  511. background: #ffffff;
  512. margin: 0 30rpx 30rpx;
  513. border-radius: 20rpx;
  514. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.9);
  515. }
  516. .box .more {
  517. display: flex;
  518. align-items: center;
  519. font-family: NotoSansHans, NotoSansHans;
  520. font-size: 24rpx;
  521. color: #004576;
  522. }
  523. .box .more .more-text {
  524. padding-right: 12rpx;
  525. }
  526. .box .right-head {
  527. display: flex;
  528. justify-content: space-between;
  529. }
  530. .box .right-head .tit {
  531. font-size: 32rpx;
  532. font-family: MicrosoftYaHei;
  533. }
  534. .rights .rights-items {
  535. display: flex;
  536. justify-content: space-evenly;
  537. padding: 30rpx 0;
  538. }
  539. .rights .item {
  540. display: flex;
  541. flex-direction: column;
  542. align-items: center;
  543. justify-content: center;
  544. }
  545. .rights .item .tit {
  546. font-size: 26rpx;
  547. color: #333;
  548. padding: 20rpx 0 10rpx 0;
  549. }
  550. .rights .item .sub-tit {
  551. font-size: 22rpx;
  552. color: #999;
  553. }
  554. .order .order-items {
  555. display: flex;
  556. justify-content: space-around;
  557. padding: 30rpx 0 10rpx;
  558. .rtop-badge {
  559. position: absolute;
  560. right: 0;
  561. width: 34rpx;
  562. height: 34rpx;
  563. top: 0;
  564. transform: translate(50%, -50%);
  565. line-height: 34rpx;
  566. text-align: center;
  567. font-family: SourceHanSansSC, SourceHanSansSC;
  568. font-weight: 400;
  569. font-size: 20rpx;
  570. color: #FFFFFF;
  571. }
  572. }
  573. .order .item {
  574. display: flex;
  575. flex-direction: column;
  576. align-items: center;
  577. justify-content: center;
  578. }
  579. .order .item .tit {
  580. font-size: 26rpx;
  581. color: #333;
  582. padding: 20rpx 0 10rpx 0;
  583. }
  584. .box .icon {
  585. width: 50rpx;
  586. height: 50rpx;
  587. }
  588. .go-through .pass {
  589. display: flex;
  590. flex-direction: column;
  591. }
  592. .go-through .total {
  593. display: flex;
  594. justify-content: space-between;
  595. font-size: 26rpx;
  596. color: #666;
  597. }
  598. .go-through .amount {
  599. display: flex;
  600. justify-content: space-between;
  601. align-items: center;
  602. font-family: NotoSansHans, NotoSansHans;
  603. font-size: 32rpx;
  604. color: #333333;
  605. font-weight: 400;
  606. }
  607. .go-through .line {
  608. display: flex;
  609. }
  610. .go-through .line1 {
  611. height: 14rpx;
  612. background: #005B9C;
  613. border-radius: 7rpx;
  614. }
  615. .go-through .line2 {
  616. height: 14rpx;
  617. background: #E5ECEF;
  618. border-radius: 7rpx;
  619. flex: 1;
  620. }
  621. .go-through .mileage {
  622. display: flex;
  623. justify-content: space-around;
  624. align-items: center;
  625. text-align: center;
  626. margin: 32rpx 0;
  627. .box-items {
  628. background-image: var(--bgimg);
  629. background-repeat: no-repeat;
  630. background-size: 100% 100%;
  631. padding: 20rpx 30rpx;
  632. .t-name {
  633. display: flex;
  634. .tongxing-icon {
  635. width: 29rpx;
  636. height: 29rpx;
  637. }
  638. .tit {
  639. font-size: 26rpx;
  640. color: #666666;
  641. line-height: 29rpx;
  642. margin-left: 5rpx;
  643. }
  644. }
  645. .b-info {
  646. padding-top: 20rpx;
  647. .val {
  648. font-size: 32rpx;
  649. color: #333333;
  650. }
  651. .unit {
  652. font-size: 24rpx;
  653. color: #666666;
  654. margin-left: 5rpx;
  655. }
  656. }
  657. }
  658. }
  659. .go-through .mileage .txt {
  660. display: flex;
  661. flex-direction: column;
  662. }
  663. .go-through .mileage .tit {
  664. font-size: 26rpx;
  665. color: #999;
  666. }
  667. .go-through .mileage .val {
  668. font-size: 28rpx;
  669. color: #333;
  670. margin-top: 16rpx;
  671. }
  672. .go-through .m-top {
  673. margin-top: 16rpx;
  674. }
  675. .go-through .detail {
  676. width: 100%;
  677. text-align: center;
  678. color: #00B38B;
  679. font-size: 24rpx;
  680. border-top: 1px solid #DCDCDC;
  681. padding-top: 24rpx;
  682. }
  683. .cars .car-item {
  684. display: flex;
  685. align-items: center;
  686. padding-top: 36rpx;
  687. }
  688. .cars .car-item .btn-unbind {
  689. font-weight: 400;
  690. border-radius: 30rpx;
  691. font-family: NotoSansHans, NotoSansHans;
  692. line-height: 60rpx;
  693. text-align: center;
  694. font-size: 24rpx;
  695. width: 130rpx;
  696. height: 60rpx;
  697. background: #004372;
  698. color: #fff;
  699. margin-bottom: 10rpx;
  700. }
  701. .cars .car-pic {
  702. width: 120rpx;
  703. height: 110rpx;
  704. margin-right: 20rpx;
  705. }
  706. .cars .car-info {
  707. display: flex;
  708. flex-direction: column;
  709. color: #999;
  710. font-size: 22rpx;
  711. width: 56%;
  712. }
  713. .cars .car-no {
  714. font-size: 30rpx;
  715. color: #333;
  716. }
  717. .cars .card-no {
  718. margin-top: 10rpx;
  719. font-size: 22rpx;
  720. color: #999999;
  721. }
  722. .cars .add-related {
  723. background-image: var(--bgimg);
  724. background-repeat: no-repeat;
  725. background-size: 100% 100%;
  726. height: 80rpx;
  727. display: flex;
  728. align-items: center;
  729. justify-content: center;
  730. font-family: NotoSansHans, NotoSansHans;
  731. font-weight: 400;
  732. font-size: 26rpx;
  733. color: #CCB375;
  734. margin-top: 30rpx;
  735. .add-img {
  736. margin-right: 10rpx;
  737. width: 36rpx;
  738. height: 36rpx;
  739. }
  740. }
  741. .color {
  742. padding: 4rpx 8rpx;
  743. border-radius: 10rpx;
  744. color: white;
  745. display: inline-block;
  746. margin-left: 20rpx;
  747. font-size: 24rpx;
  748. }
  749. .loading-more {
  750. text-align: center;
  751. font-size: 28rpx;
  752. margin-bottom: 20rpx;
  753. color: #999;
  754. }
  755. </style>
  756. <style>
  757. page {
  758. background-color: #f6f9fc;
  759. }
  760. </style>