priceComparison.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <template>
  2. <view style="height: 100vh;position: relative;">
  3. <view class="page" id="panelcanvas">
  4. <image :src="bannerImg" mode="" style="width: 100%;height: 450px;position: absolute;"></image>
  5. <view class="content">
  6. <view class="price dis a-c j-c">
  7. <image :src="iconImg" mode="" style="width: 20px;height: 20px;">
  8. </image>
  9. <text style="font-weight: bold;margin-left: 6px; font-size: 16px;">比价报价单</text>
  10. </view>
  11. <view
  12. style="background-color: #fff;border-radius:0 0 6px 6px ; box-shadow: 0px 4px 10px 0px rgba(123,160,239,0.2);"
  13. class="dis a-c j-c p-2 ">
  14. <view style="font-size: 15px;font-weight: bold;" class="dis j-s a-c ">
  15. <text style="color: #232832;">订单编号:{{insOrderVo.orderNo}}</text>
  16. </view>
  17. </view>
  18. </view>
  19. <view style="padding:0 16px;position: relative;">
  20. <view class="information">
  21. <text class="title">车辆信息</text>
  22. <view class="dis j-s a-c">
  23. <text>车牌号:</text>
  24. <text>{{insOrderVo.licenseNo}}</text>
  25. </view>
  26. <view class="dis j-s a-c">
  27. <text>品牌型号:</text>
  28. <text>{{ insOrderVo.modelcname}}</text>
  29. </view>
  30. <view class="dis j-s a-c">
  31. <text>车架号:</text>
  32. <text>{{ insOrderVo.frameNo}}</text>
  33. </view>
  34. <view class="dis j-s a-c">
  35. <text>发动机号:</text>
  36. <text>{{ insOrderVo.engineNo}}</text>
  37. </view>
  38. <view class="dis j-s a-c">
  39. <text>座位数:</text>
  40. <text>{{ insOrderVo.seatCount}}</text>
  41. </view>
  42. </view>
  43. <view class="information">
  44. <text class="title">人员信息</text>
  45. <view class="dis j-s a-c">
  46. <text>车主姓名:</text>
  47. <text>{{ insOrderVo.carOwnerName}}</text>
  48. </view>
  49. <view class="dis j-s a-c">
  50. <text>车主身份证号:</text>
  51. <text>{{ insOrderVo.ownerIdentifyNumber}}</text>
  52. </view>
  53. <view class="dis j-s a-c">
  54. <text>投保人姓名:</text>
  55. <text>{{ insOrderVo.applyName}}</text>
  56. </view>
  57. <view class="dis j-s a-c">
  58. <text>投保人身份证号:</text>
  59. <text>{{ insOrderVo.applyIdentifyNumber}}</text>
  60. </view>
  61. <view class="dis j-s a-c">
  62. <text>被保人姓名:</text>
  63. <text>{{ insOrderVo.insuredName}}</text>
  64. </view>
  65. <view class="dis j-s a-c">
  66. <text>被保人身份证号:</text>
  67. <text>{{ insOrderVo.insuredNumber}}</text>
  68. </view>
  69. </view>
  70. <view class="information">
  71. <text class="title">保费信息</text>
  72. <view class="dis j-start a-c" v-if="insOrderVo.jqstartDate">
  73. <text>交强起保日期:</text>
  74. <text style="letter-spacing: 1px;">{{ insOrderVo.jqstartDate}}</text>
  75. </view>
  76. <view class="dis j-start a-c" v-if="insOrderVo.jqendDate">
  77. <text>交强终保日期:</text>
  78. <text style="letter-spacing: 1px;">{{ insOrderVo.jqendDate}}</text>
  79. </view>
  80. <view class="dis j-start a-c" v-if="insOrderVo.systartDate">
  81. <text>商业起保日期:</text>
  82. <text style="letter-spacing: 1px;">{{ insOrderVo.systartDate}}</text>
  83. </view>
  84. <view class="dis j-start a-c" v-if="insOrderVo.syendDate">
  85. <text>商业终保日期:</text>
  86. <text style="letter-spacing: 1px;">{{ insOrderVo.syendDate}}</text>
  87. </view>
  88. </view>
  89. <view class="information1" v-for="(item,index) in subOrderVos" :key="index">
  90. <view class="title dis a-c j-s">
  91. <text>{{item.companyName}}</text>
  92. <text>总保费¥{{item.sumpremium}}</text>
  93. </view>
  94. <view class="dis f-c" v-if="item.jqpremium">
  95. <view class="dis a-c j-s" style="margin-bottom: 5px;">
  96. <text>交强险:</text>
  97. <text>¥{{item.jqpremium}}</text>
  98. </view>
  99. <view class="dis f-c" style="background-color: #F9F9F9;border-radius: 10px;padding: 6px;">
  100. <view class="dis j-s a-c" style="border-bottom: 1px solid #f2f2f2;">
  101. <text style="color: rgba(35,40,50,0.8)">险别/名称</text>
  102. <text style="color: rgba(35,40,50,0.8)">保额</text>
  103. </view>
  104. <view class="dis j-s a-c" v-for="(jqInsuranceitem,jqInsuranceindex) in item.jqInsuranceType"
  105. :key="jqInsuranceindex" style="margin-top: 6px;">
  106. <text>{{jqInsuranceitem.name}}</text>
  107. <text>{{jqInsuranceitem.amount}}</text>
  108. </view>
  109. </view>
  110. </view>
  111. <view class="dis j-s a-c" v-if="item.taxaMount">
  112. <text>车船税:</text>
  113. <text>¥{{ item.taxaMount}}</text>
  114. </view>
  115. <view class="dis f-c" v-if="item.sypremium">
  116. <view class="dis a-c j-s ">
  117. <text>商业险:</text>
  118. <text>¥{{ item.sypremium}}</text>
  119. </view>
  120. <view class=" dis j-s f-c p-2"
  121. style="border: none;background-color: #F9F9F9;border-radius: 10px;">
  122. <view class="dis j-s a-c" style="border-bottom: 1px solid #f2f2f2;">
  123. <view class="dis j-start" style="width: 50%;">
  124. <text style="color: rgba(35,40,50,0.8)">险别/名称</text>
  125. </view>
  126. <view class="dis j-c" style="width: 25%;">
  127. <text style="color: rgba(35,40,50,0.8)">保额</text>
  128. </view>
  129. <view class="dis j-end" style="width: 25%;">
  130. <text style="color: rgba(35,40,50,0.8)">保费(元)</text>
  131. </view>
  132. </view>
  133. <view class="coverage-sum dis j-s" v-for="(kindinfoitem,kindinfoindex) in item.kindinfo"
  134. :key="kindinfoindex" style="margin-top: 6px;">
  135. <view style="width: 50%;" class="dis a-c j-start">
  136. <text>{{kindinfoitem.kindName}}</text>
  137. </view>
  138. <view style="width: 25%;" class="dis a-c j-c"
  139. v-if="['D4', 'SY_FJ_YBW2'].includes(kindinfoitem.kindCode)">
  140. <text>{{kindinfoitem.unitAmount}}/座*{{insOrderVo.seatCount-1}}</text>
  141. </view>
  142. <view style="width: 25%;" class="dis a-c j-c"
  143. v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(kindinfoitem.kindCode)">
  144. <text>{{kindinfoitem.deductibleRate}}</text>
  145. </view>
  146. <view style="width: 25%;" class="dis a-c j-c"
  147. v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(kindinfoitem.kindCode)">
  148. <text>{{kindinfoitem.serviceTimes}}/次</text>
  149. </view>
  150. <view style="width: 25%;" class="dis a-c j-c" v-else>
  151. <text>{{kindinfoitem.amount}}</text>
  152. </view>
  153. <view style="width: 25%;" class="dis a-c j-end">
  154. <text>¥{{kindinfoitem.coveragePremium}}</text>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. <view class="dis f-c" v-if="item.jypremium">
  160. <view class="dis a-c j-s">
  161. <text>附加险:意外险</text>
  162. <text>¥{{ item.jypremium}}</text>
  163. </view>
  164. <view class=" dis j-s f-c p-2" v-if="item.accidentInfo.length>0"
  165. style="border: none;background-color: #F9F9F9;border-radius: 10px;">
  166. <view class="dis j-s a-c" style="border-bottom: 1px solid #f2f2f2;">
  167. <view class="dis j-start" style="width: 50%;">
  168. <text style="color: rgba(35,40,50,0.8)">险别/名称</text>
  169. </view>
  170. <view class="dis j-c" style="width: 25%;">
  171. <text style="color: rgba(35,40,50,0.8)">保额</text>
  172. </view>
  173. <view class="dis j-end" style="width: 25%;">
  174. <text style="color: rgba(35,40,50,0.8)">保费(元)</text>
  175. </view>
  176. </view>
  177. <view class="coverage-sum dis j-s"
  178. v-for="(accidentInfoitem,accidentInfoindex) in item.accidentInfo"
  179. :key="accidentInfoindex" style="margin-top: 6px;">
  180. <view style="width: 50%;" class="dis a-c j-start">
  181. <text>{{accidentInfoitem.name}}</text>
  182. </view>
  183. <view style="width: 25%;" class="dis a-c j-c">
  184. <text>{{accidentInfoitem.amount}}</text>
  185. </view>
  186. <view style="width: 25%;" class="dis a-c j-c">
  187. <text>{{accidentInfoitem.premium}}</text>
  188. </view>
  189. </view>
  190. </view>
  191. </view>
  192. </view>
  193. <view class="information2">
  194. <view class="dis j-s a-c" v-for="(item,index) in parityPriceVo" :key="index">
  195. <view class="dis j-c a-c p-1"
  196. :class="{ 'active': items.flag == true, 'active1': items.yzhFlag == true }"
  197. v-for="(items,indexs) in item" :key="indexs">{{items.value}}
  198. </view>
  199. </view>
  200. </view>
  201. <view class="massage dis a-c j-start">
  202. <image :src="jianyitoubaoImg" mode="" style="width: 105px;height: 25px;"></image>
  203. <text>{{companyName}}, 报价最低!</text>
  204. </view>
  205. </view>
  206. </view>
  207. <view class="fixed-bottom">
  208. <u-button type="primary" style="background-color:#23C1CB;" @tap="sendPayCode">发送微信</u-button>
  209. </view>
  210. </view>
  211. </template>
  212. <script>
  213. import {
  214. mapState,
  215. mapMutations
  216. } from 'vuex';
  217. import {
  218. pathToBase64,
  219. base64ToPath
  220. } from '@/common/pdf.js'
  221. export default {
  222. data() {
  223. return {
  224. texts: [],
  225. payImg: "",
  226. posterUrl: "",
  227. show: false,
  228. insOrderVo: {},
  229. subOrderVos: [],
  230. parityPriceVo: [],
  231. companyName: "",
  232. bannerImg: "",
  233. iconImg: "",
  234. jianyitoubaoImg: "",
  235. }
  236. },
  237. computed: {
  238. ...mapState(["userLoginId"])
  239. },
  240. async onLoad(options) {
  241. let item = JSON.parse(options.subOrderNoslist);
  242. let params = {
  243. subOrderNos: item,
  244. }
  245. let res = await this.$http.post('/insurance/order/getInquiryDetalsBySubOrderNos', params);
  246. if (res.code == '200') {
  247. res.data.subOrderVos.map(val => {
  248. val.kindinfo.map((ele, index) => {
  249. switch (ele.kindCode) {
  250. case "A":
  251. if (ele.amount == 1) {
  252. ele.amount = "投保"
  253. } else {
  254. ele.amount = ele.amount
  255. }
  256. break;
  257. case "D4":
  258. case "SY_FJ_YBW2":
  259. ele.unitAmount = this.toChinesNum(ele.unitAmount);
  260. break;
  261. case "MJ1":
  262. case "MJ2":
  263. case "MJ3":
  264. case "MJ4":
  265. ele.deductibleRate = ele.deductibleRate + "%";
  266. break;
  267. default:
  268. ele.amount = this.toChinesNum(ele.amount);
  269. }
  270. return ele;
  271. });
  272. })
  273. this.companyName = res.data.companyName;
  274. this.insOrderVo = res.data.insOrderVo;
  275. this.subOrderVos = res.data.subOrderVos;
  276. this.parityPriceVo = res.data.parityPriceVo;
  277. }
  278. uni.getImageInfo({
  279. src: '../../static/image/car-insure/bijiadan.png',
  280. success: image => {
  281. pathToBase64(image.path)
  282. .then(base64 => {
  283. this.bannerImg = base64;
  284. })
  285. .catch(error => {});
  286. },
  287. fail: err => {}
  288. });
  289. uni.getImageInfo({
  290. src: '../../static/image/car-insure/bijia.png',
  291. success: image => {
  292. pathToBase64(image.path)
  293. .then(base64 => {
  294. this.iconImg = base64;
  295. })
  296. .catch(error => {});
  297. },
  298. fail: err => {}
  299. });
  300. uni.getImageInfo({
  301. src: '../../static/image/car-insure/jianyitoubao.png',
  302. success: image => {
  303. pathToBase64(image.path)
  304. .then(base64 => {
  305. this.jianyitoubaoImg = base64;
  306. })
  307. .catch(error => {});
  308. },
  309. fail: err => {}
  310. });
  311. },
  312. methods: {
  313. //页面返回按钮
  314. back() {
  315. uni.navigateBack({
  316. delta: 1, // 返回的页面数,如果是1表示返回上一页
  317. success: function() {}
  318. });
  319. },
  320. //分享图片到微信
  321. sendPayCode() {
  322. if (this.payImg) {
  323. uni.share({
  324. provider: "weixin",
  325. scene: "WXSceneSession",
  326. type: 2,
  327. imageUrl: this.payImg
  328. })
  329. }
  330. },
  331. toChinesNum(num) {
  332. let overWan = Math.floor(num / 10000);
  333. let result = overWan + "万";
  334. return result;
  335. },
  336. //页面截图转路径
  337. receiveRenderData(val) {
  338. this.posterUrl = val.replace(/[\r\n]/g, ''); // 去除base64位中的空格
  339. const imageStr = this.posterUrl;
  340. // 将base64转化为临时地址
  341. base64ToPath(imageStr).then(path => {
  342. this.payImg = path
  343. }).catch(error => {});
  344. },
  345. showLoading() {
  346. uni.showLoading({
  347. title: '正在生成图片'
  348. });
  349. },
  350. hideLoading() {
  351. uni.hideLoading();
  352. },
  353. },
  354. }
  355. </script>
  356. <script module="canvasImage" lang="renderjs">
  357. import html2canvas from 'html2canvas'
  358. export default {
  359. data() {
  360. return {
  361. }
  362. },
  363. mounted() {
  364. // #ifdef APP-PLUS
  365. setTimeout(() => {
  366. this.canvasImage.generateImage()
  367. }, 1000);
  368. // #endif
  369. },
  370. methods: {
  371. // #ifdef APP-PLUS
  372. generateImage() {
  373. setTimeout(() => {
  374. this.$ownerInstance.callMethod('showLoading')
  375. const dom = document.getElementById('panelcanvas') // 需要生成图片内容的 dom 节点
  376. html2canvas(dom, {
  377. width: dom.clientWidth, //dom 原始宽度
  378. height: dom.clientHeight,
  379. scrollY: 0, // html2canvas默认绘制视图内的页面,需要把scrollY,scrollX设置为0
  380. scrollX: 0,
  381. useCORS: true, //支持跨域
  382. // allowTaint: false,
  383. scale: 3, // 设置生成图片的像素比例,默认是1,如果生成的图片模糊的话可以开启该配置项
  384. }).then((canvas) => {
  385. // 生成成功
  386. this.$ownerInstance.callMethod('hideLoading')
  387. this.$ownerInstance.callMethod('receiveRenderData', canvas.toDataURL('image/png'))
  388. }).catch(err => {
  389. // 生成失败 弹出提示弹窗
  390. this.$ownerInstance.callMethod('_errAlert', `【生成图片失败,请重试】${err}`)
  391. })
  392. }, 300)
  393. }
  394. // #endif
  395. },
  396. }
  397. </script>
  398. <style lang="scss" scoped>
  399. @import '@/style/mixin.scss';
  400. .page {
  401. background-color: #F8FEFE;
  402. padding-bottom: 100px;
  403. box-sizing: border-box;
  404. }
  405. .active {
  406. background-color: #FFF5F3;
  407. }
  408. .active1 {
  409. color: #FF5600 !important;
  410. font-weight: bold;
  411. }
  412. .massage {
  413. width: 100%;
  414. height: 41px;
  415. background: linear-gradient(90deg, #FFDCCD 0%, #FFF1EE 100%);
  416. border-radius: 0px 0px 6px 6px;
  417. padding: 10px;
  418. text {
  419. font-size: 15px;
  420. font-weight: bold;
  421. color: #FF5600;
  422. margin-left: 10px;
  423. }
  424. }
  425. .fixed-bottom {
  426. position: fixed;
  427. bottom: 0;
  428. width: 100%;
  429. height: 62px;
  430. background-color: #FFFFFF;
  431. padding: 16px;
  432. box-shadow: 0px -4px 10px 0px #DAE3F4;
  433. border-radius: 0px 0px 0px 0px;
  434. }
  435. .content {
  436. width: 100%;
  437. height: auto;
  438. padding: 16px 16px 0;
  439. position: relative;
  440. .price {
  441. width: 100%;
  442. height: 40px;
  443. background: #FFFFFF;
  444. border-radius: 6px 6px 0px 0px;
  445. }
  446. }
  447. .information {
  448. width: 100%;
  449. height: auto;
  450. background-color: #fff;
  451. box-shadow: 0px 4px 10px 0px rgba(35, 193, 203, 0.2);
  452. border-radius: 6px;
  453. margin-top: 10px;
  454. padding: 10px 10px 0;
  455. >view {
  456. padding: 10px 0;
  457. border-bottom: 1px solid #f2f2f2;
  458. text {
  459. font-size: 14px;
  460. color: #232832;
  461. }
  462. }
  463. .title {
  464. font-size: 15px;
  465. color: #232832;
  466. font-weight: bold;
  467. }
  468. :last-child {
  469. border: none;
  470. }
  471. }
  472. .information1 {
  473. width: 100%;
  474. height: auto;
  475. background-color: #fff;
  476. box-shadow: 0px 4px 10px 0px rgba(35, 193, 203, 0.2);
  477. border-radius: 6px;
  478. margin-top: 10px;
  479. >view {
  480. padding: 10px;
  481. border-bottom: 1px solid #f2f2f2;
  482. text {
  483. font-size: 14px;
  484. color: #232832;
  485. }
  486. }
  487. >view:first-child {
  488. border: none;
  489. background-color: #DCF5F6;
  490. border-radius: 6px 6px 0 0;
  491. text:nth-child(1) {
  492. font-weight: bold;
  493. color: #232832;
  494. font-size: 14px;
  495. }
  496. text:nth-child(2) {
  497. font-weight: bold;
  498. color: #088F98;
  499. font-size: 14px;
  500. }
  501. }
  502. :last-child {
  503. border: none;
  504. }
  505. }
  506. .information2 {
  507. width: 100%;
  508. height: auto;
  509. background-color: #fff;
  510. box-shadow: 0px 4px 10px 0px rgba(35, 193, 203, 0.2);
  511. border-radius: 6px;
  512. margin-top: 10px;
  513. >view {
  514. view {
  515. width: 25%;
  516. font-size: 14px;
  517. color: #232832;
  518. }
  519. }
  520. >view:first-child {
  521. border: none;
  522. background-color: #DCF5F6;
  523. border-radius: 6px 6px 0 0;
  524. font-weight: bold;
  525. }
  526. .title {
  527. font-size: 15px;
  528. color: #232832;
  529. font-weight: bold;
  530. }
  531. :last-child {
  532. border: none;
  533. }
  534. }
  535. .Basic-information {
  536. background-color: white;
  537. width: 100%;
  538. height: auto;
  539. .basic-logo {
  540. padding: 10px 16px;
  541. border-bottom: 1px solid #f2f2f2;
  542. image {
  543. width: 50px;
  544. height: 50px;
  545. margin-right: 20px;
  546. }
  547. text {
  548. font-size: 12px;
  549. }
  550. text:first-child {
  551. font-weight: bold;
  552. font-size: 18px;
  553. }
  554. }
  555. .basic-data {
  556. padding: 16px;
  557. .arrange {
  558. margin: 4px 0;
  559. font-size: 14px;
  560. text:first-child {
  561. font-weight: bold;
  562. margin-right: 5px;
  563. }
  564. text:last-child {
  565. color: #606266;
  566. }
  567. &::before {
  568. content: "·";
  569. color: #606266;
  570. margin-right: 10px;
  571. font-weight: bold;
  572. }
  573. }
  574. }
  575. .bjdCarSum {
  576. padding: 10px 16px;
  577. border-bottom: 1px solid #f2f2f2;
  578. font-weight: bold;
  579. font-size: 14px;
  580. }
  581. .coverage {
  582. padding: 10px 16px;
  583. .coverage-title {
  584. width: 100%;
  585. view:first-child {
  586. border-top-left-radius: 8px;
  587. }
  588. view:last-child {
  589. border-top-right-radius: 8px;
  590. }
  591. view:nth-child(2) {
  592. border-left: none;
  593. border-right: none;
  594. }
  595. view {
  596. width: 33.33%;
  597. text-align: center;
  598. background: #ff8f63;
  599. color: #fff;
  600. padding: 6px 16px;
  601. border: 1px solid #fff;
  602. font-size: 12px;
  603. box-sizing: border-box;
  604. }
  605. }
  606. .coverage-sum {
  607. width: 100%;
  608. view {
  609. font-size: 12px;
  610. padding: 6px 16px;
  611. }
  612. }
  613. }
  614. }
  615. .Circle {
  616. position: relative;
  617. &::before {
  618. display: block;
  619. content: "";
  620. position: absolute;
  621. width: 10px;
  622. height: 10px;
  623. background: #92b5fe;
  624. top: -5px;
  625. left: -15px;
  626. border-radius: 50%;
  627. }
  628. &::after {
  629. content: "";
  630. position: absolute;
  631. width: 10px;
  632. height: 10px;
  633. background: #92b5fe;
  634. top: -5px;
  635. right: -15px;
  636. border-radius: 50%;
  637. }
  638. }
  639. .footer-button {
  640. z-index: 9999;
  641. margin-top: 20px;
  642. position: fixed;
  643. bottom: 0;
  644. width: 100%;
  645. background: white;
  646. padding: 10px 20px;
  647. button {
  648. width: 70%;
  649. cursor: pointer;
  650. }
  651. }
  652. .tip {
  653. width: 100%;
  654. background-color: #fff;
  655. border-radius: 10upx;
  656. font-size: 32upx;
  657. font-weight: bold;
  658. margin: 0 auto;
  659. padding: 20px;
  660. box-sizing: border-box;
  661. position: fixed;
  662. bottom: 0;
  663. }
  664. /* 底部的样式Start */
  665. .infoBottom {
  666. height: 140upx;
  667. position: fixed;
  668. bottom: 0;
  669. left: 0;
  670. right: 0;
  671. background: #ea552d;
  672. border-top: 1upx solid #ea552d;
  673. z-index: 99;
  674. margin-top: 100px;
  675. }
  676. .infoBottom>button {
  677. // font-size: 30upx;
  678. background: #fff;
  679. color: #333;
  680. flex: 1;
  681. margin: 0upx 30px;
  682. font-weight: bold;
  683. }
  684. /* 底部的样式End */
  685. .watermark {
  686. position: fixed;
  687. top: 50%;
  688. left: 50%;
  689. transform: translate(-50%, -50%);
  690. font-size: 24px;
  691. color: rgba(0, 0, 0, 0.3);
  692. pointer-events: none;
  693. z-index: 9999;
  694. }
  695. </style>