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.

opening-account-people.vue 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. <template>
  2. <navBar title="ETC开户新办申请-个人"></navBar>
  3. <navBgCar></navBgCar>
  4. <view class="content-wrap">
  5. <view @click="tabChange(true)">
  6. <view :class="state.isMyPeopple ? 'big' : 'nomal'"> 本人车辆 </view>
  7. <view :class="state.isMyPeopple ? 'tip' : ''"> </view>
  8. </view>
  9. <view @click="tabChange(false)" style="margin-left: 60rpx" class="">
  10. <view :class="state.isMyPeopple ? 'nomal' : 'big'"> 他人车辆 </view>
  11. <view :class="state.isMyPeopple ? '' : 'tip'"> </view>
  12. </view>
  13. </view>
  14. <view v-if="state.isMyPeopple" class="content">
  15. <view class="item-tips">
  16. <view class="title"> 上传后请核对识别信息 </view>
  17. <view class="tip"> 如有错误请及时手动修改 </view>
  18. </view>
  19. <view class="picture-wrapper" @click="cardImageOcr('1')">
  20. <view class="bg">
  21. <view class="">
  22. <view class="name"> 人像面 </view>
  23. <view class="value"> 上传身份证的人像面 </view>
  24. <view class="tip">
  25. <view class="tip-value"> 拍摄规范 </view>
  26. </view>
  27. </view>
  28. <image v-if="!state.form.userPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
  29. </image>
  30. <image v-else class="icon" :src="strReplace(state.form.userPosImgUrl)"></image>
  31. </view>
  32. </view>
  33. <view class="picture-wrapper" @click="cardImageOcr('2')">
  34. <view class="bg">
  35. <view class="">
  36. <view class="name"> 国徽面 </view>
  37. <view class="value"> 上传身份证的国徽面 </view>
  38. <view class="tip">
  39. <view class="tip-value"> 拍摄规范 </view>
  40. </view>
  41. </view>
  42. <image v-if="!state.form.userNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
  43. </image>
  44. <image v-else class="icon" :src="strReplace(state.form.userNegImgUrl)"></image>
  45. </view>
  46. </view>
  47. <view class="shibie-wrapper">
  48. <view class="title"> 识别内容如下 </view>
  49. <u-form label-width="200" :model="state.form" ref="uForm">
  50. <u-form-item label="姓名">
  51. <u-input v-model="state.form.userName" placeholder='请输入姓名' />
  52. </u-form-item>
  53. <u-form-item label="性别">
  54. <u-input placeholder='请选择性别' v-model="state.form.gender" @click="userGenderAction()"
  55. type="select" />
  56. </u-form-item>
  57. <u-form-item label="身份证号">
  58. <u-input placeholder='请输入身份证' type="idcard" v-model="state.form.userIdNum" />
  59. </u-form-item>
  60. <u-form-item label="地址">
  61. <u-input placeholder='请输入地址' height='38' type='textarea' :autoHeight='true'
  62. v-model="state.form.address" />
  63. </u-form-item>
  64. <!-- <u-form-item label="证件有效期">
  65. <u-input v-model="state.form.begindate" type="select" />
  66. </u-form-item> -->
  67. <u-form-item label="联系方式">
  68. <u-input placeholder='请输入联系方式' type="number" v-model="state.form.tel" />
  69. </u-form-item>
  70. </u-form>
  71. </view>
  72. <view class="green-tip">
  73. 如识别信息有误,请手动修改,确认无误后,点击下一步!
  74. </view>
  75. <view class="action">
  76. <button type="default" class="button" @click="savaHandle()">
  77. 下一步
  78. </button>
  79. </view>
  80. </view>
  81. <view v-else class="content">
  82. <view class="title"> 车主信息 </view>
  83. <view class="item-tips">
  84. <view class="title"> 上传后请核对识别信息 </view>
  85. <view class="tip"> 如有错误请及时手动修改 </view>
  86. </view>
  87. <view class="picture-wrapper" @click="cardImageOcr('1')">
  88. <view class="bg">
  89. <view class="">
  90. <view class="name"> 人像面 </view>
  91. <view class="value"> 上传身份证的人像面 </view>
  92. <view class="tip">
  93. <view class="tip-value"> 拍摄规范 </view>
  94. </view>
  95. </view>
  96. <image v-if="!state.form.userPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
  97. </image>
  98. <image v-else class="icon" :src="state.form.userPosImgUrl"></image>
  99. </view>
  100. </view>
  101. <view class="picture-wrapper" @click="cardImageOcr('2')">
  102. <view class="bg">
  103. <view class="">
  104. <view class="name"> 国徽面 </view>
  105. <view class="value"> 上传身份证的国徽面 </view>
  106. <view class="tip">
  107. <view class="tip-value"> 拍摄规范 </view>
  108. </view>
  109. </view>
  110. <image v-if="!state.form.userNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
  111. </image>
  112. <image v-else class="icon" :src="state.form.userNegImgUrl"></image>
  113. </view>
  114. </view>
  115. <view class="shibie-wrapper">
  116. <view class="title"> 识别内容如下 </view>
  117. <u-form label-width="200" :model="state.form" ref="uForm">
  118. <u-form-item label="姓名">
  119. <u-input inputAlign="right" placeholder='请输入姓名' v-model="state.form.userName" />
  120. </u-form-item>
  121. <u-form-item label="性别">
  122. <u-input inputAlign="right" placeholder='请选择性别' v-model="state.form.gender" type="select" />
  123. </u-form-item>
  124. <u-form-item label="身份证号">
  125. <u-input inputAlign="right" placeholder='请输入身份证号' v-model="state.form.userIdNum" />
  126. </u-form-item>
  127. <!-- <u-form-item label="">
  128. <u-input v-model="state.form.userIdNum" />
  129. </u-form-item> -->
  130. <!-- <u-form-item label="证件有效期">
  131. <u-input v-model="state.form.begindate" type="select" />
  132. </u-form-item> -->
  133. <u-form-item label="联系方式">
  134. <u-input inputAlign="right" placeholder='请输入联系方式' v-model="state.form.tel" />
  135. </u-form-item>
  136. </u-form>
  137. </view>
  138. <view style="margin-top: 30rpx" class="title"> 代办人信息 </view>
  139. <view class="item-tips">
  140. <view class="title"> 上传后请核对识别信息 </view>
  141. <view class="tip"> 如有错误请及时手动修改 </view>
  142. </view>
  143. <view class="picture-wrapper" @click="cardDbImageOcr('1')">
  144. <view class="bg">
  145. <view class="">
  146. <view class="name"> 人像面 </view>
  147. <view class="value"> 上传身份证的人像面 </view>
  148. <view class="tip">
  149. <view class="tip-value"> 拍摄规范 </view>
  150. </view>
  151. </view>
  152. <image v-if="!state.form.agentPosImgUrl" class="icon" :src="`${$imgUrl}applyCard/renxiang.png`">
  153. </image>
  154. <image v-else class="icon" :src="state.form.agentPosImgUrl"></image>
  155. </view>
  156. </view>
  157. <view class="picture-wrapper" @click="cardDbImageOcr('2')">
  158. <view class="bg">
  159. <view class="">
  160. <view class="name"> 国徽面 </view>
  161. <view class="value"> 上传身份证的国徽面 </view>
  162. <view class="tip">
  163. <view class="tip-value"> 拍摄规范 </view>
  164. </view>
  165. </view>
  166. <image v-if="!state.form.agentNegImgUrl" class="icon" :src="`${$imgUrl}applyCard/guohui.png`">
  167. </image>
  168. <image v-else class="icon" :src="state.form.agentNegImgUrl"></image>
  169. </view>
  170. </view>
  171. <view class="picture-wrapper" @click="cardFileImageUpdate()">
  172. <view class="bg">
  173. <view class="">
  174. <view class="name"> 委托书 </view>
  175. <view class="value"> 上传文字清晰的委托书 </view>
  176. <view class="tip">
  177. <view class="tip-value"> 拍摄规范 </view>
  178. </view>
  179. </view>
  180. <image v-if="!state.form.proxyUrl" class="icon" :src="`${$imgUrl}applyCard/weituoshu.png`">
  181. </image>
  182. <image v-else class="icon" :src="state.form.proxyUrl"></image>
  183. </view>
  184. </view>
  185. <view class="shibie-wrapper">
  186. <view class="title"> 识别内容如下 </view>
  187. <u-form label-width="200" :model="state.form" ref="uForm">
  188. <u-form-item label="经办人姓名">
  189. <u-input inputAlign="right" placeholder='请输入经办人姓名' v-model="state.form.agentName" />
  190. </u-form-item>
  191. <!-- <u-form-item label="性别">
  192. <u-input v-model="state.form.agentGender" type="select" />
  193. </u-form-item> -->
  194. <u-form-item label="身份证号">
  195. <u-input inputAlign="right" placeholder='请输入身份证号' v-model="state.form.agentIdNum" />
  196. </u-form-item>
  197. <!-- <u-form-item label="证件有效期">
  198. <u-input v-model="state.form.begindate" type="select" />
  199. </u-form-item> -->
  200. <u-form-item label="联系方式">
  201. <u-input inputAlign="right" placeholder='请输入联系方式' v-model="state.form.agentTel" />
  202. </u-form-item>
  203. </u-form>
  204. </view>
  205. <view class="green-tip">
  206. 如识别信息有误,请手动修改,确认无误后,点击下一步!
  207. </view>
  208. <view class="action">
  209. <button type="default" class="button" @click="savaHandle()">
  210. 下一步
  211. </button>
  212. </view>
  213. </view>
  214. <u-select mode="single-column" :list="state.genderList" v-model="state.genderShow" @confirm="genderSelectConfirm">
  215. </u-select>
  216. </template>
  217. <script setup lang="ts">
  218. import navBgCar from "./components/nav-bg-car3";
  219. import {
  220. pathToBase64
  221. } from "@/utils/image-tools/index.js";
  222. import {
  223. reactive
  224. } from "vue";
  225. import {
  226. msg,
  227. checkStr
  228. } from "@/utils/utils";
  229. import {
  230. onLoad,
  231. onShow
  232. } from "@dcloudio/uni-app";
  233. import {
  234. etcOcrCard,
  235. etcUserCardInfoSubmit,
  236. fileUpload,
  237. register,
  238. } from "@/utils/network/api.js";
  239. import {
  240. request
  241. } from "@/utils/network/request.js";
  242. import {
  243. stringToJson
  244. } from "@/utils/network/encryption";
  245. import {
  246. setItem,
  247. getItem,
  248. } from "@/utils/storage";
  249. import navBar from "../components/nav-bar/nav-bar2.vue";
  250. const state = reactive({
  251. genderList: [{
  252. value: '男',
  253. label: '男'
  254. },
  255. {
  256. value: '女',
  257. label: '女'
  258. }
  259. ],
  260. form: {
  261. orderId: "", //订单ID
  262. userName: "", //开户人姓名
  263. userIdType: "101", //用户证件类型 101//身份证
  264. userIdNum: "", //用户证件号码
  265. userPosImgUrl: "", //身份证正面
  266. userNegImgUrl: "", //身份证反面
  267. tel: "", //开户人手机号
  268. address: "", //开户人地址
  269. sceneType: "", //用户协议支撑服务场景(发行服务机构和用户签订的协议)
  270. channelId: "", //渠道id
  271. gender: "",
  272. customerIdVld: "",
  273. agentName: "",
  274. agentGender: "",
  275. agentTel: '',
  276. agentPhone: "",
  277. agentIdType: "101",
  278. agentIdNum: "",
  279. agentPosImgUrl: "",
  280. agentNegImgUrl: "",
  281. proxyUrl: "",
  282. agentAddress: "",
  283. agentIdVld: '',
  284. opId: '',
  285. orderSource: 'WECHAT',
  286. },
  287. genderShow: false,
  288. orderId: "",
  289. vehiclePlateColor: undefined,
  290. isMyPeopple: true,
  291. });
  292. const userGenderAction = () => {
  293. state.genderShow = true;
  294. };
  295. const genderSelectConfirm = (e) => {
  296. state.form.gender = ''
  297. e.map((val, index) => {
  298. state.form.gender = val.label;
  299. })
  300. };
  301. const savaHandle = () => {
  302. if (!checkStr(state.form.userIdNum, 'card')) {
  303. msg('请输入正确身份证');
  304. return;
  305. }
  306. if (!checkStr(state.form.tel, 'mobile')) {
  307. msg('请输入正确手机号');
  308. return;
  309. }
  310. //如果未登录||新用户
  311. if (!getItem('openId')) {
  312. let data = {
  313. userType: "PERSONAL",
  314. idNum: state.form.userIdNum,
  315. idType: state.form.userIdType,
  316. mobile: state.form.tel,
  317. name: state.form.userName,
  318. gender: state.form.gender == '男' ? 'MALE' : 'FEMALE',
  319. certifyChannel: "BAIDUOCR",
  320. address: state.form.address,
  321. agentIdNum: state.form.agentIdNum,
  322. agentIdType: state.form.agentIdType,
  323. agentName: state.form.agentName,
  324. department: "",
  325. userIdImgUrl: state.form.userPosImgUrl,
  326. userIdImgBase64: "",
  327. }
  328. const options = {
  329. type: 2,
  330. data: data,
  331. method: "POST",
  332. showLoading: true,
  333. };
  334. request(register, options).then((res) => {
  335. let result = stringToJson(res.bizContent);
  336. if (result.accessToken && result.openId) {
  337. setItem('token', result.accessToken)
  338. setItem('openId', result.openId)
  339. state.form.opId = result.openId;
  340. let data = state.form;
  341. const options = {
  342. type: 2,
  343. data: data,
  344. method: "POST",
  345. showLoading: true,
  346. };
  347. request(etcUserCardInfoSubmit, options).then((res) => {
  348. // let result = stringToJson(res.bizContent);
  349. console.log(res);
  350. uni.navigateTo({
  351. url: `/applyCard/car-release?orderId=${state.orderId}&vehiclePlateColor=${state.vehiclePlateColor}&type=1`,
  352. });
  353. });
  354. }
  355. })
  356. } else {
  357. //已经登录
  358. let data = state.form;
  359. const options = {
  360. type: 2,
  361. data: data,
  362. method: "POST",
  363. showLoading: true,
  364. };
  365. request(etcUserCardInfoSubmit, options).then((res) => {
  366. // let result = stringToJson(res.bizContent);
  367. console.log(res);
  368. uni.navigateTo({
  369. url: `/applyCard/car-release?orderId=${state.orderId}&vehiclePlateColor=${state.vehiclePlateColor}`,
  370. });
  371. });
  372. }
  373. };
  374. const cardFileImageUpdate = () => {
  375. uni.chooseImage({
  376. count: 1, //只能选取一张照片
  377. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  378. sourceType: ["camera", "album"], //从相册选择
  379. success: function (res) {
  380. pathToBase64(res.tempFilePaths[0])
  381. .then((path) => {
  382. var data = {
  383. fileBase64: path,
  384. };
  385. const options = {
  386. type: 2,
  387. data: data,
  388. method: "POST",
  389. showLoading: true,
  390. };
  391. request(fileUpload, options).then((res) => {
  392. const data = stringToJson(res.bizContent);
  393. console.log(data);
  394. state.form.proxyUrl = data.data.url;
  395. });
  396. })
  397. .catch((error) => { });
  398. },
  399. });
  400. };
  401. //tab切换
  402. const tabChange = (val : any) => {
  403. if (val) {
  404. state.isMyPeopple = true;
  405. } else {
  406. state.isMyPeopple = false;
  407. }
  408. state.form = {
  409. orderId: state.orderId, //订单ID
  410. userName: "", //开户人姓名
  411. userIdType: "101", //用户证件类型 101//身份证
  412. userIdNum: "", //用户证件号码
  413. userPosImgUrl: "", //身份证正面
  414. userNegImgUrl: "", //身份证反面
  415. tel: "", //开户人手机号
  416. address: "", //开户人地址
  417. sceneType: "", //用户协议支撑服务场景(发行服务机构和用户签订的协议)
  418. channelId: "", //渠道id
  419. gender: "",
  420. customerIdVld: "",
  421. agentName: "",
  422. agentGender: "",
  423. agentTel: '',
  424. agentPhone: "",
  425. agentIdType: "101",
  426. agentIdNum: "",
  427. agentPosImgUrl: "",
  428. agentNegImgUrl: "",
  429. proxyUrl: "",
  430. agentAddress: "",
  431. agentIdVld: '',
  432. };
  433. };
  434. onLoad((option : any) => {
  435. state.form.orderId = option.orderId;
  436. state.orderId = option.orderId;
  437. state.vehiclePlateColor = option.vehiclePlateColor;
  438. //state.fromOrder = option.fromOrder //是否来自订单-修改资料
  439. });
  440. const cardDbImageOcr = (val : any) => {
  441. var imageType = val;
  442. uni.chooseImage({
  443. count: 1, //只能选取一张照片
  444. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  445. sourceType: ["camera", "album"], //从相册选择
  446. success: function (res) {
  447. pathToBase64(res.tempFilePaths[0])
  448. .then((path) => {
  449. var data = {
  450. source: "1",
  451. agencyId: "52010106004",
  452. imageType: imageType,
  453. fileName: res.tempFilePaths[0],
  454. imageBase64: path,
  455. };
  456. const options = {
  457. type: 2,
  458. data: data,
  459. method: "POST",
  460. showLoading: true,
  461. };
  462. request(etcOcrCard, options).then((res) => {
  463. const data = stringToJson(res.bizContent);
  464. if (val === "1") {
  465. state.form.agentName = data.name;
  466. state.form.agentGender = data.gender;
  467. state.form.agentIdNum = data.idno;
  468. state.form.agentPosImgUrl = data.imageUrl;
  469. state.form.agentAddress = data.address;
  470. } else {
  471. state.form.agentIdVld = data.enddate;
  472. state.form.agentNegImgUrl = data.imageUrl;
  473. }
  474. });
  475. })
  476. .catch((error) => { });
  477. },
  478. });
  479. };
  480. //orc接口调用
  481. const cardImageOcr = (val : any) => {
  482. console.log("点击了");
  483. var imageType = val;
  484. uni.chooseImage({
  485. count: 1, //只能选取一张照片
  486. sizeType: ["original", "compressed"], //可以指定是原图还是压缩图,默认二者都有
  487. sourceType: ["camera", "album"], //从相册选择
  488. success: function (res) {
  489. pathToBase64(res.tempFilePaths[0])
  490. .then((path) => {
  491. var data = {
  492. source: "1",
  493. agencyId: "52010106004",
  494. imageType: imageType,
  495. fileName: res.tempFilePaths[0],
  496. imageBase64: path,
  497. };
  498. const options = {
  499. type: 2,
  500. data: data,
  501. method: "POST",
  502. showLoading: true,
  503. };
  504. request(etcOcrCard, options).then((res) => {
  505. const data = stringToJson(res.bizContent);
  506. if (val === "1") {
  507. state.form.userName = data.name;
  508. state.form.gender = data.gender;
  509. state.form.userIdNum = data.idno;
  510. state.form.userPosImgUrl = data.imageUrl;
  511. state.form.address = data.address;
  512. } else {
  513. state.form.customerIdVld = data.enddate;
  514. state.form.userNegImgUrl = data.imageUrl;
  515. }
  516. });
  517. })
  518. .catch((error) => { });
  519. },
  520. });
  521. };
  522. //替换图片地址
  523. const strReplace = (str : string) => {
  524. return str.replace('192.168.101.145:9000', '222.85.144.89:19002')
  525. }
  526. </script>
  527. <style lang="scss" scoped>
  528. .title {
  529. font-size: 35rpx;
  530. font-family: Microsoft YaHei;
  531. font-weight: 400;
  532. color: #000000;
  533. line-height: 80rpx;
  534. margin-bottom: 10rpx;
  535. }
  536. .content-wrap {
  537. position: relative;
  538. margin-top: -50rpx;
  539. padding: 0rpx 30rpx;
  540. display: flex;
  541. .big {
  542. font-size: 30rpx;
  543. font-family: Microsoft YaHei;
  544. font-weight: 400;
  545. color: #333333;
  546. line-height: 24rpx;
  547. }
  548. .nomal {
  549. font-size: 26rpx;
  550. font-family: Microsoft YaHei;
  551. font-weight: 400;
  552. color: #666666;
  553. line-height: 24rpx;
  554. }
  555. .tip {
  556. margin-top: -5px;
  557. width: 117rpx;
  558. height: 16rpx;
  559. background: #00b38b;
  560. opacity: 0.3;
  561. }
  562. }
  563. .content {
  564. padding: 50rpx 30rpx 50rpx 30rpx;
  565. .action {
  566. padding-left: 20rpx;
  567. padding-right: 20rpx;
  568. padding-bottom: 30rpx;
  569. .button {
  570. height: 80rpx;
  571. background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
  572. border-radius: 40rpx;
  573. font-size: 32rpx;
  574. font-weight: 400;
  575. color: #ffffff;
  576. line-height: 80rpx;
  577. }
  578. }
  579. .item-tips {
  580. .title {
  581. font-size: 30rpx;
  582. font-family: Microsoft YaHei;
  583. font-weight: 400;
  584. color: #000000;
  585. line-height: 24rpx;
  586. }
  587. .tip {
  588. margin-top: 16rpx;
  589. font-size: 24rpx;
  590. font-family: Microsoft YaHei;
  591. font-weight: 400;
  592. color: #999999;
  593. line-height: 24rpx;
  594. }
  595. }
  596. .picture-wrapper {
  597. margin-top: 40rpx;
  598. .bg {
  599. background: #ffffff;
  600. box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
  601. border-radius: 20rpx;
  602. padding: 40rpx;
  603. display: flex;
  604. // align-items: center;
  605. justify-content: space-between;
  606. .name {
  607. font-size: 34rpx;
  608. font-family: Microsoft YaHei;
  609. font-weight: 400;
  610. color: #000000;
  611. line-height: 34rpx;
  612. }
  613. .value {
  614. margin-top: 20rpx;
  615. font-size: 24rpx;
  616. font-family: Microsoft YaHei;
  617. font-weight: 400;
  618. color: #999999;
  619. line-height: 24rpx;
  620. }
  621. .tip {
  622. margin-top: 20rpx;
  623. text-align: center;
  624. width: 110rpx;
  625. height: 40rpx;
  626. background: rgba(33, 190, 177, 0.2);
  627. border-radius: 6rpx;
  628. .tip-value {
  629. font-size: 20rpx;
  630. font-family: Microsoft YaHei;
  631. font-weight: 400;
  632. color: #0a8f8a;
  633. line-height: 40rpx;
  634. opacity: 1;
  635. }
  636. }
  637. }
  638. .icon {
  639. width: 294rpx;
  640. height: 188rpx;
  641. }
  642. }
  643. .shibie-wrapper {
  644. margin-top: 60rpx;
  645. .title {
  646. font-size: 30rpx;
  647. font-family: Microsoft YaHei;
  648. font-weight: 400;
  649. color: #000000;
  650. line-height: 30rpx;
  651. }
  652. }
  653. .buchong-wrapper {
  654. margin-top: 60rpx;
  655. .title {
  656. font-size: 30rpx;
  657. font-family: Microsoft YaHei;
  658. font-weight: 400;
  659. color: #000000;
  660. line-height: 30rpx;
  661. }
  662. }
  663. .green-tip {
  664. margin-top: 50rpx;
  665. font-size: 24rpx;
  666. font-family: Microsoft YaHei;
  667. font-weight: 400;
  668. color: #00b38b;
  669. line-height: 24rpx;
  670. margin-bottom: 60rpx;
  671. }
  672. }
  673. </style>