orderDetail.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029
  1. <template>
  2. <view class="box">
  3. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  4. <view class="top">
  5. <view class="nav" :style="{top: iStatusBarHeight + 'px'}">
  6. <view>
  7. <image src="../../static/img/baiback22.png" mode="" class="gobackImg" @click="goback"></image>
  8. </view>
  9. <view>订单详情</view>
  10. <view style="width: 130rpx;"></view>
  11. </view>
  12. <view style="height: 44px;"></view>
  13. <view :style="{height: iStatusBarHeight + 'px'}"></view>
  14. <view class="SheetState" v-if="orderData.SheetState==1">等待付款</view>
  15. <view class="SheetState" v-if="orderData.SheetState==2">等待门店确认</view>
  16. <view class="SheetState" v-if="orderData.SheetState==3">等待门店收货</view>
  17. <view class="SheetState" v-if="orderData.SheetState==4">请尽快到店享受服务</view>
  18. <view class="SheetState" v-if="orderData.SheetState==5">订单已完成</view>
  19. <view class="SheetState" v-if="orderData.SheetState==0">订单已取消</view>
  20. </view>
  21. <view v-if="orderData">
  22. <view class="orderTop">
  23. <view class="timeBox">
  24. <view class="timeLeft">
  25. <span>服务信息</span>
  26. </view>
  27. <view class="timeRight" @click="qrcodeClick">订单码</view>
  28. </view>
  29. <!-- 客户信息 -->
  30. <view class="people">
  31. <image src="../../static/img/icon_ren.png" mode="" class="shopBoximg"></image>
  32. <view class="peopleCont">{{orderData.ContactName}}</view>
  33. <view class="peopleCont" style="padding-left: 20rpx;">{{orderData.ContactPhone}}</view>
  34. </view>
  35. <!-- 车辆信息 -->
  36. <view class="PlateNumberBox">
  37. <image src="../../static/img/icon_che.png" mode="" class="shopBoximg"></image>
  38. <view class="">
  39. <view class="PlateNumberBoxTop">
  40. <view class="PlateNumbercx"> <span v-if="orderData.Brand">{{orderData.Brand}}</span>
  41. <span style="padding-left: 20rpx;" v-if="orderData.Series">{{orderData.Series}}</span>
  42. </view>
  43. <view class="PlateNumber">{{orderData.PlateNumber}}</view>
  44. </view>
  45. <view class="CarModel">{{orderData.CarModel}}</view>
  46. </view>
  47. </view>
  48. <!-- 店铺信息 -->
  49. <view class="shopBox">
  50. <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
  51. <view class="shopCont">
  52. <view class="shopName">{{orderData.ShopName}}</view>
  53. <view class="Address">
  54. {{orderData.ProvinceName}}{{orderData.CityName}}{{orderData.AreaName}}{{orderData.Address}}
  55. </view>
  56. <view style="color: #3F90F7; font-size: 26rpx;" v-if="orderData.SheetState==2">申请更换服务门店</view>
  57. </view>
  58. <view class="shopRightBox" @click="map">
  59. <view>
  60. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"></image>
  61. </view>
  62. <view class="shopRihgtTxt">地图</view>
  63. </view>
  64. <view class="shopsx"></view>
  65. <view class="shopRightBox" @click="call">
  66. <view>
  67. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg"></image>
  68. </view>
  69. <view class="shopRihgtTxt">电话</view>
  70. </view>
  71. </view>
  72. </view>
  73. <!-- <view class="timeLeft">
  74. <span v-if="orderData.SheetState==1||orderData.SheetState==2||orderData.SheetState==0">预约到店:{{orderData.OrderTime}}</span>
  75. <span v-else>服务时间:{{orderData.ServiceTime}}</span>
  76. <image v-if="orderData.SheetState==1||orderData.SheetState==2" src="../../static/img/icon_edit.png" mode="" class="timeEditImg" @click="timeShowClick"></image>
  77. </view> -->
  78. <view style="margin-top: -40rpx;"></view>
  79. <!-- 商品明细-->
  80. <view class="detailedBox itemBox" v-if="orderData.goods.length!=0">
  81. <view class="detailedTitle">商品明细</view>
  82. <view class="detailedLineBox">
  83. <view class="detailedLine" v-for="(item,index) in orderData.goods">
  84. <view>
  85. <image :src="item.Url" mode="" class="detailedImg" v-if="item.Url"></image>
  86. <image src="../../static/img/noimg.png" mode="" class="detailedImg" v-else></image>
  87. </view>
  88. <view class="detailedCont">
  89. <view class="detailedName">{{item.GoodsName}}</view>
  90. <view class="detailedContBottom">
  91. <span class="SalePrice">¥{{item.SalePrice}}</span>
  92. <span>x{{item.SaleQty}}</span>
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. </view>
  98. <!-- 项目明细 -->
  99. <view class="detailedBox itemBox" v-if=" orderData.items.length!=0">
  100. <view class="detailedTitle">项目明细</view>
  101. <view class="detailedLineBox">
  102. <view class="detailedLine" v-for="(item,index) in orderData.items">
  103. <view>
  104. <image :src="item.Url" mode="" class="detailedImg" v-if="item.Url"></image>
  105. <image src="../../static/img/noimg.png" mode="" class="detailedImg" v-else></image>
  106. </view>
  107. <view class="detailedCont">
  108. <view class="detailedName">{{item.ItemName}}</view>
  109. <view class="detailedContBottom">
  110. <span class="SalePrice">¥{{item.SalePrice}}</span>
  111. <span>x1</span>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. </view>
  117. <!-- 费用明细 -->
  118. <view class="goodscost">
  119. <view class="goodscostLine">
  120. <view class="goodscostTxt">商品费</view>
  121. <view class="goodsCostNum">¥{{orderData.GoodsMoney}}</view>
  122. </view>
  123. <view class="goodscostLine">
  124. <view class="goodscostTxt">项目费</view>
  125. <view class="goodsCostNum">¥{{orderData.ItemMoney}}</view>
  126. </view>
  127. <view class="goodscostLine">
  128. <view class="goodscostTxt">优惠券优惠</view>
  129. <view class="goodsCostNum">-¥{{orderData.CouponMoney}}</view>
  130. </view>
  131. <view class="goodscostLine">
  132. <view class="goodscostTxt">实付款</view>
  133. <view class="goodsCostNum" style="color: #FF4F00;">¥{{orderData.PayMoney}}</view>
  134. </view>
  135. </view>
  136. <!-- 订单信息 -->
  137. <view class="information">
  138. <view class="detailedTitle">订单信息</view>
  139. <view class="informationLine">
  140. <view class="informationTxt">订单编号:</view>
  141. <view class="informationNum">{{orderData.Code}}</view>
  142. <view class="copyBtn" @click="copy(orderData.Code)">复制</view>
  143. </view>
  144. <view class="informationLine">
  145. <view class="informationTxt">下单人:</view>
  146. <view class="informationNum">{{orderData.MemberName}}</view>
  147. </view>
  148. <view class="informationLine">
  149. <view class="informationTxt">下单时间:</view>
  150. <view class="informationNum">{{orderData.CreateTime}}</view>
  151. </view>
  152. <view class="informationLine">
  153. <view class="informationTxt">下单备注:</view>
  154. <view class="informationNum">{{orderData.Comment}}</view>
  155. </view>
  156. <view class="informationLine">
  157. <view class="informationTxt">确认订单时间:</view>
  158. <view class="informationNum" v-if="orderData.ConfirmTime != null">{{orderData.ConfirmTime}}</view>
  159. </view>
  160. <view class="informationLine">
  161. <view class="informationTxt">确认收货时间:</view>
  162. <view class="informationNum" v-if="orderData.ReceivingTime != null">{{orderData.ReceivingTime}}</view>
  163. </view>
  164. <view class="informationLine">
  165. <view class="informationTxt">服务完成时间:</view>
  166. <view class="informationNum" v-if="orderData.ServiceTime != null">{{orderData.ServiceTime}}</view>
  167. </view>
  168. </view>
  169. <!-- 支付信息 -->
  170. <view class="information">
  171. <view class="detailedTitle">支付信息</view>
  172. <view class="informationLine">
  173. <view class="informationTxt">支付方式:</view>
  174. <view class="informationNum">在线支付</view>
  175. </view>
  176. <view class="informationLine">
  177. <view class="informationTxt">支付时间:</view>
  178. <view class="informationNum" v-if="orderData.PayTime">{{orderData.PayTime}}</view>
  179. </view>
  180. </view>
  181. <!-- 底部按钮 操作 -->
  182. <view style="height: 150rpx;"></view>
  183. <view class="orderBottom" v-if="orderData.SheetState==1">
  184. <view class="cancelBtn" @click="cancelOrder">取消订单</view>
  185. <view class="payBtn" @click="orderPay">立即支付</view>
  186. </view>
  187. <view class="orderBottom" v-if="orderData.SheetState==2">
  188. <view class="cancelBtn" @click="cancelOrder">申请退款</view>
  189. </view>
  190. <view class="orderBottom" v-if="orderData.SheetState==3">
  191. <view class="cancelBtn" @click="cancelOrder">申请退款</view>
  192. </view>
  193. <view class="orderBottom" v-if="orderData.SheetState==4">
  194. <view class="cancelBtn" @click="cancelOrder">申请退款</view>
  195. <view class="payBtn" @click="orderPay">立即预约</view>
  196. </view>
  197. <view class="orderBottom" v-if="orderData.SheetState==5&&orderData.EvaluateState==0">
  198. <view class="payBtn" @click="evaluate">立即评价</view>
  199. </view>
  200. <view class="orderBottom" v-if="orderData.SheetState==5&&orderData.EvaluateState==1">
  201. <view class="cancelBtn" style="margin-right: 16rpx;" @click="gopingjia">查看评价</view>
  202. </view>
  203. <!-- 二维码 -->
  204. <view v-if="qrcodeShow" class="qrcodeBox" @click="qrcodeShow=false">
  205. <view @click.stop="qrc">
  206. <tki-qrcode cid="qrcode1" ref="qrcode" :val="qrcodeTopVal" :size="size" :unit="unit"
  207. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  208. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  209. </view>
  210. </view>
  211. <!-- 预约时间 -->
  212. <view class="timeBox2" v-if="timeShow&&OrderTimes" @click="timeShow=false">
  213. <view class="timeMain">
  214. <view class="timeTop">
  215. <view class="timeTopTitle">选择预约时间</view>
  216. <view class="close" @click="timeShow=false">X</view>
  217. </view>
  218. <view class="timeCont">
  219. <view class="timeLeft2">
  220. <scroll-view scroll-y="true" class="timeSv">
  221. <view class="timeleftLine" v-for="(item,index) in OrderTimes"
  222. :class="{timeLeftActive:index==orderTimeIndex1}"
  223. @click.stop="orderTimeIndex1=index,orderTimeIndex2=-1">{{item.date.substring(5,10)}}
  224. </view>
  225. </scroll-view>
  226. </view>
  227. <view class="timeRight2">
  228. <scroll-view scroll-y="true" class="timeSv">
  229. <view class="timerightBox">
  230. <view class="timesf" v-for="(item,index) in OrderTimes[orderTimeIndex1].timeList"
  231. :class="{timesfNo:item.type!=1,timesfActive:index==orderTimeIndex2}"
  232. @click.stop="timeSfCk(item,index)">
  233. <view class="timeSfNum">{{item.time}}</view>
  234. <view class="timeyy" v-if="item.type==1">可预约</view>
  235. <view class="timeyy" v-if="item.type==2">已约满</view>
  236. <view class="timeyy" v-if="item.type==3">已过期</view>
  237. </view>
  238. </view>
  239. </scroll-view>
  240. </view>
  241. </view>
  242. <view class="timeBottom">
  243. <view class="timecomplete" @click="timeCk">完成</view>
  244. </view>
  245. </view>
  246. </view>
  247. </view>
  248. </view>
  249. </template>
  250. <script>
  251. import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
  252. export default {
  253. components: {
  254. tkiQrcode
  255. },
  256. data() {
  257. return {
  258. location: '',
  259. isload: false,
  260. id: '',
  261. iStatusBarHeight: '',
  262. orderData: '',
  263. type: '',
  264. onval: true, // val值变化时自动重新生成二维码
  265. loadMake: true, // 组件加载完成后自动生成二维码
  266. size: 500,
  267. qrcodeShow: false,
  268. qrcodeTop: '-100vh',
  269. qrcodeTopVal: '',
  270. ifShow: false,
  271. val: '二维码', // 要生成的二维码值
  272. unit: 'upx', // 单位
  273. background: '#b4e9e2', // 背景色
  274. foreground: '#309286', // 前景色
  275. pdground: '#32dbc6', // 角标色
  276. icon: '', // 二维码图标
  277. iconsize: 40, // 二维码图标大小
  278. lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
  279. src: '', // 二维码生成后的图片地址或base64
  280. timeShow: false,
  281. orderTime: '',
  282. OrderTimes: '',
  283. orderTimeIndex1: 0,
  284. orderTimeIndex2: -1,
  285. }
  286. },
  287. onLoad(opt) {
  288. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  289. this.location = uni.getStorageSync("location");
  290. this.id = opt.id
  291. this.getData()
  292. this.type = opt.type;
  293. this.getOrderTimes();
  294. },
  295. onShow() {
  296. if (this.id) {
  297. this.getData()
  298. }
  299. },
  300. methods: {
  301. gopingjia() {
  302. uni.navigateTo({
  303. url: '../me/myAppraiseDetail?id=' + this.id
  304. })
  305. },
  306. timeShowClick() {
  307. if (this.OrderTimes) {
  308. this.timeShow = true
  309. } else {
  310. uni.showToast({
  311. title: '当前店铺尚未设置可预约时间',
  312. icon: 'none',
  313. duration: 3000
  314. });
  315. }
  316. },
  317. map() {
  318. console.log("打开地图")
  319. var that = this;
  320. if (!that.orderData.Lat || !that.orderData.Lng) {
  321. uni.showToast({
  322. title: '该店铺未设置定位',
  323. icon: 'none',
  324. duration: 3000
  325. });
  326. } else {
  327. uni.openLocation({
  328. latitude: Number(that.orderData.Lat),
  329. longitude: Number(that.orderData.Lng),
  330. name: that.orderData.ShopName,
  331. address: that.orderData.Address,
  332. success: function() {
  333. console.log('success');
  334. },
  335. fail(err) {
  336. console.log(err)
  337. }
  338. });
  339. }
  340. },
  341. qrR() {
  342. },
  343. qrc() {
  344. console.log(111)
  345. },
  346. call() {
  347. uni.makePhoneCall({
  348. phoneNumber: this.orderData.MobilePhone
  349. });
  350. },
  351. qrcodeClick() {
  352. this.ifShow = true;
  353. this.qrcodeShow = true;
  354. this.qrcodeTopVal = this.orderData.Code;
  355. //this.$refs.qrcode._makeCode()
  356. },
  357. copy(txt) {
  358. uni.setClipboardData({
  359. data: txt,
  360. success: function() {
  361. uni.showToast({
  362. title: '复制成功',
  363. icon: 'none',
  364. duration: 2000
  365. });
  366. }
  367. });
  368. },
  369. getData() {
  370. uni.showLoading({
  371. title: '加载中'
  372. });
  373. this.$http('worldKeepCar/keepCarMy/queryMiNiAppTSheetDetail', {
  374. lat: this.location.lat,
  375. lng: this.location.lng,
  376. id: this.id,
  377. }, 'GET').then(res => {
  378. uni.hideLoading();
  379. this.orderData = res.data;
  380. })
  381. },
  382. goback() {
  383. if (this.type == 2) {
  384. uni.switchTab({
  385. url: '../index/index'
  386. })
  387. } else {
  388. uni.navigateBack({})
  389. }
  390. },
  391. evaluate() {
  392. uni.navigateTo({
  393. url: 'evaluate?sheetID=' + this.id + '&shopID=' + this.orderData.ShopID
  394. })
  395. },
  396. goIndex() {
  397. uni.switchTab({
  398. url: '../index/index'
  399. })
  400. },
  401. cancelOrder() {
  402. var that = this;
  403. uni.showModal({
  404. title: '提示',
  405. content: '确定要取消订单吗',
  406. success: function(res) {
  407. if (res.confirm) {
  408. uni.showLoading({});
  409. that.$http('miniAppMyBMemberCar/updateBMSheetState', {
  410. id: that.orderData.ID
  411. }, 'POST').then(res => {
  412. uni.hideLoading();
  413. that.getData()
  414. })
  415. } else if (res.cancel) {
  416. }
  417. }
  418. });
  419. },
  420. orderPay() {
  421. uni.showLoading({});
  422. var that = this;
  423. this.$http('miniApp/maintainOrder/orderPay', {
  424. sheetID: this.orderData.ID
  425. }, 'POST').then(res => {
  426. uni.hideLoading();
  427. var payInfo = JSON.parse(res.data.payInfo)
  428. uni.requestPayment({
  429. provider: 'wxpay',
  430. // timeStamp: String(Date.now()),
  431. timeStamp: payInfo.timeStamp,
  432. nonceStr: payInfo.nonceStr,
  433. package: payInfo.package,
  434. signType: payInfo.signType,
  435. paySign: payInfo.paySign,
  436. success: function(res) {
  437. console.log('success:' + JSON.stringify(res));
  438. uni.showToast({
  439. title: '支付成功',
  440. icon: 'none',
  441. duration: 2000
  442. });
  443. that.getData()
  444. },
  445. fail: function(err) {
  446. console.log('fail:' + JSON.stringify(err));
  447. }
  448. });
  449. })
  450. },
  451. timeSfCk(item, index) {
  452. if (item.type == 1) {
  453. this.orderTimeIndex2 = index;
  454. var orderTime = this.OrderTimes[this.orderTimeIndex1].date + ' ' + item.time
  455. this.orderTime = orderTime
  456. }
  457. },
  458. timeCk() {
  459. this.timeShow = false;
  460. this.$http('miniApp/maintainOrder/changeOrderTime', {
  461. id: this.id,
  462. orderTime: this.orderTime
  463. }, 'POST').then(res => {
  464. if (res.code == 0) {
  465. uni.showToast({
  466. title: '修改成功',
  467. icon: 'none',
  468. duration: 2000
  469. });
  470. }
  471. this.getData()
  472. })
  473. },
  474. getOrderTimes() {
  475. this.$http('miniApp/maintainOrder/getOrderTimes', {
  476. }, 'GET').then(res => {
  477. this.OrderTimes = res.data;
  478. })
  479. }
  480. },
  481. onPullDownRefresh() {
  482. this.getOrderTimes()
  483. this.getData()
  484. setTimeout(function() {
  485. uni.stopPullDownRefresh();
  486. }, 1000);
  487. },
  488. }
  489. </script>
  490. <style scoped>
  491. .box {
  492. min-height: 100vh;
  493. background: #F4F5F7;
  494. }
  495. .status_bar {
  496. background: #FF4F00;
  497. width: 100vw;
  498. position: fixed;
  499. top: 0;
  500. left: 0;
  501. z-index: 1111;
  502. }
  503. .qrcodeBox {
  504. width: 100vw;
  505. height: 100vh;
  506. display: flex;
  507. justify-content: center;
  508. align-items: center;
  509. position: fixed;
  510. top: 0;
  511. left: 0;
  512. background: rgba(0, 0, 0, 0.7);
  513. }
  514. .top {
  515. width: 750rpx;
  516. height: 342rpx;
  517. background: #FF4F00;
  518. /* background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%); */
  519. }
  520. .nav {
  521. line-height: 44px;
  522. font-size: 34rpx;
  523. font-weight: 600;
  524. display: flex;
  525. justify-content: space-between;
  526. color: #FFFFFF;
  527. position: fixed;
  528. width: 100vw;
  529. left: 0;
  530. z-index: 1111;
  531. background: #FF4F00;
  532. }
  533. .gobackImg {
  534. width: 92rpx;
  535. height: 88rpx;
  536. /* padding: 12px; */
  537. }
  538. .SheetState {
  539. font-size: 44rpx;
  540. font-weight: 500;
  541. color: #FFFFFF;
  542. padding-left: 24rpx;
  543. padding-top: 50rpx;
  544. }
  545. .orderTop {
  546. width: 702rpx;
  547. background: #FFFFFF;
  548. border-radius: 10rpx;
  549. margin-left: 24rpx;
  550. }
  551. .timeEditImg {
  552. width: 25rpx;
  553. height: 25rpx;
  554. padding-left: 20rpx;
  555. }
  556. .timeLeft {
  557. font-size: 32rpx;
  558. color: #3C3C3C;
  559. }
  560. .timeRight {
  561. font-size: 26rpx;
  562. color: #3F90F7;
  563. }
  564. .timeBox {
  565. display: flex;
  566. justify-content: space-between;
  567. padding: 24rpx 20rpx;
  568. border-bottom: 1rpx solid #EEEEEE;
  569. }
  570. .orderTop {
  571. position: relative;
  572. top: -44rpx;
  573. }
  574. .shopBoximg {
  575. width: 40rpx;
  576. height: 40rpx;
  577. }
  578. .shopRightImg {
  579. width: 52rpx;
  580. height: 60rpx;
  581. }
  582. .shopsx {
  583. width: 1px;
  584. height: 50rpx;
  585. background: #EEEEEE;
  586. margin-top: 30rpx;
  587. margin-left: 28rpx;
  588. }
  589. .shopBox {
  590. display: flex;
  591. padding: 0rpx 20rpx 36rpx 20rpx;
  592. }
  593. .shopCont {
  594. width: 418rpx;
  595. padding-left: 20rpx;
  596. }
  597. .shopName {
  598. font-size: 28rpx;
  599. color: #3C3C3C;
  600. font-weight: bold;
  601. }
  602. .Address {
  603. color: #999999;
  604. font-size: 26rpx;
  605. padding-top: 10rpx;
  606. }
  607. .shopRihgtTxt {
  608. color: #999999;
  609. font-size: 22rpx;
  610. padding-top: 5rpx;
  611. }
  612. .shopRightBox {
  613. padding-top: 30rpx;
  614. padding-left: 28rpx;
  615. }
  616. .peopleCont {
  617. font-size: 28rpx;
  618. font-weight: bold;
  619. color: #3C3C3C;
  620. padding-left: 20rpx;
  621. }
  622. .people {
  623. display: flex;
  624. padding-left: 20rpx;
  625. padding-top: 30rpx;
  626. padding-bottom: 36rpx;
  627. }
  628. .PlateNumberBox {
  629. display: flex;
  630. padding-left: 20rpx;
  631. padding-bottom: 30rpx;
  632. }
  633. .PlateNumbercx {
  634. font-size: 28rpx;
  635. font-weight: bold;
  636. color: #3C3C3C;
  637. padding-left: 20rpx;
  638. }
  639. .PlateNumber {
  640. width: 130rpx;
  641. height: 32rpx;
  642. border-radius: 4rpx;
  643. border: 1px solid #F19D01;
  644. line-height: 32rpx;
  645. text-align: center;
  646. font-size: 22rpx;
  647. color: #F19D01;
  648. margin-left: 26rpx;
  649. }
  650. .PlateNumberBoxTop {
  651. display: flex;
  652. }
  653. .CarModel {
  654. font-size: 26rpx;
  655. color: #999999;
  656. padding-left: 20rpx;
  657. padding-top: 6rpx;
  658. padding-right: 20rpx;
  659. padding-bottom: 15rpx;
  660. width: 600rpx;
  661. }
  662. .detailedBox {
  663. width: 702rpx;
  664. background: #FFFFFF;
  665. border-radius: 10px;
  666. margin-left: 24rpx;
  667. margin-top: -60rpx;
  668. padding-bottom: 20rpx;
  669. }
  670. .itemBox {
  671. margin-top: 20rpx;
  672. }
  673. .detailedTitle {
  674. font-size: 32rpx;
  675. color: #3C3C3C;
  676. padding-left: 20rpx;
  677. padding-top: 30rpx;
  678. padding-bottom: 10rpx;
  679. }
  680. .detailedLine {
  681. display: flex;
  682. padding-left: 20rpx;
  683. padding-top: 40rpx;
  684. }
  685. .detailedImg {
  686. width: 120rpx;
  687. height: 120rpx;
  688. border-radius: 10rpx;
  689. }
  690. .detailedCont {
  691. padding-left: 20rpx;
  692. display: flex;
  693. flex-direction: column;
  694. justify-content: space-between;
  695. }
  696. .detailedName {
  697. font-size: 26rpx;
  698. color: #3C3C3C;
  699. }
  700. .detailedContBottom {
  701. display: flex;
  702. justify-content: space-between;
  703. font-size: 26rpx;
  704. color: #999999;
  705. width: 500rpx;
  706. line-height: 40rpx;
  707. }
  708. .SalePrice {
  709. font-size: 32rpx;
  710. font-weight: 500;
  711. color: #3C3C3C;
  712. }
  713. .goodscost {
  714. width: 702rpx;
  715. background: #FFFFFF;
  716. border-radius: 10px;
  717. margin-left: 24rpx;
  718. margin-top: 20rpx;
  719. padding: 15rpx 0;
  720. }
  721. .goodscostLine {
  722. display: flex;
  723. justify-content: space-between;
  724. font-size: 28rpx;
  725. padding: 20rpx 20rpx;
  726. color: #666666;
  727. }
  728. .goodsCostNum {
  729. color: #3C3C3C;
  730. }
  731. .information {
  732. width: 702rpx;
  733. background: #FFFFFF;
  734. border-radius: 10px;
  735. margin-left: 24rpx;
  736. margin-top: 20rpx;
  737. padding: 0rpx 0 15rpx 0;
  738. }
  739. .informationLine {
  740. display: flex;
  741. font-size: 26rpx;
  742. padding: 15rpx 20rpx;
  743. }
  744. .informationTxt {
  745. width: 190rpx;
  746. color: #666666;
  747. }
  748. .informationNum {
  749. color: #333333;
  750. }
  751. .copyBtn {
  752. width: 86rpx;
  753. height: 40rpx;
  754. background: #F4F5F7;
  755. border-radius: 20rpx;
  756. font-size: 24rpx;
  757. color: #333333;
  758. text-align: center;
  759. line-height: 40rpx;
  760. margin-left: 20rpx;
  761. }
  762. .orderBottom {
  763. width: 750rpx;
  764. height: 98rpx;
  765. background: #FFFFFF;
  766. position: fixed;
  767. left: 0;
  768. bottom: 0;
  769. display: flex;
  770. justify-content: flex-end;
  771. }
  772. .cancelBtn {
  773. width: 150rpx;
  774. height: 56rpx;
  775. border-radius: 36rpx;
  776. border: 2rpx solid #DDDDDD;
  777. text-align: center;
  778. line-height: 56rpx;
  779. font-size: 28rpx;
  780. color: #3C3C3C;
  781. margin-top: 21rpx;
  782. margin-right: 16rpx;
  783. margin-left: 20rpx;
  784. }
  785. .payBtn {
  786. width: 150rpx;
  787. height: 56rpx;
  788. border-radius: 36rpx;
  789. border: 2rpx solid #FF4F00;
  790. text-align: center;
  791. line-height: 56rpx;
  792. font-size: 28rpx;
  793. color: #FF4F00;
  794. margin-top: 21rpx;
  795. margin-right: 16rpx;
  796. margin-left: 20rpx;
  797. }
  798. .timeBox2 {
  799. width: 100vw;
  800. height: 100vh;
  801. background: rgba(0, 0, 0, 0.5);
  802. position: fixed;
  803. top: 0;
  804. left: 0;
  805. }
  806. .timeLeftActive {
  807. background: #FFFFFF;
  808. }
  809. .timeMain {
  810. width: 100vw;
  811. height: 70vh;
  812. margin-top: 30vh;
  813. background: #FFFFFF;
  814. border-radius: 24rpx 24rpx 0px 0px;
  815. }
  816. .timesfNo {
  817. background: #F5F5F5;
  818. }
  819. .timesfActive {
  820. background: #FF4F00;
  821. }
  822. .timesfActive .timeSfNum {
  823. color: #FFFFFF;
  824. }
  825. .timesfActive .timeyy {
  826. color: #FFFFFF;
  827. }
  828. .topBox {
  829. padding: 20rpx 24rpx;
  830. }
  831. .timeTop {
  832. display: flex;
  833. line-height: 90rpx;
  834. padding-left: 24rpx;
  835. padding-right: 24rpx;
  836. justify-content: space-between;
  837. }
  838. .timeTopTitle {
  839. font-size: 30rpx;
  840. font-family: PingFangSC-Medium, PingFang SC;
  841. font-weight: 600;
  842. color: #3C3C3C;
  843. }
  844. .close {
  845. color: #999999;
  846. font-size: 30rpx;
  847. padding-left: 30rpx;
  848. }
  849. .timeCont {
  850. height: calc(70vh - 210rpx);
  851. }
  852. .timeSv {
  853. height: calc(70vh - 210rpx);
  854. }
  855. .timeLeft2 {
  856. width: 162rpx;
  857. background: #F4F5F7;
  858. border-top: 1px soid #F4F5F7;
  859. border-right: 1px soid #F4F5F7;
  860. }
  861. .timeRight2 {
  862. width: 588rpx;
  863. }
  864. .timesf {
  865. width: 165rpx;
  866. height: 98rpx;
  867. border-radius: 7rpx;
  868. border: 2rpx solid #EEEEEE;
  869. text-align: center;
  870. margin-left: 20rpx;
  871. margin-bottom: 24rpx;
  872. }
  873. .timeBottom {
  874. width: 750rpx;
  875. height: 120rpx;
  876. background: #FFFFFF;
  877. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  878. display: flex;
  879. align-items: center;
  880. }
  881. .timerightBox {
  882. display: flex;
  883. flex-wrap: wrap;
  884. }
  885. .timeCont {
  886. display: flex;
  887. }
  888. .timeSfNum {
  889. color: #666666;
  890. font-size: 28rpx;
  891. padding-top: 15rpx;
  892. }
  893. .timeyy {
  894. font-size: 24rpx;
  895. color: #999999;
  896. }
  897. .timecomplete {
  898. width: 690rpx;
  899. height: 74rpx;
  900. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  901. border-radius: 37rpx;
  902. line-height: 74rpx;
  903. text-align: center;
  904. font-size: 30rpx;
  905. color: #FFFFFF;
  906. margin-left: 30rpx;
  907. }
  908. .timeleftLine {
  909. font-size: 30rpx;
  910. color: #999999;
  911. text-align: center;
  912. padding: 28rpx 10rpx;
  913. border-bottom: 1px solid #EEEEEE;
  914. }
  915. </style>