confirmOrder.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  1. <template>
  2. <view class="box">
  3. <view class="topTIs">门店确认收货后,您可去订单详情页选择预约时间</view>
  4. <view class="topShop">
  5. <view class="topShopName">{{orderShop.shopName}}</view>
  6. <view class="topShopAdress">
  7. <image src="../../static/img/topshopicon.png" mode="" class="topShopAdressIcon"></image>
  8. <view class="topShopjl" v-if="orderShop.distance">{{orderShop.distance}}KM</view>
  9. <view class="topShopAdressTxt">{{orderShop.address}}</view>
  10. </view>
  11. </view>
  12. <view class="topBox">
  13. <view class="top">
  14. <view class="topLine borderB" >
  15. <view class="toplineLeft">
  16. <view class="topTitle">车牌号:</view>
  17. <view class="topTxt">{{maintainCarData.plateNumber}}</view>
  18. </view>
  19. </view>
  20. <view class="topLine borderB" v-if="iphoneData">
  21. <view class="toplineLeft">
  22. <view class="topTitle">联系人:</view>
  23. <view class="topTxt">{{iphoneData.name}} {{iphoneData.phone}}</view>
  24. </view>
  25. <view class="topLineRight" @click="gophone">修改></view>
  26. </view>
  27. <view class="topLine borderB" v-if="!iphoneData">
  28. <view class="toplineLeft">
  29. <view class="topTitle">联系人:</view>
  30. <view class="topTxt"></view>
  31. </view>
  32. <view class="topLineRight" @click="gophone">添加></view>
  33. </view>
  34. </view>
  35. </view>
  36. <!-- 保养信息 -->
  37. <view class="main">
  38. <view class="mainLine" v-for="(item,index) in orderData">
  39. <view class="mainTitle">{{item.name}}</view>
  40. <view class="goodsItem" v-for="(v,i) in item.listGoodsAll">
  41. <view>
  42. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  43. <image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image>
  44. </view>
  45. <view class="goodsItemRight" >
  46. <view class="goodsItemName">{{v.goodsName}}</view>
  47. <view class="goodsItemBottom">
  48. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  49. <view class="goodsNum">x{{v.qty}}</view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="goodsItem" v-for="(v,i) in item.listItem">
  54. <view>
  55. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  56. <image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image>
  57. </view>
  58. <view class="goodsItemRight" >
  59. <view class="goodsItemName">{{v.itemName}}</view>
  60. <view class="goodsItemBottom">
  61. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. </view>
  67. <!-- 订单备注-->
  68. <view class="remarksBox">
  69. <view class="remarksLeft">订单备注</view>
  70. <view>
  71. <textarea value="" placeholder="点击添加备注信息" class="textarea" v-model="remark"/>
  72. </view>
  73. </view>
  74. <!-- 支付方式 -->
  75. <view class="payBox">
  76. <view class="payLIne borderB">
  77. <view class="payTitle">支付方式</view>
  78. <view class="payTxt">在线支付</view>
  79. </view>
  80. <view class="payLIne borderB">
  81. <view class="payTitle">商品费</view>
  82. <view class="payTxt">¥{{goodsMoney.toFixed(2)}}</view>
  83. </view>
  84. <view class="payLIne borderB">
  85. <view class="payTitle">项目费</view>
  86. <view class="payTxt">¥{{itemMoney.toFixed(2)}}</view>
  87. </view>
  88. <view class="payLIne" @click="gocoupon">
  89. <view class="payTitle">优惠券</view>
  90. <view class="payTxt2" v-if="!couponMoney">{{yhTotalSize}}张可用></view>
  91. <view class="payTxt2" v-if="couponMoney">-¥{{couponMoney}}</view>
  92. </view>
  93. </view>
  94. <view style="height: 150rpx;"></view>
  95. <!-- 底部 -->
  96. <view class="bottom">
  97. <view class="bottomLeft">
  98. <view>
  99. <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{(goodsMoney+itemMoney-couponMoney).toFixed(2)}}</span> </view>
  100. <view class="hejiMs">共{{goodsCount}}件商品,{{itemCount}}项服务</view>
  101. </view>
  102. </view>
  103. <view class="settlement" @click="settlement">提交订单</view>
  104. </view>
  105. </view>
  106. </template>
  107. <script>
  108. export default {
  109. data() {
  110. return {
  111. remark:'',
  112. iphoneData:'',
  113. orderTime:'',
  114. OrderTimes:'',
  115. orderTimeIndex1:0,
  116. orderTimeIndex2:-1,
  117. timeShow:false,
  118. orderData:'',
  119. itemMoney:0,//项目总价
  120. goodsMoney:0,//商品总价
  121. goodsCount:0,//商品数
  122. itemCount:0,//项目数
  123. packJsonArr:[],
  124. shopData:'',
  125. maintainCarData:'',
  126. currentMileage:'',
  127. payMoney:'',
  128. couponID:'',
  129. couponMoney:'',
  130. yhTotalSize:0,
  131. orderShop:'',
  132. }
  133. },
  134. onLoad(opt) {
  135. /* if(opt.type==2){
  136. this.shopData=uni.getStorageSync("cfshopInfo");
  137. }else{
  138. this.shopData=uni.getStorageSync("shopData");
  139. } */
  140. this.orderShop=uni.getStorageSync("orderShop")
  141. this.maintainCarData=uni.getStorageSync("maintainCarData");
  142. //this.getIphoneData(); 获取默认手机号
  143. console.log(opt.orderData)
  144. this.orderData=JSON.parse(opt.orderData);
  145. this.currentMileage=opt.currentMileage;
  146. console.log(this.orderData)
  147. this.orderData.forEach(item=>{
  148. var obj={
  149. 'packageID':item.id,
  150. 'itemJsonArr':[],
  151. 'goodsJsonArr':[],
  152. }
  153. if( item.listGoodsAll.length>0){
  154. item.listGoodsAll.forEach(v=>{
  155. this.goodsMoney+=v.salePrice*v.qty
  156. this.goodsCount+=v.qty
  157. var goodsObj={
  158. 'id':v.goodsID,
  159. //'mItemID':v.mItemID,
  160. 'mGoodsID':v.mGoodsID,
  161. 'salePrice':v.salePrice,
  162. 'saleQty':v.qty,
  163. 'amountMoney':v.salePrice*v.qty,
  164. }
  165. if(v.mItemID){
  166. goodsObj.mItemID=v.mItemID
  167. }
  168. obj.goodsJsonArr.push(goodsObj)
  169. })
  170. }
  171. if(item.listItem.length>0){
  172. item.listItem.forEach(v=>{
  173. this.itemMoney+=v.salePrice
  174. this.itemCount++;
  175. var itemObj={
  176. 'id':v.itemID,
  177. 'mItemID':v.mItemID,
  178. 'salePrice':v.salePrice,
  179. }
  180. obj.itemJsonArr.push(itemObj)
  181. })
  182. }
  183. this.packJsonArr.push(obj)
  184. })
  185. //this.myOrderCoupon() 优惠券
  186. console.log( this.packJsonArr)
  187. },
  188. onShow() {
  189. var iphoneData=uni.getStorageSync("phoneData");
  190. if(iphoneData){
  191. this.iphoneData=iphoneData
  192. }
  193. var couponData=uni.getStorageSync("couponData")
  194. if(couponData){
  195. this.couponID=couponData.ID;
  196. var ActMoney=couponData.ActMoney;
  197. var payMoney=this.goodsMoney+this.itemMoney;
  198. if(payMoney<ActMoney){
  199. this.couponMoney=payMoney
  200. }else{
  201. this.couponMoney=ActMoney
  202. }
  203. }
  204. var cardata = uni.getStorageSync("maintainCarData")
  205. this.maintainCarData=cardata
  206. },
  207. methods: {
  208. myOrderCoupon(){
  209. var payMoney=this.goodsMoney+this.itemMoney;
  210. this.$http('miniApp/maintainOrder/myOrderCoupon', {
  211. money:payMoney,
  212. page:1,
  213. limit:2,
  214. },'GET').then(res => {
  215. this.yhTotalSize=res.data.TotalSize
  216. })
  217. },
  218. gocoupon(){
  219. var payMoney=this.goodsMoney+this.itemMoney;
  220. uni.navigateTo({
  221. url:'../me/discountCard?payMoney='+payMoney
  222. })
  223. },
  224. settlement(){
  225. if(this.couponMoney){
  226. this.payMoney=this.goodsMoney+this.itemMoney-this.couponMoney;
  227. }else{
  228. this.payMoney=this.goodsMoney+this.itemMoney;
  229. }
  230. //this.payMoney=3;
  231. /* if(this.iphoneData){
  232. if(this.iphoneData.name==''){
  233. uni.showToast({
  234. title: '请选择联系人',
  235. icon:'none',
  236. duration: 2000
  237. });
  238. return false;
  239. }
  240. }else{
  241. uni.showToast({
  242. title: '请选择联系人',
  243. icon:'none',
  244. duration: 2000
  245. });
  246. return false;
  247. }
  248. */
  249. /* var cardata={
  250. annualmoney: "2017",
  251. brand: "大众",
  252. brandLogo: "http://img.db.66km.cn/carbrandlogo/D - 大众.png",
  253. buyDate: "",
  254. carModel: "2018 双离合变速器(DSG) 7档 前置前驱 CC",
  255. carName: "",
  256. carNumber: "",
  257. createTime: "2021-10-27 09:20:29",
  258. dayMilage: 661,
  259. displacement: "1.4T",
  260. engineCode: "",
  261. engineType: "1111",
  262. id: "07EB4B07-5302-4574-9709-0EC0D1668155",
  263. insuranceCompany: "",
  264. insuranceExpireDate: "1900-01-01 00:00:00",
  265. insuredCity: "",
  266. isDefault: 0,
  267. istransfer: "",
  268. memberID: "E4416E30-C82A-4136-81B7-6B424DDE4847",
  269. milage: 7788,
  270. model: "C-TREK(蔚领)",
  271. nLevelID: "CFV0718D0038",
  272. plateNumber: "鲁A22333",
  273. saleName: "",
  274. series: "C-TREK(蔚领)",
  275. transmissionType: "自动",
  276. traveltime: "",
  277. vIN: "",
  278. currentMileage:'1111',
  279. } */
  280. uni.showLoading({ });
  281. this.$http('worldKeepCar/maintainOrder/submitOrder', {
  282. shopName:this.orderShop.shopName,
  283. contactName:'张杰',//this.iphoneData.name,
  284. contactPhone:'10086',//this.iphoneData.phone,
  285. carID:this.maintainCarData.id,
  286. plateNumber:this.maintainCarData.plateNumber,
  287. carModel:this.maintainCarData.carModel,
  288. currentMileage:this.maintainCarData.milage,//this.currentMileage,
  289. comment:this.remark,
  290. itemMoney:this.itemMoney,
  291. goodsMoney:this.goodsMoney,
  292. goodsCount:this.goodsCount,
  293. itemCount:this.itemCount,
  294. couponMoney:this.couponMoney,
  295. couponID:this.couponID,
  296. payMoney:this.payMoney,
  297. //payMoney:0.01,
  298. packJsonArr:JSON.stringify(this.packJsonArr) ,
  299. shopID:this.orderShop.shopId,
  300. // unionID:this.orderShop.unionId,
  301. },'POST').then(res => {
  302. if(res.code==0){
  303. if(this.payMoney==0){
  304. uni.hideLoading();
  305. /* uni.navigateTo({
  306. url:'../order/orderDetail?id='+res.data.id+'&type=2'
  307. }) */
  308. this.orderPayzero(res.data.id)
  309. }else{
  310. this.orderPay(res.data.id)
  311. }
  312. }else{
  313. uni.hideLoading();
  314. uni.showToast({
  315. title: res.msg,
  316. icon:'none',
  317. duration: 4000
  318. });
  319. }
  320. })
  321. },
  322. orderPayzero(id){
  323. this.$http('worldKeepCar/maintainOrder/orderPay', {
  324. sheetID:id
  325. },'POST').then(res => {
  326. uni.hideLoading();
  327. if(res.code==0){
  328. }else{
  329. uni.hideLoading();
  330. uni.showToast({
  331. title: res.msg,
  332. icon:'none',
  333. duration: 4000
  334. });
  335. }
  336. if(res.isPay==0){
  337. uni.navigateTo({
  338. url:'../order/orderDetail?id='+id+'&type=2'
  339. })
  340. }
  341. })
  342. },
  343. orderPay(id){
  344. //uni.showLoading({ });
  345. this.$http('worldKeepCar/maintainOrder/orderPay', {
  346. sheetID:id
  347. },'POST').then(res => {
  348. uni.hideLoading();
  349. if(res.code==0){
  350. }else{
  351. uni.hideLoading();
  352. uni.showToast({
  353. title: res.msg,
  354. icon:'none',
  355. duration: 4000
  356. });
  357. }
  358. var payInfo=JSON.parse(res.data.payInfo)
  359. if(res.isPay==0){
  360. uni.navigateTo({
  361. url:'../order/orderDetail?id='+id+'&type=2'
  362. })
  363. }else{
  364. uni.requestPayment({
  365. provider: 'wxpay',
  366. // timeStamp: String(Date.now()),
  367. timeStamp:payInfo.timeStamp,
  368. nonceStr: payInfo.nonceStr,
  369. package: payInfo.package,
  370. signType: payInfo.signType,
  371. paySign: payInfo.paySign,
  372. success: function (res) {
  373. console.log('success:' + JSON.stringify(res));
  374. uni.showToast({
  375. title: '支付成功',
  376. icon:'none',
  377. duration: 2000
  378. });
  379. /* uni.switchTab({
  380. url:'../index/index'
  381. }) */
  382. uni.navigateTo({
  383. url:'../order/orderDetail?id='+id+'&type=2'
  384. })
  385. },
  386. fail: function (err) {
  387. console.log('取消支付fail:' + JSON.stringify(err));
  388. uni.navigateTo({
  389. url:'../order/orderDetail?id='+id+'&type=2'
  390. })
  391. }
  392. });
  393. }
  394. })
  395. },
  396. getIphoneData(){
  397. uni.showLoading({ });
  398. this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', {
  399. },'GET').then(res => {
  400. uni.hideLoading();
  401. this.iphoneData=res.data;
  402. })
  403. },
  404. gophone(){
  405. uni.removeStorageSync('phoneData');
  406. uni.navigateTo({
  407. url:'../iPhone/phoneList'
  408. })
  409. },
  410. }
  411. }
  412. </script>
  413. <style scoped>
  414. .topTIs{
  415. font-size: 26rpx;
  416. text-align: center;
  417. color: #C8841C;
  418. height: 72rpx;
  419. background: #FFF7EB;
  420. line-height: 72rpx;
  421. margin-bottom: 20rpx;
  422. }
  423. .topShopAdressIcon{
  424. width: 22rpx;
  425. height: 29rpx;
  426. }
  427. .topShop{
  428. width: 702rpx;
  429. min-height: 148rpx;
  430. background: #FFFFFF;
  431. border-radius: 10rpx;
  432. margin: 0 auto;
  433. }
  434. .topShopName{
  435. font-size: 28rpx;
  436. padding-top: 30rpx;
  437. padding-left: 20rpx;
  438. color: #3C3C3C;
  439. }
  440. .topShopAdress{
  441. display: flex;
  442. padding: 20rpx;
  443. }
  444. .topShopjl{
  445. font-size: 24rpx;
  446. line-height: 30rpx;
  447. color: #999999;
  448. padding-left: 16rpx;
  449. }
  450. .topShopAdressTxt{
  451. font-size: 24rpx;
  452. line-height: 30rpx;
  453. color: #999999;
  454. padding-left: 16rpx;
  455. }
  456. .box{
  457. min-height: 100vh;
  458. background:#F4F5F7 ;
  459. }
  460. .timeBox{
  461. width: 100vw;
  462. height: 100vh;
  463. background: rgba(0,0,0,0.5);
  464. position: fixed;
  465. top: 0;
  466. left: 0;
  467. z-index: 111;
  468. }
  469. .timeLeftActive{
  470. background: #FFFFFF;
  471. }
  472. .timeMain{
  473. width: 100vw;
  474. height: 70vh;
  475. margin-top: 30vh;
  476. background: #FFFFFF;
  477. border-radius: 24rpx 24rpx 0px 0px;
  478. }
  479. .timesfNo{
  480. background: #F5F5F5;
  481. }
  482. .timesfActive{
  483. background: #FF4F00;
  484. }
  485. .timesfActive .timeSfNum{
  486. color: #FFFFFF;
  487. }
  488. .timesfActive .timeyy{
  489. color: #FFFFFF;
  490. }
  491. .topBox{
  492. padding: 20rpx 24rpx;
  493. }
  494. .timeTop{
  495. display: flex;
  496. line-height: 90rpx;
  497. padding-left: 24rpx;
  498. padding-right: 24rpx;
  499. justify-content: space-between;
  500. }
  501. .timeTopTitle{
  502. font-size: 30rpx;
  503. font-family: PingFangSC-Medium, PingFang SC;
  504. font-weight: 600;
  505. color: #3C3C3C;
  506. }
  507. .close{
  508. color: #999999;font-size: 30rpx;
  509. padding-left: 30rpx;
  510. }
  511. .timeCont{
  512. height: calc(70vh - 210rpx);
  513. }
  514. .timeSv{
  515. height: calc(70vh - 210rpx);
  516. }
  517. .timeLeft{
  518. width: 162rpx;
  519. background: #F4F5F7;
  520. border-top: 1px soid #F4F5F7;
  521. border-right:1px soid #F4F5F7 ;
  522. }
  523. .timeRight{
  524. width: 588rpx;
  525. }
  526. .timesf{
  527. width: 165rpx;
  528. height: 98rpx;
  529. border-radius: 7rpx;
  530. border: 2rpx solid #EEEEEE;
  531. text-align: center;
  532. margin-left: 20rpx;
  533. margin-bottom: 24rpx;
  534. }
  535. .timeBottom{
  536. width: 750rpx;
  537. height: 120rpx;
  538. background: #FFFFFF;
  539. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  540. display: flex;
  541. align-items: center;
  542. }
  543. .timerightBox{
  544. display: flex;
  545. flex-wrap: wrap;
  546. }
  547. .timeCont{
  548. display: flex;
  549. }
  550. .timeSfNum{
  551. color: #666666;
  552. font-size: 28rpx;
  553. padding-top: 15rpx;
  554. }
  555. .timeyy{
  556. font-size: 24rpx;
  557. color: #999999;
  558. }
  559. .timecomplete{
  560. width: 690rpx;
  561. height: 74rpx;
  562. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  563. border-radius: 37rpx;
  564. line-height: 74rpx;
  565. text-align: center;
  566. font-size: 30rpx;
  567. color: #FFFFFF;
  568. margin-left: 30rpx;
  569. }
  570. .timeleftLine{
  571. font-size: 30rpx;
  572. color: #999999;
  573. text-align: center;
  574. padding: 28rpx 10rpx;
  575. border-bottom: 1px solid #EEEEEE;
  576. }
  577. .top{
  578. background: #FFFFFF;
  579. border-radius: 10px;
  580. padding: 0 20rpx;
  581. }
  582. .topLine{
  583. display: flex;
  584. justify-content: space-between;
  585. padding: 30rpx 0;
  586. }
  587. .toplineLeft{
  588. display: flex;font-size: 28rpx;
  589. }
  590. .topTitle{
  591. width: 150rpx;font-weight: 400;
  592. color: #3C3C3C;
  593. }
  594. .topLineRight{
  595. font-size: 26rpx;
  596. font-family: PingFangSC-Regular, PingFang SC;
  597. font-weight: 400;
  598. color: #FF4F00;
  599. }
  600. .topTxt{
  601. color: #3C3C3C;
  602. }
  603. .borderB{
  604. border-bottom: 1px solid #EEEEEE;
  605. }
  606. .goodsImg{
  607. width: 120rpx;height: 120rpx;
  608. }
  609. .main{
  610. padding: 0 24rpx;
  611. }
  612. .mainLine{
  613. background: #FFFFFF;
  614. padding: 24rpx 20rpx;
  615. border-radius: 10rpx;
  616. }
  617. .mainTitle{
  618. font-size: 28rpx;
  619. font-weight: 600;
  620. color: #3C3C3C;
  621. }
  622. .goodsItem{
  623. display: flex;
  624. padding: 15rpx 0;
  625. }
  626. .goodsItemRight{
  627. width: 520rpx;
  628. padding-left: 20rpx;
  629. display: flex;
  630. flex-direction:column;
  631. justify-content: space-between;
  632. }
  633. .goodsItemBottom{
  634. display: flex;
  635. justify-content: space-between;
  636. }
  637. .goodsItemName{
  638. font-size: 26rpx;
  639. color: #3C3C3C;
  640. }
  641. .goodssalePrice{
  642. font-size: 32rpx;font-weight: 500;color: #FF4F00;
  643. }
  644. .goodsNum{
  645. font-size: 24rpx;font-weight: 400;color: #999999;
  646. }
  647. .remarksBox{
  648. display: flex;
  649. padding: 24rpx;
  650. border-radius: 16rpx;
  651. background: #FFFFFF;
  652. margin-top: 20rpx;
  653. width: 654rpx;
  654. margin-left: 24rpx;
  655. }
  656. .remarksLeft{
  657. color: #333333;font-size: 28rpx;
  658. width: 160rpx;
  659. }
  660. .textarea{
  661. width: 500rpx;
  662. font-size: 26rpx;
  663. height: 100rpx;
  664. padding: 0;
  665. padding-left: 30rpx;
  666. }
  667. .payBox{
  668. background: #FFFFFF;
  669. margin-top: 20rpx;
  670. margin-left: 24rpx;
  671. width: 702rpx;
  672. border-radius: 16rpx;
  673. }
  674. .payLIne{
  675. display: flex;
  676. justify-content: space-between;
  677. color: #3C3C3C;
  678. font-size: 28rpx;
  679. padding: 29rpx 20rpx;
  680. }
  681. .payTxt2{
  682. color: #FF4F00;
  683. }
  684. .bottom{
  685. position: fixed;
  686. left: 0;
  687. bottom: 0;
  688. width: 100vw;
  689. height: 120rpx;
  690. background: #FFFFFF;
  691. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  692. display: flex;
  693. justify-content: space-between;
  694. }
  695. .bottomLeft{
  696. display: flex;
  697. padding-left: 20rpx;
  698. }
  699. .heji1{
  700. font-size: 24rpx;
  701. font-weight: 500;
  702. color: #666666;
  703. }
  704. .hejiNum{
  705. font-size: 32rpx;
  706. font-family: PingFangSC-Medium, PingFang SC;
  707. font-weight: 500;
  708. color: #FF4F00;
  709. }
  710. .hejiMs{
  711. font-size: 24rpx;
  712. padding-top: 5rpx;
  713. color: #999999;
  714. }
  715. .heji{
  716. padding-top: 23rpx;
  717. }
  718. .settlement{
  719. width: 203rpx;
  720. height: 74rpx;
  721. background: #FF4F00;
  722. border-radius: 37rpx;
  723. text-align: center;
  724. line-height: 74rpx;
  725. font-size: 30rpx;
  726. font-family: PingFangSC-Medium, PingFang SC;
  727. font-weight: 500;
  728. color: #FEFFFE;
  729. margin-top: 23rpx;
  730. margin-right: 32rpx;
  731. }
  732. </style>