Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

rescind-carId-select.vue 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. <template>
  2. <!-- <view class="content-wrap">
  3. <view @click="tabChange(true)">
  4. <view :class="state.isMyPeopple ? 'big' : 'nomal'"> 本人车辆 </view>
  5. <view :class="state.isMyPeopple ? 'tip' : ''"> </view>
  6. </view>
  7. <view @click="tabChange(false)" style="margin-left: 60rpx" class="">
  8. <view :class="state.isMyPeopple ? 'nomal' : 'big'"> 他人车辆 </view>
  9. <view :class="state.isMyPeopple ? '' : 'tip'"> </view>
  10. </view>
  11. </view> -->
  12. <!-- <view v-if="state.isMyPeopple" class="content">
  13. <view class="item" v-for="(item, i) in list" :key="i">
  14. <view class="iten-left">
  15. <image :src="`${$imgUrl}che.png`" mode=""></image>
  16. <text>{{ item.name }}</text>
  17. </view>
  18. <view class="choose-item" @click="choose(i, item)">
  19. <view class="active" v-if="flag == i"> </view>
  20. </view>
  21. </view>
  22. </view> -->
  23. <view class="content">
  24. <view class="title"> 车主信息 </view>
  25. <view class="item-tips">
  26. <view class="title"> 上传后请核对识别信息 </view>
  27. <view class="tip"> 如有错误请及时手动修改 </view>
  28. </view>
  29. <view class="picture-wrapper" @click="cardImageOcr('1')">
  30. <view class="bg">
  31. <view class="">
  32. <view class="name"> 人像面 </view>
  33. <view class="value"> 上传身份证的人像面 </view>
  34. <view class="tip">
  35. <view class="tip-value"> 拍摄规范 </view>
  36. </view>
  37. </view>
  38. <image v-if="!state.form.userPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
  39. </image>
  40. <image v-else class="icon" :src="strReplace(state.form.userPosImgUrl)"></image>
  41. </view>
  42. </view>
  43. <view class="picture-wrapper" @click="cardImageOcr('2')">
  44. <view class="bg">
  45. <view class="">
  46. <view class="name"> 国徽面 </view>
  47. <view class="value"> 上传身份证的国徽面 </view>
  48. <view class="tip">
  49. <view class="tip-value"> 拍摄规范 </view>
  50. </view>
  51. </view>
  52. <image v-if="!state.form.userNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
  53. </image>
  54. <image v-else class="icon" :src="strReplace(state.form.userNegImgUrl)"></image>
  55. </view>
  56. </view>
  57. <view class="shibie-wrapper">
  58. <!-- <view class="title"> 识别内容如下 </view>
  59. <u-form label-width="200" :model="state.form" ref="uForm">
  60. <u-form-item label="姓名">
  61. <u-input v-model="state.form.userName" />
  62. </u-form-item>
  63. <u-form-item label="性别">
  64. <u-input v-model="state.form.gender" type="select" />
  65. </u-form-item>
  66. <u-form-item label="身份证号">
  67. <u-input v-model="state.form.userIdNum" />
  68. </u-form-item>
  69. <u-form-item label="证件有效期">
  70. <u-input v-model="state.form.tmerValidity" type="select" />
  71. </u-form-item>
  72. <u-form-item label="地址">
  73. <u-input v-model="state.form.address" />
  74. </u-form-item>
  75. </u-form> -->
  76. </view>
  77. <view style="margin-top: 30rpx" class="title"> 行驶证信息 </view>
  78. <view class="item-tips">
  79. <view class="title"> 上传后请核对识别信息 </view>
  80. <view class="tip"> 如有错误请及时手动修改 </view>
  81. </view>
  82. <view class="picture-wrapper" @click="cardDbImageOcr('1')">
  83. <view class="bg">
  84. <view class="">
  85. <view class="name"> 行驶证正页 </view>
  86. <view class="value"> 上传 行驶证正页 </view>
  87. <view class="tip">
  88. <view class="tip-value"> 拍摄规范 </view>
  89. </view>
  90. </view>
  91. <image v-if="!state.form.vehPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/car-zhu.png`">
  92. </image>
  93. <image v-else class="icon" :src="strReplace(state.form.vehPosImgUrl)"></image>
  94. </view>
  95. </view>
  96. <view class="picture-wrapper" @click="cardDbImageOcr('2')">
  97. <view class="bg">
  98. <view class="">
  99. <view class="name"> 行驶证副业 </view>
  100. <view class="value"> 上传行驶证副业 </view>
  101. <view class="tip">
  102. <view class="tip-value"> 拍摄规范 </view>
  103. </view>
  104. </view>
  105. <image v-if="!state.form.vehNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/car-fu.png`">
  106. </image>
  107. <image v-else class="icon" :src="strReplace(state.form.vehNegImgUrl)"></image>
  108. </view>
  109. </view>
  110. <view class="picture-wrapper" @click="cardFileImageUpdate(1)">
  111. <view class="bg">
  112. <view class="">
  113. <view class="name"> 人车合影 </view>
  114. <view class="value"> 上传人车合影照片 </view>
  115. <view class="tip">
  116. <view class="tip-value"> 拍摄规范 </view>
  117. </view>
  118. </view>
  119. <image v-if="!state.FormData.peopleVehicleImgUrl" class="icon" :src="`${$imgUrl}applyCard/chetou.png`">
  120. </image>
  121. <image v-else class="icon" :src="strReplace(state.FormData.peopleVehicleImgUrl)"></image>
  122. </view>
  123. </view>
  124. <view class="picture-wrapper" @click="cardFileImageUpdate(2)">
  125. <view class="bg">
  126. <view class="">
  127. <view class="name"> 承诺书 </view>
  128. <view class="value"> 上传承诺书照片 </view>
  129. <view class="tip">
  130. <view class="tip-value"> 拍摄规范 </view>
  131. </view>
  132. </view>
  133. <image v-if="!state.FormData.commitmentUrl" class="icon" :src="`${$imgUrl}applyCard/weituoshu.png`">
  134. </image>
  135. <image v-else class="icon" :src="strReplace(state.FormData.commitmentUrl)"></image>
  136. </view>
  137. </view>
  138. <view class="shibie-wrapper">
  139. <view class="title"> 识别内容如下 </view>
  140. <u-form label-width="200" :model="state.form" ref="uForm">
  141. <u-form-item label="车牌号">
  142. <u-input v-model="state.form.vehicleId" />
  143. </u-form-item>
  144. <u-form-item label="车牌颜色">
  145. <u-input v-model="state.form.caridCorlor" type="select" @click="show1 = true" />
  146. </u-form-item>
  147. <!-- <u-form-item label="所有人">
  148. <u-input v-model="state.form.man" />
  149. </u-form-item>
  150. <u-form-item label="车辆类型">
  151. <u-input v-model="state.form.vehicleType" />
  152. </u-form-item>
  153. <u-form-item label="使用性质">
  154. <u-input v-model="state.form.character" />
  155. </u-form-item>
  156. <u-form-item label="车辆识别代码">
  157. <u-input v-model="state.form.vin" />
  158. </u-form-item>
  159. <u-form-item label="发动机号码">
  160. <u-input v-model="state.form.engineNum" />
  161. </u-form-item>
  162. <u-form-item label="注册日期">
  163. <u-input v-model="state.form.register" />
  164. </u-form-item>
  165. <u-form-item label="发证日期">
  166. <u-input v-model="state.form.issueDate" />
  167. </u-form-item>
  168. <u-form-item label="核定载人数">
  169. <u-input v-model="state.form.approvedCount" />
  170. </u-form-item>
  171. <u-form-item label="整备质量">
  172. <u-input v-model="state.form.maintenaceMass" />
  173. </u-form-item>
  174. <u-form-item label="外廓尺寸">
  175. <u-input v-model="state.form.vehicleDimensions" />
  176. </u-form-item>
  177. <u-form-item label="总质量">
  178. <u-input v-model="state.form.totalMass" />
  179. </u-form-item> -->
  180. </u-form>
  181. </view>
  182. <view class="green-tip">
  183. 如识别信息有误,请手动修改,确认无误后,点击下一步!
  184. </view>
  185. <view class="action">
  186. <button type="default" class="button" @click="savaHandle()">
  187. 下一步
  188. </button>
  189. </view>
  190. <!-- 选择车牌颜色 -->
  191. <u-select v-model="show1" :list="state.actionSheetList" @confirm="selectConfirm"></u-select>
  192. </view>
  193. </template>
  194. <script setup lang="ts">
  195. import selectCar from "./select-car.vue";
  196. import {
  197. pathToBase64
  198. } from "@/utils/image-tools/index.js";
  199. import {
  200. reactive,
  201. ref
  202. } from "vue";
  203. import {
  204. onLoad,
  205. onShow
  206. } from "@dcloudio/uni-app";
  207. import {
  208. etcOcrCard,
  209. etcUserCardInfoSubmit,
  210. fileUpload,
  211. etcCarOcrCard,
  212. relieveCarId,
  213. envs,
  214. } from "@/utils/network/api.js";
  215. import {
  216. request
  217. } from "@/utils/network/request.js";
  218. import {
  219. getItem
  220. } from "@/utils/storage.ts"
  221. import {
  222. stringToJson
  223. } from "@/utils/network/encryption";
  224. import navBar from "@/components/nav-bar/nav-bar2.vue";
  225. import {
  226. navTo
  227. } from "@/utils/utils";
  228. // ########
  229. const show1 = ref(false)
  230. const state = reactive({
  231. ocrData: {
  232. name: "",
  233. gender: "",
  234. idno: "",
  235. address: "",
  236. begindate: "",
  237. enddate: "",
  238. tel: "",
  239. tmerValidity: "",
  240. },
  241. form: {
  242. caridCorlor: "", //车牌颜色
  243. userName: "", //开户人姓名
  244. userIdNum: "", //用户证件号码
  245. userPosImgUrl: "", //身份证正面
  246. userNegImgUrl: "", //身份证反面
  247. address: "", //开户人地址
  248. gender: "",
  249. tmerValidity: "",
  250. man: "", //所有人
  251. character: "", //使用性质
  252. register: "", //注册日期
  253. vehBodyUrl: '', //人车合照
  254. customerId: "", //用户编号
  255. vehicleId: "", //车牌编号
  256. issueDate: "", //发证日期
  257. vehPosImgUrl: "", //行驶证正面
  258. vehNegImgUrl: "", //行驶证证反面
  259. type: "0", //0,客车 1.货车
  260. useUserType: 0, //车辆用户类型
  261. useUserTypeName: "普通车",
  262. vehicleSign: 2, //前/后装标识
  263. vin: "", //车辆识别代号
  264. engineNum: "", //发动机号码
  265. vehicleType: "", //车辆类型
  266. vehicleModel: "", //行驶证品牌型号
  267. approvedCount: undefined, //核定人数
  268. totalMass: undefined, //总质量
  269. maintenaceMass: undefined, //整备质量
  270. permittedWeight: "", //核定载质量
  271. vehicleDimensions: "", //车辆尺寸
  272. permittedTowWeight: "", //准牵引总质量
  273. axleCount: "", //车轴数
  274. ownerName: "", //车主姓名
  275. ownerIdType: "", //车主证件类型
  276. ownerIdNum: "", //车主证件号码
  277. ownPosImgUrl: "", //车主证件正面图片
  278. ownNegImgUrl: "", //车主证件反面图片
  279. agreementId: "", //签约编号
  280. channelId: "5201018892300000001",
  281. },
  282. orderId: "",
  283. isMyPeopple: true,
  284. buchongData: {
  285. conmpany: "李某一",
  286. type: "居民身份证",
  287. card: "23728347626342332",
  288. phone: "",
  289. },
  290. actionSheetList: [{
  291. label: "蓝色",
  292. value: '0',
  293. }, {
  294. label: "黄色",
  295. value: 1,
  296. },
  297. {
  298. label: "黑色",
  299. value: 2,
  300. },
  301. {
  302. label: "白色",
  303. value: 3,
  304. },
  305. {
  306. label: "渐变绿色",
  307. value: 4,
  308. },
  309. {
  310. label: "黄绿双拼色",
  311. value: 5,
  312. },
  313. {
  314. label: "蓝白渐变色",
  315. value: 6,
  316. },
  317. {
  318. label: "未确定",
  319. value: 9,
  320. },
  321. {
  322. label: "绿色",
  323. value: 11,
  324. },
  325. {
  326. label: "红色",
  327. value: 12,
  328. },
  329. ],
  330. FormData: {
  331. vehiclePlate: '',
  332. vehiclePlatecolor: '',
  333. openid: getItem('openId'),
  334. idcardFrontImgUrl: '',
  335. idcardBacktImgUrl: '',
  336. vehPosImgUrl: '',
  337. vehNegImgUrl: '',
  338. peopleVehicleImgUrl: '',
  339. commitmentUrl: '',
  340. mobile: '',
  341. code: ''
  342. }
  343. });
  344. const savaHandle = () => {
  345. if (state.FormData.idcardFrontImgUrl && state.FormData.idcardBacktImgUrl) {
  346. if (state.FormData.vehPosImgUrl && state.FormData.vehNegImgUrl) {
  347. if (state.FormData.peopleVehicleImgUrl) {
  348. if (state.FormData.vehiclePlate && state.FormData.vehiclePlatecolor) {
  349. state.FormData.vehiclePlatecolor=Number(state.FormData.vehiclePlatecolor)
  350. let data = JSON.stringify(state.FormData)
  351. navTo(`/subpackage/after-sale/rescind-carId/verification?fromData=${data}`);
  352. } else {
  353. uni.showToast({
  354. title: "请填写车牌号和车牌颜色",
  355. icon: "none"
  356. })
  357. }
  358. } else {
  359. uni.showToast({
  360. title: "请上传人车合影",
  361. icon: "none"
  362. })
  363. }
  364. } else {
  365. uni.showToast({
  366. title: "请上传行驶证正反图片",
  367. icon: "none"
  368. })
  369. }
  370. } else {
  371. uni.showToast({
  372. title: "请上传身份证正反图片",
  373. icon: "none"
  374. })
  375. }
  376. console.log(JSON.stringify(state.FormData));
  377. // var data = state.form
  378. // const options = {
  379. // type: 2,
  380. // data: data,
  381. // method: 'POST',
  382. // showLoading: true,
  383. // }
  384. // request(relieveCarId, options).then((res) => {
  385. // const data = stringToJson(res.bizContent);
  386. // })
  387. };
  388. const selectConfirm = (item: any) => {
  389. console.log(item);
  390. state.FormData.vehiclePlatecolor = item[0].value
  391. state.form.caridCorlor = item[0].label
  392. };
  393. const cardFileImageUpdate = (val) => {
  394. uni.chooseImage({
  395. count: 1, //只能选取一张照片
  396. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  397. sourceType: ["camera", "album"], //从相册选择
  398. success: function(res) {
  399. pathToBase64(res.tempFilePaths[0])
  400. .then((path) => {
  401. var data = {
  402. fileBase64: path,
  403. };
  404. const options = {
  405. type: 2,
  406. data: data,
  407. method: "POST",
  408. showLoading: true,
  409. };
  410. request(fileUpload, options).then((res) => {
  411. const data = stringToJson(res.bizContent);
  412. console.log(data, "didid");
  413. if (val == 1) {
  414. state.FormData.peopleVehicleImgUrl = data.data.url;
  415. } else {
  416. state.FormData.commitmentUrl = data.data.url;
  417. }
  418. });
  419. })
  420. .catch((error) => {});
  421. },
  422. });
  423. };
  424. // //tab切换
  425. // const tabChange = (val: any) => {
  426. // if (val) {
  427. // state.isMyPeopple = true;
  428. // } else {
  429. // state.isMyPeopple = false;
  430. // }
  431. // state.form = {
  432. // orderId: state.orderId, //订单ID
  433. // userName: "", //开户人姓名
  434. // userIdType: "101", //用户证件类型 101//身份证
  435. // userIdNum: "", //用户证件号码
  436. // userPosImgUrl: "", //身份证正面
  437. // userNegImgUrl: "", //身份证反面
  438. // tel: "", //开户人手机号
  439. // address: "", //开户人地址
  440. // sceneType: "", //用户协议支撑服务场景(发行服务机构和用户签订的协议)
  441. // channelId: "", //渠道id
  442. // gender: "",
  443. // customerIdVld: "",
  444. // agentName: "",
  445. // agentgender: "",
  446. // agentIdType: "101",
  447. // agentIdNum: "",
  448. // agentPosImgUrl: "",
  449. // agentNegImgUrl: "",
  450. // proxyUrl: "",
  451. // agentAddress: "",
  452. // tmerValidity: "",
  453. // };
  454. // };
  455. onLoad((option: any) => {
  456. state.form.orderId = option.orderId;
  457. state.orderId = option.orderId;
  458. });
  459. const cardDbImageOcr = (val: any) => {
  460. var imageType = val;
  461. uni.chooseImage({
  462. count: 1, //只能选取一张照片
  463. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  464. sourceType: ["camera", "album"], //从相册选择
  465. success: function(res) {
  466. pathToBase64(res.tempFilePaths[0])
  467. .then((path) => {
  468. var data = {
  469. source: "1",
  470. agencyId: "52010106004",
  471. imageType: imageType,
  472. fileName: res.tempFilePaths[0],
  473. imageBase64: path,
  474. };
  475. const options = {
  476. type: 2,
  477. data: data,
  478. method: "POST",
  479. showLoading: true,
  480. };
  481. request(etcCarOcrCard, options).then((res) => {
  482. const data = stringToJson(res.bizContent);
  483. console.log(data, "didi");
  484. if (val === "1") {
  485. state.form.vehicleId = data.plate_a;
  486. state.form.man = data.man;
  487. state.form.vehicleType = data.vehicle;
  488. state.form.character = data.character;
  489. state.form.vin = data.vin;
  490. state.form.engineNum = data.engine;
  491. state.form.register = data.register;
  492. state.form.issueDate = data.issue;
  493. state.form.vehPosImgUrl = data.imageUrl;
  494. state.form.vehicleModel = data.model;
  495. state.FormData.vehiclePlate = data.plate_a
  496. state.FormData.vehPosImgUrl = data.imageUrl
  497. } else {
  498. state.form.approvedCount = parseFloat(data.apc);
  499. state.form.maintenaceMass = parseFloat(data.unladen);
  500. state.form.vehicleDimensions = data.overall;
  501. state.form.totalMass = parseFloat(data.gross);
  502. state.form.vehNegImgUrl = data.imageUrl;
  503. state.FormData.vehNegImgUrl = data.imageUrl
  504. }
  505. });
  506. })
  507. .catch((error) => {});
  508. },
  509. });
  510. };
  511. //orc接口调用
  512. const cardImageOcr = (val: any) => {
  513. console.log("点击了");
  514. var imageType = val;
  515. uni.chooseImage({
  516. count: 1, //只能选取一张照片
  517. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  518. sourceType: ["camera", "album"], //从相册选择
  519. success: function(res) {
  520. console.log(res);
  521. pathToBase64(res.tempFilePaths[0])
  522. .then((path) => {
  523. console.log(path);
  524. console.log("哈哈哈");
  525. var data = {
  526. source: "1",
  527. agencyId: "52010106004",
  528. imageType: imageType,
  529. fileName: res.tempFilePaths[0],
  530. imageBase64: path,
  531. };
  532. const options = {
  533. type: 2,
  534. data: data,
  535. method: "POST",
  536. showLoading: true,
  537. };
  538. request(etcOcrCard, options).then((res) => {
  539. const data = stringToJson(res.bizContent);
  540. console.log(data, "didi");
  541. if (val === "1") {
  542. state.form.userName = data.name;
  543. state.form.gender = data.gender;
  544. state.form.userIdNum = data.idno;
  545. state.form.userPosImgUrl = data.imageUrl;
  546. state.form.address = data.address;
  547. state.FormData.idcardFrontImgUrl = data.imageUrl
  548. } else {
  549. state.form.tmerValidity = data.begindate + "-" + data.enddate;
  550. state.form.userNegImgUrl = data.imageUrl;
  551. state.FormData.idcardBacktImgUrl = data.imageUrl
  552. }
  553. });
  554. })
  555. .catch((error) => {});
  556. },
  557. });
  558. };
  559. //替换图片地址
  560. const strReplace = (str : string) => {
  561. console.log(str)
  562. let imgUrl = str.replace("http://192.168.101.145:9000", envs[process.env.NODE_ENV].baseUrl);
  563. imgUrl = imgUrl.replace("http://100.64.2.113:9000", envs[process.env.NODE_ENV].baseUrl);
  564. console.log(imgUrl)
  565. return imgUrl;
  566. }
  567. </script>
  568. <style lang="scss" scoped>
  569. .title {
  570. font-size: 35rpx;
  571. font-family: Microsoft YaHei;
  572. font-weight: 400;
  573. color: #000000;
  574. line-height: 80rpx;
  575. margin-bottom: 10rpx;
  576. }
  577. .content-wrap {
  578. position: relative;
  579. margin-top: 50rpx;
  580. padding: 0rpx 30rpx;
  581. display: flex;
  582. .big {
  583. font-size: 30rpx;
  584. font-family: Microsoft YaHei;
  585. font-weight: 400;
  586. color: #333333;
  587. line-height: 24rpx;
  588. }
  589. .nomal {
  590. font-size: 26rpx;
  591. font-family: Microsoft YaHei;
  592. font-weight: 400;
  593. color: #666666;
  594. line-height: 24rpx;
  595. }
  596. .tip {
  597. margin-top: -5px;
  598. width: 117rpx;
  599. height: 16rpx;
  600. background: #00b38b;
  601. opacity: 0.3;
  602. }
  603. }
  604. .content {
  605. padding: 0rpx 30rpx 50rpx 30rpx;
  606. .item {
  607. padding: 20rpx;
  608. display: flex;
  609. justify-content: space-between;
  610. align-items: center;
  611. height: 130rpx;
  612. background: #ffffff;
  613. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  614. border-radius: 20rpx;
  615. margin-bottom: 30rpx;
  616. .iten-left {
  617. display: flex;
  618. align-items: center;
  619. image {
  620. width: 150rpx;
  621. height: 90rpx;
  622. }
  623. text {
  624. margin-left: 20rpx;
  625. font-size: 32rpx;
  626. font-family: Noto Sans S Chinese;
  627. font-weight: 400;
  628. color: #333333;
  629. }
  630. }
  631. .choose-item {
  632. width: 44rpx;
  633. height: 44rpx;
  634. background: #ffffff;
  635. border: 2rpx solid #00b38b;
  636. border-radius: 50%;
  637. margin-right: 20rpx;
  638. display: flex;
  639. justify-content: center;
  640. align-items: center;
  641. box-sizing: content-box;
  642. }
  643. .active {
  644. width: 34rpx;
  645. height: 34rpx;
  646. background: #00b38b;
  647. border-radius: 50%;
  648. }
  649. }
  650. .action {
  651. padding-left: 20rpx;
  652. padding-right: 20rpx;
  653. padding-bottom: 30rpx;
  654. .button {
  655. height: 80rpx;
  656. background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
  657. border-radius: 40rpx;
  658. font-size: 32rpx;
  659. font-weight: 400;
  660. color: #ffffff;
  661. line-height: 80rpx;
  662. }
  663. }
  664. .item-tips {
  665. .title {
  666. font-size: 30rpx;
  667. font-family: Microsoft YaHei;
  668. font-weight: 400;
  669. color: #000000;
  670. line-height: 24rpx;
  671. }
  672. .tip {
  673. margin-top: 16rpx;
  674. font-size: 24rpx;
  675. font-family: Microsoft YaHei;
  676. font-weight: 400;
  677. color: #999999;
  678. line-height: 24rpx;
  679. }
  680. }
  681. .picture-wrapper {
  682. margin-top: 40rpx;
  683. .bg {
  684. background: #ffffff;
  685. box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
  686. border-radius: 20rpx;
  687. padding: 40rpx;
  688. display: flex;
  689. // align-items: center;
  690. justify-content: space-between;
  691. .name {
  692. font-size: 34rpx;
  693. font-family: Microsoft YaHei;
  694. font-weight: 400;
  695. color: #000000;
  696. line-height: 34rpx;
  697. }
  698. .value {
  699. margin-top: 20rpx;
  700. font-size: 24rpx;
  701. font-family: Microsoft YaHei;
  702. font-weight: 400;
  703. color: #999999;
  704. line-height: 24rpx;
  705. }
  706. .tip {
  707. margin-top: 20rpx;
  708. text-align: center;
  709. width: 110rpx;
  710. height: 40rpx;
  711. background: rgba(33, 190, 177, 0.2);
  712. border-radius: 6rpx;
  713. .tip-value {
  714. font-size: 20rpx;
  715. font-family: Microsoft YaHei;
  716. font-weight: 400;
  717. color: #0a8f8a;
  718. line-height: 40rpx;
  719. opacity: 1;
  720. }
  721. }
  722. }
  723. .icon {
  724. width: 294rpx;
  725. height: 188rpx;
  726. }
  727. }
  728. .shibie-wrapper {
  729. margin-top: 60rpx;
  730. .title {
  731. font-size: 30rpx;
  732. font-family: Microsoft YaHei;
  733. font-weight: 400;
  734. color: #000000;
  735. line-height: 30rpx;
  736. }
  737. ::v-deep .u-form-item {
  738. border-bottom: 1rpx solid #DCDCDC;
  739. padding: 10rpx 0;
  740. }
  741. }
  742. .buchong-wrapper {
  743. margin-top: 60rpx;
  744. .title {
  745. font-size: 30rpx;
  746. font-family: Microsoft YaHei;
  747. font-weight: 400;
  748. color: #000000;
  749. line-height: 30rpx;
  750. }
  751. }
  752. .green-tip {
  753. margin-top: 50rpx;
  754. font-size: 24rpx;
  755. font-family: Microsoft YaHei;
  756. font-weight: 400;
  757. color: #00b38b;
  758. line-height: 24rpx;
  759. margin-bottom: 60rpx;
  760. }
  761. }
  762. </style>