info.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. <template>
  2. <view class="content">
  3. <view class="card">
  4. <view class="row">
  5. <view class="name">
  6. 取宠时间
  7. </view>
  8. <view class="text">
  9. {{info.agree_date}}
  10. {{info.agree_time}}
  11. </view>
  12. </view>
  13. <view class="row">
  14. <view class="name">
  15. 托运方式
  16. </view>
  17. <view class="text">
  18. {{info.freight === 'air'?'空运':''}}
  19. {{info.freight === 'fast'?'快车':''}}
  20. {{info.freight === 'special'?'专车':''}}
  21. </view>
  22. </view>
  23. </view>
  24. <view class="card">
  25. <view class="title">
  26. 托运信息
  27. </view>
  28. <view class="order">
  29. <view class="order_a"><text class="order_yuan"></text> <text>取</text></view>
  30. <view class="order_b" @click="copy(info.from_addr.location)">
  31. <view class="order_p">{{info.from_addr.location}}</view>
  32. <view class="order_c">
  33. <view class="order_p1">{{info.from_addr.name}}</view>
  34. <view class="order_p2">{{info.from_addr.mobile}}</view>
  35. </view>
  36. </view>
  37. <view class="order_c" @click="callPhone(info.from_addr.mobile)">
  38. <image src="https://pet.hdlkeji.com/assets/static/phone.png" style="width: 50rpx;height: 50rpx;">
  39. </image>
  40. </view>
  41. </view>
  42. <view class="order" style="margin-bottom: 20rpx;">
  43. <view class="order_a"><text class="order_yuana order_yuan "></text> <text>送</text></view>
  44. <view class="order_b" @click="copy(info.to_addr.location)">
  45. <view class="order_p">{{info.to_addr.location}}</view>
  46. <view class="order_c">
  47. <view class="order_p1">{{info.to_addr.name}}</view>
  48. <view class="order_p2">{{info.to_addr.mobile}}</view>
  49. </view>
  50. </view>
  51. <view class="order_c" @click="callPhone(info.to_addr.mobile)">
  52. <image src="https://pet.hdlkeji.com/assets/static/phone.png" style="width: 50rpx;height: 50rpx;">
  53. </image>
  54. </view>
  55. </view>
  56. <view class="row">
  57. <view class="row half">
  58. <view class="name">
  59. 宠物类别
  60. </view>
  61. <view class="text">
  62. {{info.pet_category}}
  63. </view>
  64. </view>
  65. <view class="row half">
  66. <view class="name">
  67. 宠物数量
  68. </view>
  69. <view class="text">
  70. {{info.num}}
  71. </view>
  72. </view>
  73. </view>
  74. <view class="row">
  75. <view class="row half">
  76. <view class="name">
  77. 上门接宠
  78. </view>
  79. <view class="text">
  80. {{info.pick_up === 1 || info.pick_up === 4? '需要':'不需要'}}
  81. </view>
  82. </view>
  83. <view class="row half">
  84. <view class="name">
  85. 送宠到家
  86. </view>
  87. <view class="text">
  88. {{info.pick_up === 2|| info.pick_up === 4? '需要':'不需要'}}
  89. </view>
  90. </view>
  91. </view>
  92. <view class="row">
  93. <view class="row half">
  94. <view class="name">
  95. 宠物规格
  96. </view>
  97. <view class="text">
  98. {{info.spec}}
  99. </view>
  100. </view>
  101. <view class="row half">
  102. <view class="name">
  103. 有无宠笼
  104. </view>
  105. <view class="text">
  106. {{info.has_cage?"有":"没有"}}
  107. </view>
  108. </view>
  109. </view>
  110. <view class="row">
  111. <view class="row half">
  112. <view class="name">
  113. 宠物重量
  114. </view>
  115. <view class="text">
  116. {{info.weight}}KG
  117. </view>
  118. </view>
  119. <view class="row half">
  120. <view class="name">
  121. 宠具件数
  122. </view>
  123. <view class="text">
  124. {{info.piece}}件
  125. </view>
  126. </view>
  127. </view>
  128. <view class="row">
  129. <view class="row half">
  130. <view class="name">
  131. 备注信息
  132. </view>
  133. <view class="text">
  134. </view>
  135. </view>
  136. </view>
  137. <view class="row">
  138. {{info.remark === null ?'无':info.remark}}
  139. </view>
  140. <view class="row" v-if="info.images.length > 1" @click="clickImage(info.images)">
  141. <view class="row half">
  142. <view class="name">
  143. 宠物图片
  144. </view>
  145. </view>
  146. </view>
  147. <view class="image" @click="clickImage(info.images)">
  148. <image v-for="(item,index) in info.images" :src="item" class="image-dom" :key="index"></image>
  149. </view>
  150. </view>
  151. <view class="card">
  152. <view class="title">
  153. 订单信息
  154. </view>
  155. <view class="row" v-if="isAdmin">
  156. <view class="name">
  157. 订单金额
  158. </view>
  159. <view class="text" style="color: red;">
  160. ¥{{info.real_amount}}
  161. </view>
  162. </view>
  163. <view class="row" v-if="isAdmin">
  164. <view class="name">
  165. 优惠金额
  166. </view>
  167. <view class="text" style="color: red;">
  168. ¥{{info.discount_amount}}
  169. </view>
  170. </view>
  171. <view class="row">
  172. <view class="name">
  173. 订单编号
  174. </view>
  175. <view class="text">
  176. {{info.no}}
  177. </view>
  178. </view>
  179. <view class="row">
  180. <view class="name">
  181. 下单时间
  182. </view>
  183. <view class="text">
  184. <!-- {{info.created_at?$u.timeFormat(info.created_at, 'yyyy年mm月dd日 hh时MM分'):"-"}} -->
  185. {{info.created_at?info.created_at:"-"}}
  186. </view>
  187. </view>
  188. <view class="row">
  189. <view class="name">
  190. 支付方式
  191. </view>
  192. <view class="text">
  193. {{info.pay_type === 1?"余额支付":"微信支付"}}
  194. </view>
  195. </view>
  196. <view class="row">
  197. <view class="name">
  198. 支付时间
  199. </view>
  200. <view class="text">
  201. <!-- {{info.pay_time?$u.timeFormat(info.pay_time, 'yyyy年mm月dd日 hh时MM分'):'-'}} -->
  202. {{info.pay_time?info.pay_time:"-"}}
  203. </view>
  204. </view>
  205. </view>
  206. <view class="card">
  207. <view class="row">
  208. <view class="row half">
  209. <image src="https://ldc365.cn/assets/static/detaila.png" style="width: 30rpx;height: 30rpx;">
  210. </image>
  211. <view class="yellow" style="margin: 0 20rpx;">宠物安心保</view>
  212. <image src="https://ldc365.cn/assets/static/1/29.png" style="width: 30rpx;height: 30rpx;">
  213. </image>
  214. </view>
  215. <view class="row half yellow">
  216. {{info.protect_valid?"生效中":"已失效"}}
  217. </view>
  218. </view>
  219. <view class="row">
  220. <view class="name">
  221. {{info.protect_amount}}保{{info.protect_max}}
  222. </view>
  223. </view>
  224. </view>
  225. <view class="card" v-if="info.status >1&&info.senders.length>0">
  226. <view class="title">
  227. 配送信息
  228. </view>
  229. <view class="row" v-if="info.senders[0].user.name">
  230. <view class="name">
  231. 取宠代理
  232. </view>
  233. <view class="text">
  234. {{info.senders[0]?info.senders[0].user.name: "-"}}
  235. </view>
  236. </view>
  237. <view class="row" v-if="info.senders[0].user.mobile">
  238. <view class="name">
  239. 联系电话
  240. </view>
  241. <view class="text row" style="justify-content: space-between;">
  242. <view>
  243. {{info.senders[0]?info.senders[0].user.mobile: "-"}}
  244. </view>
  245. <image src="https://pet.hdlkeji.com/assets/static/phone.png" style="width: 30rpx;height: 30rpx;"
  246. @click="callPhone(info.senders[0].user.mobile)">
  247. </image>
  248. </view>
  249. </view>
  250. <view class="row" v-if="info.senders[1].user.name">
  251. <view class="name">
  252. 派送代理
  253. </view>
  254. <view class="text">
  255. {{info.senders[1]?info.senders[1].user.name: "-"}}
  256. </view>
  257. </view>
  258. <view class="row" v-if="info.senders[1].user.mobile">
  259. <view class="name">
  260. 联系电话
  261. </view>
  262. <view class="text row" style="justify-content: space-between;">
  263. <view>{{info.senders[1]?info.senders[1].user.mobile: "-"}}</view>
  264. <image src="https://pet.hdlkeji.com/assets/static/phone.png" style="width: 30rpx;height: 30rpx;"
  265. @click="callPhone(info.senders[1].user.mobile)">
  266. </image>
  267. </view>
  268. </view>
  269. <view class="row" v-if="">
  270. <view class="name">
  271. 完成时间
  272. </view>
  273. <view class="text">
  274. {{info.completed_at}}
  275. <!-- {{info.completed_at?$u.timeFormat(info.completed_at, 'yyyy年mm月dd日 hh时MM分'):'-'}} -->
  276. </view>
  277. </view>
  278. </view>
  279. <view class="card" v-if="info.status > 50&&info.status <70">
  280. <view class="title">
  281. 结算信息
  282. </view>
  283. <view class="row">
  284. <view class="row half">
  285. <view class="name">
  286. 取件费
  287. </view>
  288. <view class="text red">
  289. ¥{{info.current_send_order.fee_1}}
  290. </view>
  291. </view>
  292. <view class="row half">
  293. <view class="name">
  294. 派送费
  295. </view>
  296. <view class="text red">
  297. ¥{{info.current_send_order.fee_3}}
  298. </view>
  299. </view>
  300. </view>
  301. <view class="row">
  302. <view class="row half">
  303. <view class="name">
  304. 运输费
  305. </view>
  306. <view class="text red">
  307. ¥{{info.current_send_order.fee_2}}
  308. </view>
  309. </view>
  310. <view class="row half">
  311. <view class="name">
  312. 寄养费
  313. </view>
  314. <view class="text red">
  315. ¥{{info.current_send_order.fee_5}}
  316. </view>
  317. </view>
  318. </view>
  319. <view class="row">
  320. <view class="row half">
  321. <view class="name">
  322. 宠具费
  323. </view>
  324. <view class="text red">
  325. ¥{{info.current_send_order.fee_4}}
  326. </view>
  327. </view>
  328. <view class="row half">
  329. <view class="name">
  330. 其他
  331. </view>
  332. <view class="text red">
  333. ¥{{info.current_send_order.fee_6}}
  334. </view>
  335. </view>
  336. </view>
  337. <view class="row ">
  338. <view class="row half">
  339. <view class="name">
  340. 总计
  341. </view>
  342. <view class="text red">
  343. ¥{{info.current_send_order.fee_total}}
  344. </view>
  345. </view>
  346. <view class="row half">
  347. </view>
  348. </view>
  349. </view>
  350. <view class="card" v-if="info.status === 80 && info.refund_status > -1">
  351. <view class="title">
  352. 退款信息
  353. </view>
  354. <view class="row">
  355. <view class="row">
  356. <view class="name">
  357. 退款金额
  358. </view>
  359. <view class="text red">
  360. {{info.refund_amount||''}}
  361. </view>
  362. </view>
  363. </view>
  364. <view class="row" v-if="info.refund_at">
  365. <view class="row">
  366. <view class="name">
  367. 退款时间
  368. </view>
  369. <view class="text red">
  370. <!-- {{info.refund_at?$u.timeFormat(info.refund_at, 'yyyy年mm月dd日 hh时MM分'):'-'}} -->
  371. {{info.refund_at}}
  372. </view>
  373. </view>
  374. </view>
  375. <view class="row">
  376. <view class="row">
  377. <view class="name">
  378. 退款原因
  379. </view>
  380. <view class="text">
  381. </view>
  382. </view>
  383. </view>
  384. <view class="row">
  385. {{info.refund_reason||''}}
  386. </view>
  387. <view class="row">
  388. <view class="row half">
  389. <view class="name">
  390. 退款图片
  391. </view>
  392. </view>
  393. </view>
  394. <view class="image">
  395. <image :src="item" class="image-dom" v-for="(item,index) in info.refund_images"
  396. @click="clickImage(info.refund_images)"></image>
  397. </view>
  398. </view>
  399. <view class="card" style="margin-bottom: 15vh;" v-if="info.user_remark.length>0">
  400. <view class="title">
  401. 备注信息
  402. </view>
  403. <view class="col" style="width: 100%;">
  404. <view class="name" v-for="(item,key) in info.user_remark" style="width: 100%;">
  405. {{item.txt}}
  406. </view>
  407. </view>
  408. </view>
  409. <view class="bottom-btn" v-if="!isAdmin">
  410. <view class="buttom-dom" @click="create(info.id)" v-if="info.status === 1 && !isAdmin">
  411. 立即接单
  412. </view>
  413. <view class="buttom-dom" @click="video(0,1,info.id)"
  414. v-if="info.status === 10 || info.status === 20 || info.status === 30">
  415. 备注
  416. </view>
  417. <view class="buttom-dom" @click="video(1,2,info.id)" v-if="info.status === 10 || info.status === 20 || info.status === 30">
  418. 上传更多
  419. </view>
  420. <view class="buttom-dom" @click="video(info.status,3,info.id)"
  421. v-if="info.status === 10 && info.current_send_order.type === 1">
  422. 上传取宠视频
  423. </view>
  424. <view class="buttom-dom" @click="video(info.status,4,info.id)"
  425. v-if="info.status === 20 && info.current_send_order.type === 1">
  426. 上传运输视频
  427. </view>
  428. <view class="buttom-dom" @click="video(info.status,5,info.id)"
  429. v-if="info.status === 30 && info.current_send_order.type === 2">
  430. 上传送达视频
  431. </view>
  432. <view class="buttom-dom" @click="del(info.id)" v-if="info.status === 60 && info.refund_status !== 0">
  433. 删除订单
  434. </view>
  435. <view class="buttom-dom" @click="del(info.id)" v-if="info.status === 80 && info.refund_status !== 0">
  436. 删除订单
  437. </view>
  438. </view>
  439. <view class="bottom-btn" v-if="isAdmin">
  440. <view class="buttom-dom" @click.stop="transport(info.id)" v-if="info.status>1">运送详情</view>
  441. <view class="buttom-dom" @click="video(0,1,info.id)"
  442. v-if="info.status === 1 || info.status === 10 || info.status === 20 || info.status === 30">
  443. 备注
  444. </view>
  445. <view class="buttom-dom" @click.stop="push(info.id)" v-if="info.status == 55">结算</view>
  446. <view class="buttom-dom" @click.stop="refuse(info.id)" v-if="info.status == 55">拒绝</view>
  447. <view class="buttom-dom" @click="del(info.id)" v-if="info.status === 60 && info.refund_status !== 0">
  448. 删除订单
  449. </view>
  450. <view class="buttom-dom" @click="del(info.id)" v-if="info.status === 80 && info.refund_status !== 0">
  451. 删除订单
  452. </view>
  453. </view>
  454. </view>
  455. </template>
  456. <script>
  457. export default {
  458. data() {
  459. return {
  460. // 是否是管理员
  461. isAdmin: false,
  462. info: {},
  463. id: ''
  464. }
  465. },
  466. onShow() {
  467. // this.isAdmin = getApp().globalData.isAdmin
  468. // this.getData(this.id);
  469. },
  470. onLoad(e) {
  471. let id = e.id
  472. this.isAdmin = getApp().globalData.isAdmin
  473. this.getData(id);
  474. this.id = id
  475. },
  476. methods: {
  477. // 拒绝结算
  478. refuse(id) {
  479. this.request("/admin_order/deal_settle", {
  480. id: id,
  481. status: 2
  482. }, "GET").then(res => {
  483. if (res.code === 1) {
  484. uni.navigateBack({
  485. delta: 1
  486. })
  487. }
  488. })
  489. },
  490. // 结算
  491. push(id) {
  492. this.request("/admin_order/deal_settle", {
  493. id: id,
  494. status: 1
  495. }, "GET").then(res => {
  496. if (res.code === 1) {
  497. uni.navigateBack({
  498. delta: 1
  499. })
  500. }
  501. })
  502. },
  503. // 运行详情
  504. transport(id) {
  505. uni.navigateTo({
  506. url: "./transport?id=" + id + "&admin=" + 1
  507. })
  508. },
  509. // 删除订单
  510. del(id) {
  511. let url = ""
  512. if (this.isAdmin) {
  513. url = "/admin_order/order_delete"
  514. } else {
  515. url = "/sender_order_controller/delete"
  516. }
  517. this.request(url, {
  518. id: id
  519. }, "GET").then(res => {
  520. if (res.code === 1) {
  521. uni.navigateBack({
  522. delta: 1
  523. })
  524. }
  525. })
  526. },
  527. // 点击复制
  528. copy(str) {
  529. wx.setClipboardData({
  530. data: str,
  531. success(res) {
  532. wx.getClipboardData({
  533. success(res) {
  534. console.log(res.data) // data
  535. }
  536. })
  537. }
  538. })
  539. },
  540. // 点击拨打电话
  541. callPhone(tel) {
  542. uni.makePhoneCall({
  543. phoneNumber: tel
  544. })
  545. },
  546. // 点击查看图片
  547. clickImage(images) {
  548. uni.previewImage({
  549. urls: images
  550. })
  551. },
  552. // 点击立即接单
  553. create(id) {
  554. this.request("/sender_order_controller/get", {
  555. id: id
  556. }, "POST").then(res => {
  557. if (res.code === 1) {
  558. this.$u.toast('接单成功')
  559. setTimeout(function() {
  560. uni.navigateBack({
  561. delta: 1
  562. })
  563. }, 2000);
  564. }
  565. })
  566. },
  567. // 获取订单信息
  568. getData(id) {
  569. // 判断是否是管理员
  570. let url = '';
  571. if (!this.isAdmin) {
  572. url = "/sender_order_controller/detail"
  573. } else {
  574. url = "/admin_order/order_detail"
  575. }
  576. this.request(url, {
  577. id: id
  578. }, "GET").then(res => {
  579. console.log(res)
  580. if (res.code === 1) {
  581. this.info = res.data
  582. }
  583. })
  584. },
  585. // 点击上传视频
  586. video(status, type, id) {
  587. // status 的订单状态 10取宠视频 20 运输视频 30送宠视频
  588. // type 1 备注 2上传更多 3上传取宠视频 4上传运输视频 5上传送达视频
  589. // function gotoPage(){
  590. // uni.navigateTo({
  591. // url: "./video?status=" + status + "&type=" + type + "&id=" + id
  592. // })
  593. // }
  594. // if(type === 3){
  595. // uni.showModal({
  596. // title:"确认宠物已到达正在配送?",
  597. // success(res) {
  598. // if(res.confirm){
  599. // gotoPage()
  600. // }
  601. // }
  602. // })
  603. // }
  604. if (type == 3) {
  605. uni.showModal({
  606. content: "确定宠物已到达正在配送中吗?",
  607. cancelText: "取消",
  608. confirmColor:"#F6B403",
  609. success(res) {
  610. if(res.confirm){
  611. uni.redirectTo({
  612. url: "./video?status=" + status + "&type=" + type + "&id=" + id
  613. })
  614. }
  615. }
  616. })
  617. return false
  618. }
  619. if (type == 5) {
  620. uni.showModal({
  621. content: "确定已将宠物安全送达吗?",
  622. cancelText: "取消",
  623. confirmColor:"#F6B403",
  624. success(res) {
  625. if(res.confirm){
  626. uni.redirectTo({
  627. url: "./video?status=" + status + "&type=" + type + "&id=" + id
  628. })
  629. }
  630. }
  631. })
  632. return false
  633. }
  634. uni.redirectTo({
  635. url: "./video?status=" + status + "&type=" + type + "&id=" + id
  636. })
  637. }
  638. }
  639. }
  640. </script>
  641. <style lang="scss">
  642. .content {
  643. padding-top: 40rpx;
  644. }
  645. .yellow {
  646. color: #F6B403;
  647. display: flex;
  648. flex-direction: row;
  649. align-items: center;
  650. justify-content: flex-end !important;
  651. }
  652. .row {
  653. justify-content: flex-start;
  654. .row {
  655. .name {
  656. min-width: 90rpx;
  657. text-align: right;
  658. }
  659. }
  660. }
  661. .card {
  662. background-color: #FFFFFF;
  663. width: 93%;
  664. margin: 0 auto;
  665. margin-bottom: 40rpx;
  666. padding: 30rpx;
  667. border-radius: 30rpx;
  668. display: flex;
  669. flex-direction: column;
  670. align-items: center;
  671. justify-content: space-between;
  672. .name {
  673. color: #999;
  674. min-width: 20%;
  675. }
  676. .text {
  677. text-indent: 1em;
  678. overflow-x: scroll;
  679. white-space: nowrap;
  680. }
  681. .red {
  682. color: red;
  683. }
  684. .title {
  685. font-size: 36rpx;
  686. font-weight: bold;
  687. padding-bottom: 20rpx;
  688. width: 100%;
  689. }
  690. .row {
  691. margin-bottom: 20rpx;
  692. }
  693. }
  694. .card {
  695. .order {
  696. width: 100%;
  697. display: flex;
  698. justify-content: space-between;
  699. align-items: center;
  700. // height: 100rpx;
  701. background: #F5F6FB;
  702. opacity: 1;
  703. padding: 14rpx 24rpx;
  704. box-sizing: border-box;
  705. border-radius: 16rpx;
  706. margin-bottom: 10rpx;
  707. .order_a {
  708. font-size: 26rpx;
  709. font-family: PingFang SC;
  710. font-weight: 500;
  711. line-height: 36rpx;
  712. color: #1F4971;
  713. opacity: 1;
  714. display: flex;
  715. justify-content: flex-start;
  716. align-items: center;
  717. .order_yuan {
  718. display: inline-block;
  719. width: 14rpx;
  720. height: 14rpx;
  721. background: #F6B403;
  722. border-radius: 50%;
  723. opacity: 1;
  724. margin-right: 10rpx;
  725. }
  726. .order_yuana {
  727. display: inline-block;
  728. width: 14rpx;
  729. height: 14rpx;
  730. background: #F54948;
  731. border-radius: 50%;
  732. opacity: 1;
  733. margin-right: 10rpx;
  734. }
  735. }
  736. .order_b {
  737. width: 80%;
  738. text-align: left;
  739. .order_p {
  740. font-size: 26rpx;
  741. font-family: PingFang SC;
  742. font-weight: 500;
  743. line-height: 36rpx;
  744. color: #111111;
  745. opacity: 1;
  746. }
  747. .order_c {
  748. display: flex;
  749. justify-content: flex-start;
  750. align-items: center;
  751. margin-top: 6rpx;
  752. .order_p1 {
  753. font-size: 26rpx;
  754. font-family: PingFang SC;
  755. font-weight: 400;
  756. line-height: 36rpx;
  757. color: #111111;
  758. opacity: 1;
  759. }
  760. .order_p2 {
  761. font-size: 26rpx;
  762. font-family: PingFang SC;
  763. font-weight: 400;
  764. line-height: 36rpx;
  765. color: #111111;
  766. opacity: 1;
  767. margin-left: 40rpx;
  768. }
  769. }
  770. }
  771. }
  772. }
  773. .min-card {
  774. width: 100%;
  775. background-color: #F8F8F8;
  776. }
  777. .image {
  778. width: 100%;
  779. display: flex;
  780. flex-direction: row;
  781. align-items: center;
  782. justify-content: flex-start;
  783. flex-wrap: wrap;
  784. .image-dom {
  785. width: 120rpx;
  786. height: 120rpx;
  787. border: 1px #eee solid;
  788. margin-right: 20rpx;
  789. margin-bottom: 20rpx;
  790. }
  791. }
  792. .bottom-btn {
  793. width: 100vw;
  794. height: 10vh;
  795. background-color: #FFFFFF;
  796. display: flex;
  797. flex-direction: row;
  798. align-items: center;
  799. justify-content: flex-end;
  800. .buttom-dom {
  801. height: 70rpx;
  802. min-width: 20%;
  803. background-color: #F6B301;
  804. color: #FFFFFF;
  805. text-align: center;
  806. line-height: 70rpx;
  807. color: #FFFFFF;
  808. border-radius: 70rpx;
  809. margin: 0 40rpx;
  810. padding: 0 10rpx;
  811. }
  812. }
  813. </style>