payment.vue 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. <template>
  2. <view class="payment">
  3. <view class="page">
  4. <u-toast ref="uToast" />
  5. <view class="layer">
  6. <view class="layerBox">
  7. <view class="status">
  8. <view>
  9. <view class="text" v-if="showData.status == 0">待付款</view>
  10. <view class="text" v-if="showData.status == 10">已付款</view>
  11. <view class="text" v-if="showData.status == 15">待发货</view>
  12. <view class="text" v-if="showData.status == 17"
  13. >有号码未发货</view
  14. >
  15. <view class="text" v-if="showData.status == 20">待开卡</view>
  16. <view class="text" v-if="showData.status == 25">已完成</view>
  17. <view class="text" v-if="showData.status == 30">申请退款</view>
  18. <view class="text" v-if="showData.status == 50">已关闭</view>
  19. <view class="text" v-if="showData.status == 60">无号码</view>
  20. <view class="text" v-if="showData.status == 70">换卡</view>
  21. <view class="text" v-if="showData.status == 80">争议单</view>
  22. <view class="text" v-if="showData.status == 90">已退款</view>
  23. <view class="text" v-if="showData.status == 100">退款驳回</view>
  24. <view class="time" v-if="showData.status == 0">
  25. 剩余{{ showData.expire_time | countDown }}自动关闭
  26. </view>
  27. </view>
  28. <image
  29. src="../../static/img/image33.5312da34affa27840991.png"
  30. mode=""
  31. ></image>
  32. </view>
  33. <view class="icon">
  34. <view class="buttonType iconBox">
  35. <!-- <button open-type="contact" @click.stop="buttonType" style="box-shadow: none;">
  36. <image src="../../static/img/image34.886ab0b212f2893c0da6.png" mode=""></image>
  37. <text>客服</text>
  38. </button> -->
  39. <button
  40. open-type="byteHi"
  41. data-im-id="28040772090"
  42. style="box-shadow: none"
  43. >
  44. <image
  45. src="../../static/img/image34.886ab0b212f2893c0da6.png"
  46. mode=""
  47. ></image>
  48. <text>客服</text>
  49. </button>
  50. </view>
  51. <view class="iconBox" @tap="orderList()">
  52. <image
  53. src="../../static/img/image35.7dc7472cb7f4e8f75fa3.png"
  54. mode=""
  55. ></image>
  56. <text>查询更多订单</text>
  57. </view>
  58. </view>
  59. <view class="price">
  60. <view class="priceCon">
  61. <view class="title">{{ showData.no }}</view>
  62. <view class="text"
  63. >{{ showData.info.mobile.province }}
  64. {{ showData.info.mobile.city }}
  65. {{ showData.info.mobile.is_private ? "虚拟运营商" : "" }} ({{
  66. showData.info.mobile.brand
  67. }})</view
  68. >
  69. <view class="priceNum">
  70. <view class="li">
  71. <view class="name"> 活动价 </view>
  72. <view
  73. class="numbers"
  74. v-if="showData.info.mobile.is_activity == 0"
  75. >
  76. ¥{{ showData.info.mobile.amount_base }}
  77. </view>
  78. <view class="numbers" v-else>
  79. ¥{{ showData.info.mobile.amount_kill }}
  80. </view>
  81. </view>
  82. <view class="li">
  83. <view class="name"> 原价 </view>
  84. <view class="numbers">
  85. ¥{{ showData.amount_original }}
  86. </view>
  87. </view>
  88. <view class="li">
  89. <view class="name"> 预充 </view>
  90. <view class="numbers"> ¥{{ showData.amount_charge }} </view>
  91. </view>
  92. </view>
  93. <view class="orderTit">套餐说明</view>
  94. <text lines="1" class="infoBox1">{{ showData.describe }}</text>
  95. </view>
  96. </view>
  97. <view class="form">
  98. <view class="orderTit">配送信息 <text></text></view>
  99. <view class="formInput">
  100. <u-form :model="form" label-width="160">
  101. <u-form-item label="姓名">
  102. <u-input
  103. v-model="showData.name"
  104. disabled
  105. placeholder-style="font-size:24rpx;"
  106. :clearable="false"
  107. placeholder=""
  108. />
  109. </u-form-item>
  110. <u-form-item label="城市">
  111. <view class="county">
  112. {{ showData.address }}
  113. </view>
  114. </u-form-item>
  115. <u-form-item label="快递名称" v-if="showData.trans_name">
  116. <view class="county">
  117. {{ showData.trans_name }}
  118. </view>
  119. </u-form-item>
  120. <u-form-item label="快递单号" v-if="showData.trans_no">
  121. <view class="county">
  122. {{ showData.trans_no }}
  123. </view>
  124. </u-form-item>
  125. <u-form-item label="联系电话" class="remark">
  126. <u-input
  127. v-model="showData.phone"
  128. disabled
  129. placeholder-style="font-size:24rpx;"
  130. :clearable="false"
  131. placeholder=""
  132. />
  133. </u-form-item>
  134. <u-form-item label="备注" class="remark">
  135. <u-input
  136. v-model="showData.remark"
  137. disabled
  138. placeholder-style="font-size:24rpx;"
  139. :clearable="false"
  140. placeholder=" "
  141. />
  142. </u-form-item>
  143. </u-form>
  144. </view>
  145. <view v-if="mixin_type == 'H5' && showData.status == 0">
  146. <view class="orderTit">支付方式</view>
  147. <view class="pay">
  148. <radio-group @change="radioChange">
  149. <view class="li" @click="radioChange(1, 1)">
  150. <image src="../../static/img/wx.png" mode=""></image>
  151. <text>微信</text>
  152. <radio
  153. value="1"
  154. style="float: right"
  155. color="#DC3E48"
  156. :checked="payType == 1"
  157. />
  158. </view>
  159. <view class="li" @click="radioChange(2, 1)">
  160. <image src="../../static/img/zfv.png" mode=""></image>
  161. <text>支付宝</text>
  162. <radio
  163. value="2"
  164. style="float: right"
  165. color="#DC3E48"
  166. :checked="payType == 2"
  167. />
  168. </view>
  169. </radio-group>
  170. </view>
  171. </view>
  172. <view class="orderTit">订单信息 <text></text></view>
  173. <view class="formInput">
  174. <u-form :model="form" label-width="160">
  175. <u-form-item label="订单号">
  176. <u-input
  177. v-model="showData.order_no"
  178. disabled
  179. placeholder-style="font-size:24rpx;"
  180. :clearable="false"
  181. placeholder="请输入真实姓名"
  182. />
  183. </u-form-item>
  184. <u-form-item label="下单时间">
  185. <view class="county" @tap="countyHide = !countyHide">
  186. {{ showData.create_time | formatDate }}
  187. </view>
  188. </u-form-item>
  189. <u-form-item label="订单金额" class="remark">
  190. <u-input
  191. v-model="'¥' + showData.amount"
  192. disabled
  193. placeholder-style="font-size:24rpx;"
  194. :clearable="false"
  195. placeholder="请输入备注信息"
  196. />
  197. </u-form-item>
  198. </u-form>
  199. </view>
  200. <!-- <view class="orderTit">支付方式</view> -->
  201. </view>
  202. <view class="section18" v-if="showData.status == 0">
  203. <view class="box4">
  204. <text lines="1" class="word12">¥{{ showData.amount }}</text>
  205. <text lines="1" class="info8" @tap="apply()">确认支付</text>
  206. </view>
  207. </view>
  208. </view>
  209. </view>
  210. </view>
  211. <u-popup v-model="refund" mode="center" border-radius="14">
  212. <view class="refund">
  213. <image
  214. src="../../static/img/up.png"
  215. @tap="refund = false"
  216. class="label2"
  217. ></image>
  218. <view class="title"> 申请退款 </view>
  219. <view class="lobal">
  220. <text>*原因:</text>
  221. <u-input
  222. v-model="reason"
  223. placeholder-style="color:#D1D1D1"
  224. :clearable="false"
  225. :border="true"
  226. placeholder="请填写原因"
  227. type="textarea"
  228. />
  229. </view>
  230. <text class="text">
  231. 填写备注(我们会在48小时之内审核并完成提偶俩门,如有疑问,可关注微信公众号:[美美号源]与我们联系)
  232. </text>
  233. <view class="btn" @tap="refundMet()"> 提交 </view>
  234. </view>
  235. </u-popup>
  236. <!-- 联系客服 -->
  237. <w-Load :wx="wx" v-on:childByValue="childByValue"></w-Load>
  238. <view class="popupBox">
  239. <view class="maskName" v-if="login_show"></view>
  240. <view class="newForm" v-if="login_show">
  241. <view class="alertContent">
  242. <view class="title">温馨提示</view>
  243. <view class="content">{{ login_content }}</view>
  244. <view
  245. class="u-flex u-col-center u-row-center btn"
  246. style="border-top: 1px solid #ececec"
  247. >
  248. <text style="border-right: 1px solid #ececec" @tap="login_cancel"
  249. >取消</text
  250. >
  251. <text
  252. style="color: #d52e4c"
  253. v-if="mixin_type == 'TOUTIAO'"
  254. @tap="userLogin"
  255. >确认</text
  256. >
  257. <button
  258. v-else
  259. style="
  260. box-shadow: none;
  261. background: transparent;
  262. box-sizing: border-box;
  263. width: 50%;
  264. border: 0px solid #f3f3f3;
  265. color: #d52e4c;
  266. "
  267. type="default"
  268. open-type="getPhoneNumber"
  269. @getphonenumber="decryptPhoneNumber"
  270. >
  271. 确认
  272. </button>
  273. </view>
  274. </view>
  275. </view>
  276. </view>
  277. <u-popup v-model="copeHide" border-radius="20" mode="center">
  278. <view class="agreement copeHide">
  279. <image
  280. src="/static/img/up.png"
  281. class="label2"
  282. @tap="copeHide = false"
  283. ></image>
  284. <view class="title"> 温馨提示 </view>
  285. <view class="copyText">客服电话:{{ configAll.service_mobile }}</view>
  286. <view class="btn" @tap="buttonTypePhone()"> 一键拨打 </view>
  287. </view>
  288. </u-popup>
  289. </view>
  290. </template>
  291. <script>
  292. import wLoad from "@/components/w-load/w-load.vue";
  293. export default {
  294. data() {
  295. return {
  296. form: {
  297. id: "",
  298. pay_type: 5,
  299. return_url: "",
  300. },
  301. showData: {
  302. info: {
  303. mobile: {
  304. province: "",
  305. },
  306. },
  307. }, //手机号详情
  308. timestamp: 600,
  309. countyName: "城市名称",
  310. mobile: "", //订单查询需要手机号
  311. wx: false,
  312. refund: false, //退款
  313. reason: "", //退款原因
  314. copeHide: false, //客服手机号
  315. payType: 1, // H5 支付方式
  316. };
  317. },
  318. components: {
  319. wLoad: wLoad,
  320. },
  321. filters: {
  322. formatDate(value) {
  323. if (value == undefined) {
  324. return;
  325. }
  326. // let date = new Date(value * 1000);
  327. let date = new Date(value * 1000);
  328. //时间戳为10位需*1000,时间戳为13位的话不需乘1000
  329. let y = date.getFullYear();
  330. let MM = date.getMonth() + 1;
  331. MM = MM < 10 ? "0" + MM : MM; //月补0
  332. let d = date.getDate();
  333. d = d < 10 ? "0" + d : d; //天补0
  334. let h = date.getHours();
  335. h = h < 10 ? "0" + h : h; //小时补0
  336. let m = date.getMinutes();
  337. m = m < 10 ? "0" + m : m; //分钟补0
  338. let s = date.getSeconds();
  339. s = s < 10 ? "0" + s : s; //秒补0
  340. // return y + '-' + MM + '-' + d; //年月日
  341. return MM + "-" + d + " " + h + ":" + m; //年月日时分秒
  342. },
  343. countDown(value) {
  344. let data = Date.parse(new Date());
  345. let val = value * 1000;
  346. let time;
  347. let h;
  348. let f;
  349. if (val > data) {
  350. time = Math.floor((val - data) / 1000);
  351. h = Math.floor(time / 60 / 60);
  352. f = Math.floor((time - h * 60 * 60) / 60);
  353. return h + "小时" + f + "分钟";
  354. }
  355. },
  356. },
  357. onLoad(option) {
  358. console.log(option);
  359. if (option.id) {
  360. this.show(option.id);
  361. this.form.id = option.id;
  362. }
  363. if (option.type) {
  364. this.refund = true;
  365. }
  366. },
  367. methods: {
  368. // H5 支付方式选择
  369. radioChange(e, type) {
  370. if (type) {
  371. console.log(e);
  372. this.payType = e;
  373. } else {
  374. console.log(e.detail.value);
  375. this.payType = e.detail.value;
  376. }
  377. },
  378. buttonType() {
  379. if (this.mixin_type != "TOUTIAO" && this.mixin_type != "H5") {
  380. this.copeHide = true;
  381. } else if (this.mixin_type == "H5") {
  382. this.wx = true;
  383. }
  384. },
  385. buttonTypePhone() {
  386. ks.makePhoneCall({
  387. phoneNumber: this.configAll.service_mobile, // 仅为示例,并非真实的电话号码
  388. });
  389. },
  390. childByValue: function (childValue) {
  391. this.wx = childValue;
  392. },
  393. // 退款
  394. refundMet() {
  395. if (this.reason.length > 50)
  396. return this.$refs.uToast.show({
  397. title: "退款原因长度不能超过50",
  398. type: "error ",
  399. });
  400. this.$http
  401. .refund({ id: this.form.id, reason: this.reason })
  402. .then((res) => {
  403. console.log(res);
  404. if (res.data.code == 1) {
  405. this.$refs.uToast.show({
  406. title: "申请成功",
  407. type: "success ",
  408. });
  409. this.refund = false;
  410. uni.navigateBack({
  411. delta: 1, //返回层数,2则上上页
  412. });
  413. } else {
  414. this.$refs.uToast.show({
  415. title: res.data.msg,
  416. type: "error ",
  417. });
  418. }
  419. });
  420. },
  421. // 号码详情界面
  422. show(id) {
  423. this.$http.order_detail({ id: id }).then((res) => {
  424. if (res.data.code == 1) {
  425. console.log(res.data.data);
  426. this.showData = res.data.data;
  427. this.mobile = res.data.data.phone;
  428. }
  429. });
  430. },
  431. // 复制
  432. copyNumHandle() {
  433. uni.setClipboardData({
  434. data: "美美号源", // data的值为你要复制的内容
  435. success: (res) => {},
  436. });
  437. },
  438. // 支付
  439. apply() {
  440. //#ifdef MP-TOUTIAO
  441. this.form.pay_type = 6;
  442. //#endif
  443. // 是否是H5支付
  444. if (this.mixin_type == "H5") {
  445. this.form.pay_type = this.payType;
  446. }
  447. this.$http.continue_pay(this.form).then((res) => {
  448. console.log(res);
  449. if (res.data.code == 1) {
  450. if (this.mixin_type == "H5") {
  451. window.location.href = res.data.data.pay_url;
  452. } else {
  453. this.pay(res.data.data);
  454. }
  455. } else {
  456. this.$refs.uToast.show({
  457. title: res.data.msg,
  458. type: "error ",
  459. });
  460. }
  461. });
  462. },
  463. //调用支付
  464. pay(val) {
  465. console.log();
  466. let this_ = this;
  467. uni.getProvider({
  468. service: "oauth",
  469. success: function (res) {
  470. console.log(res.provider);
  471. if (this_.mixin_type != "TOUTIAO") {
  472. ks.pay({
  473. serviceId: "1",
  474. orderInfo: val.res,
  475. success(res) {
  476. console.log(res);
  477. // 支付成功
  478. this_.$refs.uToast.show({
  479. title: "支付成功",
  480. type: "success ",
  481. });
  482. uni.navigateTo({
  483. url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  484. });
  485. },
  486. fail(e) {
  487. console.log(e.errMsg);
  488. if (e.errMsg == "pay:fail request payment cancel") {
  489. this_.$refs.uToast.show({
  490. title: "支付取消",
  491. type: "error ",
  492. });
  493. } else {
  494. this_.$refs.uToast.show({
  495. title: "支付失败",
  496. type: "error ",
  497. });
  498. }
  499. },
  500. });
  501. } else {
  502. // 抖音支付
  503. // uni.requestPayment({
  504. // provider: res.provider[0],
  505. // orderInfo: val.res,
  506. // service: 5,
  507. // getOrderStatus: (res) =>
  508. // new Promise((resolve, reject) => {
  509. // console.log(res);
  510. // resolve(res);
  511. // }),
  512. // success(res) {
  513. // console.log(res);
  514. // // 支付成功
  515. // if (res.code == 0) {
  516. // this_.$refs.uToast.show({
  517. // title: "支付成功",
  518. // type: "success ",
  519. // });
  520. // uni.navigateTo({
  521. // url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  522. // });
  523. // } else if (res.code == 4) {
  524. // this_.$refs.uToast.show({
  525. // title: "支付取消",
  526. // type: "error ",
  527. // });
  528. // } else if (res.code == 1) {
  529. // this_.$refs.uToast.show({
  530. // title: "支付超时",
  531. // type: "error ",
  532. // });
  533. // } else if (res.code == 2) {
  534. // this_.$refs.uToast.show({
  535. // title: "支付失败",
  536. // type: "error ",
  537. // });
  538. // } else if (res.code == 3) {
  539. // this_.$refs.uToast.show({
  540. // title: "支付关闭 ",
  541. // type: "error ",
  542. // });
  543. // } else {
  544. // }
  545. // },
  546. // fail(e) {
  547. // console.log(e);
  548. // },
  549. // });
  550. tt.requestOrder({
  551. data: val.data,
  552. byteAuthorization: val.byteAuthorization,
  553. success({ orderId }) {
  554. tt.getOrderPayment({
  555. orderId,
  556. success(res) {
  557. this_.$refs.uToast.show({
  558. title: "支付成功",
  559. type: "success ",
  560. });
  561. uni.navigateTo({
  562. url: "/pageA/orderSuccess/orderSuccess?id=" + val.id,
  563. });
  564. },
  565. fail(err) {
  566. console.log(err, "err");
  567. if (err.errMsg == "pay:fail request payment cancel") {
  568. this_.$refs.uToast.show({
  569. title: "支付取消",
  570. type: "error ",
  571. });
  572. } else {
  573. this_.$refs.uToast.show({
  574. title: "支付失败",
  575. type: "error ",
  576. });
  577. }
  578. },
  579. });
  580. },
  581. });
  582. }
  583. },
  584. });
  585. },
  586. // 查询更多订单
  587. orderList() {
  588. uni.navigateTo({
  589. url: "/pageA/orderList/orderList?mobile=" + this.mobile,
  590. });
  591. },
  592. },
  593. };
  594. </script>
  595. <style lang="scss">
  596. .payment {
  597. .refund {
  598. width: 580rpx;
  599. box-sizing: border-box;
  600. padding: 30rpx 60rpx;
  601. .label2 {
  602. width: 30rpx;
  603. height: 30rpx;
  604. float: right;
  605. }
  606. .title {
  607. margin-top: 30rpx;
  608. font-size: 32rpx;
  609. text-align: center;
  610. }
  611. .lobal {
  612. margin-top: 20rpx;
  613. position: relative;
  614. padding-left: 120rpx;
  615. text {
  616. position: absolute;
  617. left: 0;
  618. top: 0;
  619. font-size: 24rpx;
  620. color: #696969;
  621. }
  622. }
  623. .text {
  624. margin-top: 30rpx;
  625. padding-top: 30rpx;
  626. color: #797979;
  627. font-size: 24rpx;
  628. border-top: 1rpx solid #dddcda;
  629. display: block;
  630. }
  631. .btn {
  632. width: 351rpx;
  633. height: 78rpx;
  634. line-height: 78rpx;
  635. text-align: center;
  636. color: #fff;
  637. font-size: 26rpx;
  638. background: #b40105;
  639. border-radius: 10rpx;
  640. margin: 20rpx auto;
  641. }
  642. }
  643. /deep/.uni-scroll-view-content {
  644. // padding:36rpx;
  645. // border-radius: 20rpx;
  646. }
  647. .page {
  648. position: relative;
  649. // width: 750rpx;
  650. overflow: hidden;
  651. display: flex;
  652. flex-direction: column;
  653. background-color: #f1f1f1;
  654. padding-bottom: 90rpx;
  655. }
  656. .status {
  657. position: relative;
  658. height: 240rpx;
  659. background-color: #618ff3;
  660. box-sizing: border-box;
  661. padding: 80rpx;
  662. font-size: 33rpx;
  663. color: #fff;
  664. .time {
  665. font-size: 26rpx;
  666. }
  667. image {
  668. position: absolute;
  669. width: 100rpx;
  670. height: 100rpx;
  671. right: 80rpx;
  672. top: 50%;
  673. transform: translateY(-50%);
  674. }
  675. }
  676. .icon {
  677. display: flex;
  678. flex-wrap: wrap;
  679. justify-content: space-between;
  680. margin-top: 20rpx;
  681. margin-bottom: 20rpx;
  682. .iconBox {
  683. width: 50%;
  684. box-sizing: border-box;
  685. text-align: center;
  686. image {
  687. width: 60rpx;
  688. height: 60rpx;
  689. }
  690. text {
  691. display: block;
  692. font-size: 24rpx;
  693. color: #618ff3;
  694. }
  695. }
  696. }
  697. .priceCon {
  698. width: 703rpx;
  699. margin: 0 auto;
  700. box-sizing: border-box;
  701. box-shadow: 1rpx 1rpx 5rpx 0rpx rgba(129, 129, 129, 0.5);
  702. border-radius: 12rpx;
  703. padding: 30rpx;
  704. display: flex;
  705. flex-direction: column;
  706. background-color: #fff;
  707. .title {
  708. text-align: center;
  709. font-size: 30rpx;
  710. font-weight: 700;
  711. }
  712. .text {
  713. text-align: center;
  714. font-size: 24rpx;
  715. margin-top: 10rpx;
  716. margin-bottom: 30rpx;
  717. }
  718. .priceNum {
  719. display: flex;
  720. flex-wrap: wrap;
  721. justify-content: space-between;
  722. padding-bottom: 30rpx;
  723. border-bottom: 1rpx solid rgba(72, 72, 72, 0.4);
  724. .li {
  725. width: 33.3%;
  726. text-align: center;
  727. font-size: 22rpx;
  728. box-sizing: border-box;
  729. border-right: 1rpx solid rgba(72, 72, 72, 0.4);
  730. .name {
  731. color: #2b2b2b;
  732. font-size: 24rpx;
  733. }
  734. .numbers {
  735. color: $uni-color-BGC;
  736. margin-top: 10rpx;
  737. font-size: 28rpx;
  738. }
  739. }
  740. .li:nth-child(2) {
  741. .numbers {
  742. text-decoration: line-through;
  743. }
  744. }
  745. .li:nth-child(3) {
  746. border-right: 0;
  747. }
  748. }
  749. }
  750. .orderTit {
  751. width: 100%;
  752. height: 32rpx;
  753. line-height: 32rpx;
  754. display: block;
  755. box-sizing: border-box;
  756. border-left: 5rpx solid #d3363b;
  757. padding-left: 20rpx;
  758. margin-top: 30rpx;
  759. margin-bottom: 20rpx;
  760. }
  761. .infoBox1 {
  762. width: 627rpx;
  763. overflow-wrap: break-word;
  764. color: rgba(105, 105, 105, 1);
  765. font-size: 22rpx;
  766. font-family: PingFangSC-Light;
  767. text-align: left;
  768. line-height: 32rpx;
  769. // white-space: nowrap;
  770. display: block;
  771. margin: 16rpx 0 0 5rpx;
  772. }
  773. .form {
  774. width: 703rpx;
  775. box-sizing: border-box;
  776. padding: 30rpx;
  777. position: relative;
  778. margin: 20rpx auto 30rpx;
  779. background-color: #fff;
  780. box-shadow: 1rpx 1rpx 5rpx 0rpx rgba(129, 129, 129, 0.5);
  781. border-radius: 12rpx;
  782. .orderTit {
  783. text {
  784. margin-left: 30rpx;
  785. color: dimgray;
  786. }
  787. }
  788. .pay {
  789. font-size: 24rpx;
  790. image {
  791. width: 64rpx;
  792. height: 64rpx;
  793. vertical-align: middle;
  794. margin-right: 20rpx;
  795. }
  796. .li {
  797. padding: 20rpx;
  798. border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  799. }
  800. }
  801. .formInput {
  802. .u-form-item {
  803. padding: 0;
  804. /deep/ .u-form-item--left__content__label {
  805. position: relative;
  806. padding-left: 30rpx;
  807. }
  808. /deep/.u-form-item--left__content__label::after {
  809. content: "*";
  810. position: absolute;
  811. left: 18rpx;
  812. top: 0;
  813. color: red;
  814. }
  815. }
  816. .remark {
  817. /deep/.u-form-item--left__content__label::after {
  818. display: none;
  819. }
  820. }
  821. .sms {
  822. display: flex;
  823. flex-wrap: wrap;
  824. /deep/ .u-size-default {
  825. width: 168rpx;
  826. height: 49rpx;
  827. border: 1rpx solid #d52e4c;
  828. border-radius: 20rpx;
  829. font-size: 24rpx;
  830. color: #cf2746;
  831. background-color: #fff;
  832. margin-top: 14rpx;
  833. }
  834. /deep/ input {
  835. flex: 1;
  836. }
  837. }
  838. }
  839. }
  840. .section18 {
  841. position: fixed;
  842. width: 100%;
  843. bottom: 0;
  844. left: 0;
  845. z-index: 100;
  846. text-align: center;
  847. height: 87rpx;
  848. line-height: 87rpx;
  849. margin-top: 27rpx;
  850. display: flex;
  851. flex-direction: column;
  852. // width: 750rpx;
  853. }
  854. .box4 {
  855. height: 100%;
  856. flex-direction: row;
  857. display: flex;
  858. justify-content: space-between;
  859. text {
  860. display: inline-block;
  861. width: 50%;
  862. text-align: center;
  863. height: 100%;
  864. background-color: #e4e4e4;
  865. }
  866. // margin: 29rpx 0 0 120rpx;
  867. }
  868. .word12 {
  869. width: 76rpx;
  870. overflow-wrap: break-word;
  871. color: rgba(213, 46, 76, 1);
  872. font-size: 30rpx;
  873. font-family: PingFangSC-Medium;
  874. text-align: left;
  875. white-space: nowrap;
  876. margin-top: 1rpx;
  877. display: block;
  878. }
  879. .info8 {
  880. width: 117rpx;
  881. overflow-wrap: break-word;
  882. color: rgba(241, 241, 241, 1);
  883. font-size: 30rpx;
  884. font-family: PingFangSC-Regular;
  885. text-align: left;
  886. white-space: nowrap;
  887. display: block;
  888. background-color: $uni-color-BGC !important;
  889. }
  890. .Limited {
  891. text-align: center;
  892. width: 690rpx;
  893. margin: 18rpx auto 18rpx;
  894. border: 1rpx solid $uni-color-BGC;
  895. border-radius: 15rpx;
  896. padding: 12rpx 0;
  897. font-size: 24rpx;
  898. color: $uni-color-BGC;
  899. .text {
  900. margin-left: 20rpx;
  901. }
  902. /deep/ .u-countdown-item {
  903. margin: 0 8rpx;
  904. }
  905. .u-countdown {
  906. // margin-left: 30rpx;
  907. }
  908. }
  909. .agreement {
  910. width: 600rpx;
  911. max-height: 930rpx;
  912. padding: 0 30rpx;
  913. // box-sizing: border-box;
  914. .copyText {
  915. margin: 60rpx 0;
  916. text-align: center;
  917. font-size: 36rpx;
  918. // font-weight: 700;
  919. }
  920. .label2 {
  921. float: right;
  922. width: 21rpx;
  923. height: 21rpx;
  924. margin-top: 28rpx;
  925. }
  926. .title {
  927. font-size: 30rpx;
  928. font-weight: 700;
  929. margin: 20rpx 0;
  930. text-align: center;
  931. }
  932. /deep/ .u-drawer__scroll-view {
  933. position: relative;
  934. }
  935. .btn {
  936. padding: 20rpx;
  937. border-radius: 10rpx;
  938. text-align: center;
  939. border: 1rpx solid #d8d8d8;
  940. font-size: 28rpx;
  941. width: 100%;
  942. margin-bottom: 10rpx;
  943. background-color: $uni-color-BGC;
  944. color: #fff;
  945. }
  946. }
  947. }
  948. </style>