createOrder.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. <template>
  2. <view>
  3. <!-- 地址 -->
  4. <navigator url="/pages/set/address?source=1" class="address-section">
  5. <view class="order-content" v-if="addressData.real_name">
  6. <text class="iconfont iconlocation"></text>
  7. <view class="cen">
  8. <view class="top">
  9. <text class="name">{{ addressData.real_name }}</text>
  10. <text class="mobile">{{ addressData.phone }}</text>
  11. </view>
  12. <text class="address">{{ addressData.province + addressData.city + addressData.district }} {{ addressData.detail }}</text>
  13. </view>
  14. <text class="iconfont iconenter"></text>
  15. </view>
  16. <view class="order-content" v-if="!addressData.real_name">
  17. <view class="addAddress">
  18. <text class="iconfont iconaddition"></text>
  19. <text>添加收货地址</text>
  20. </view>
  21. </view>
  22. <image class="a-bg" :src="addressImg"></image>
  23. </navigator>
  24. <view class="goods-section" v-for="(ls, ind) in shopList" :key="ind">
  25. <!-- <view class="g-header b-b">
  26. <image class="logo" :src="ls.productInfo.image"></image>
  27. <text class="name">{{ ls.name }}</text>
  28. </view> -->
  29. <!-- 商品列表 -->
  30. <view class="g-item">
  31. <image :src="ls.productInfo.image"></image>
  32. <view class="right">
  33. <text class="title clamp">{{ ls.productInfo.store_name }}</text>
  34. <text class="spec">{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.suk : '默认' }}</text>
  35. <view class="price-box">
  36. <text class="price">¥{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.price : ls.productInfo.price }}</text>
  37. <text class="number">{{ 'x ' + ls.cart_num + (ls.productInfo.unit_name || '') }}</text>
  38. <!-- <view><text class="price">¥{{lss.price}}</text></view> -->
  39. <!-- <view class="number">
  40. <uni-number-box class="step" :value="lss.number" :index="indx" @eventChange="numberChange"></uni-number-box>
  41. </view> -->
  42. </view>
  43. </view>
  44. </view>
  45. </view>
  46. <!-- 优惠明细 -->
  47. <view class="yt-list">
  48. <!-- <view class="yt-list-cell b-b" @click="couponListshow ? toggleMask('show') : ''">
  49. <view class="cell-icon">券</view>
  50. <text class="cell-tit clamp">优惠券</text>
  51. <text class="cell-tip active" v-if="couponListshow && !couponChecked.coupon_price">选择优惠券</text>
  52. <text class="cell-tip red" v-if="couponChecked.coupon_price">-¥{{ couponChecked.coupon_price }}</text>
  53. <text class="cell-tip disabled" v-if="!couponListshow && !couponChecked.coupon_price">没有优惠券</text>
  54. <text class="cell-more wanjia wanjia-gengduo-d"></text>
  55. </view> -->
  56. <view class="yt-list-cell b-b" v-if="moneyAll.storeFreePostage > 0">
  57. <view class="cell-icon hb">减</view>
  58. <text class="cell-tit clamp">商家促销</text>
  59. <text class="cell-tip disabled">满{{ moneyAll.storeFreePostage }}包邮</text>
  60. </view>
  61. </view>
  62. <!-- 金额明细 -->
  63. <view class="yt-list">
  64. <!-- <view class="yt-list-cell b-b">
  65. <text class="cell-tit clamp">优惠金额</text>
  66. <text class="cell-tip red">-¥35</text>
  67. </view> -->
  68. <!-- <view class="yt-list-cell b-b">
  69. <text class="cell-tit clamp">积分抵扣{{ '(当前积分:' + integralAll + ')' }}</text>
  70. <view class="cell-tip"><radio @click="checkedPoints = !checkedPoints" color=" #5dbc7c" :checked="checkedPoints" /></view>
  71. </view> -->
  72. <view class="yt-list-cell b-b">
  73. <text class="cell-tit clamp">运费</text>
  74. <text class="cell-tip">{{ Postage }}</text>
  75. </view>
  76. <view class="yt-list-cell b-b">
  77. <text class="cell-tit clamp">备注</text>
  78. <input class="desc" type="text" v-model="desc" placeholder="请填写备注信息" placeholder-class="placeholder" />
  79. </view>
  80. </view>
  81. <view class="yt-list">
  82. <view class="yt-list-cell b-b">
  83. <text class="cell-tit clamp">商品金额</text>
  84. <text class="cell-tip">¥{{ payAllMoney }}</text>
  85. </view>
  86. <view class="yt-list-cell b-b">
  87. <text class="cell-tit clamp">当前积分</text>
  88. <text class="cell-tip">{{ integralAll }}</text>
  89. </view>
  90. <view class="yt-list-cell b-b" v-if="checkedPoints && integralShow">
  91. <text class="cell-tit clamp">积分抵扣</text>
  92. <text class="cell-tip">-¥{{ integralMoney }}</text>
  93. </view>
  94. <view class="yt-list-cell b-b" v-if="moneyAll.vipPrice > 0">
  95. <text class="cell-tit clamp">VIP优惠</text>
  96. <text class="cell-tip">-¥{{ moneyAll.vipPrice }}</text>
  97. </view>
  98. </view>
  99. <!-- 底部 -->
  100. <view class="footer">
  101. <view class="price-content">
  102. <text>实付款</text>
  103. <text class="price-tip">¥</text>
  104. <text class="price">{{ payPrice }}</text>
  105. </view>
  106. <text class="submit" :class="{ submitNo: !payType }" @click="payType ? submit() : ''">提交订单</text>
  107. </view>
  108. <!-- 优惠券面板 -->
  109. <view class="mask" :class="maskState === 0 ? 'none' : maskState === 1 ? 'show' : ''" @click="toggleMask">
  110. <view class="mask-content">
  111. <!-- 优惠券页面,仿mt -->
  112. <view class="coupon-item" @click="checkedCp(item)" v-for="(item, index) in couponList" :key="index">
  113. <view class="con">
  114. <view class="left">
  115. <text class="title">{{ item.coupon_title }}</text>
  116. <text class="time">领取时间{{ item.add_time }}</text>
  117. </view>
  118. <view class="right">
  119. <text class="price">{{ item.coupon_price }}</text>
  120. <text>满{{ item.use_min_price }}可用</text>
  121. </view>
  122. <view class="circle l"></view>
  123. <view class="circle r"></view>
  124. </view>
  125. <text class="tips">有效期至{{ item.end_time }}</text>
  126. </view>
  127. </view>
  128. </view>
  129. </view>
  130. </template>
  131. <script>
  132. import { confirm,computedOrderkey } from '@/api/order.js';
  133. import { getUserInfo } from '@/api/user.js';
  134. import { cartAdd } from '@/api/product.js';
  135. export default {
  136. data() {
  137. return {
  138. addressImg:
  139. 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAFCAYAAAAaAWmiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk3RjkzMjM2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjkzMjQ2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTdGOTMyMTY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGOTMyMjY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEOZlQAAAiuSURBVHjazJp7bFvV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',
  140. maskState: 0, //优惠券面板显示状态
  141. desc: '', //备注
  142. payType: 1, //1微信 2支付宝
  143. // 优惠券列表
  144. couponList: [],
  145. couponListshow: false, //是有可以显示优惠券列表
  146. couponChecked: {}, //选中的优惠券
  147. // 收货地址
  148. addressData: {},
  149. // 店铺地址
  150. shopAddress: {
  151. name: '',
  152. mobile: '',
  153. addressName: '',
  154. address: '',
  155. area: '',
  156. default: false
  157. },
  158. // 商品列表
  159. shopList: [],
  160. // 购物车id
  161. cartId: '',
  162. //购物金额详情
  163. moneyAll: {
  164. storeFreePostage: 0, //邮费优惠
  165. storePostage: 0, //邮费
  166. totalPrice: 0, //总支付金额
  167. vipPrice: 0 //vip优惠价
  168. },
  169. payPrice: 0, //总支付金额
  170. orderKey: '', //订单id
  171. checkedPoints: false, //判断是否积分抵扣
  172. integralAll: 0, //可使用的积分
  173. integralMoney: 0, //积分抵扣金额
  174. integralShow: false, //是否显示积分抵扣金额
  175. payType: true, //是否可支付
  176. pinkid: '' ,//保存拼团商品id
  177. goodsUpLevel:0,//保存默认是否为升级商品
  178. };
  179. },
  180. onLoad(option) {
  181. if(option.checkedPoints){
  182. this.checkedPoints = option.checkedPoints
  183. }
  184. // 获取当前是否为vip商品
  185. this.goodsUpLevel = option.goodsUpLevel;
  186. // 判断是否为拼团商品
  187. if (option.type == 'pink') {
  188. this.pinkid = option.pinkId;
  189. this.cartAdd(option);
  190. } else {
  191. // 保存当前商品在购物车中的id
  192. this.cartId = option.id;
  193. this.loadData();
  194. }
  195. this.userinfo();
  196. },
  197. watch: {
  198. checkedPoints(newValue, oldValue) {
  199. this.integralShow = false;
  200. this.payMoneyNub();
  201. }
  202. },
  203. computed: {
  204. Postage() {
  205. let money = +this.moneyAll.storePostage;
  206. if (money == 0) {
  207. return '免运费';
  208. } else {
  209. return '¥' + money;
  210. }
  211. },
  212. payAllMoney() {
  213. return +this.moneyAll.totalPrice + +this.moneyAll.vipPrice;
  214. }
  215. },
  216. methods: {
  217. // 添加商品到购物车
  218. cartAdd(opt) {
  219. let obj = this;
  220. cartAdd({
  221. cartNum: 1, //商品数量
  222. new: 1, //商品是否新增加到购物车1为不加入0为加入
  223. mer_id: +opt.merid, //商店id
  224. combinationId: +opt.gid, //拼团商品id
  225. productId: +opt.pid //普通商品id
  226. })
  227. .then(function(e) {
  228. let da = e.data;
  229. // 獲取购物车号
  230. obj.cartId = da.cartId;
  231. // 加载数据
  232. obj.loadData();
  233. })
  234. .catch(e => {
  235. console.log(e);
  236. });
  237. },
  238. // 加载用户基础信息
  239. userinfo() {
  240. getUserInfo({}).then(({ data }) => {
  241. this.integralAll = data.integral;
  242. });
  243. },
  244. // 计算支付金额
  245. payMoneyNub() {
  246. computedOrderkey({
  247. orderkey: this.orderKey,
  248. useIntegral: this.checkedPoints ? 1 : 0, //是否积分抵扣
  249. couponId: this.couponChecked.id, //优惠券编号
  250. addressId: this.addressData.id //地址编号
  251. })
  252. .then(({ data }) => {
  253. console.log(data,'111');
  254. this.payType = true;
  255. this.integralShow = true;
  256. // 获取支付金额
  257. this.payPrice = +data.result.pay_price;
  258. this.integralMoney = data.result.deduction_price;
  259. })
  260. .catch(e => {
  261. console.log(e);
  262. this.integralShow = false;
  263. this.payType = false;
  264. });
  265. },
  266. // 是否使用积分
  267. checkedIntegral() {
  268. this.checkedPoints = !this.checkedPoints;
  269. },
  270. // 选中优惠券
  271. checkedCp(item) {
  272. this.couponChecked = item;
  273. this.payMoneyNub();
  274. },
  275. //显示优惠券面板
  276. toggleMask(type) {
  277. let timer = type === 'show' ? 10 : 300;
  278. let state = type === 'show' ? 1 : 0;
  279. this.maskState = 2;
  280. setTimeout(() => {
  281. this.maskState = state;
  282. }, timer);
  283. },
  284. loadData() {
  285. let obj = this;
  286. confirm({ cartId: obj.cartId+'' }).then(({ data }) => {
  287. obj.addressData = data.addressInfo || {};
  288. obj.shopList = data.cartInfo; //商品列表
  289. obj.moneyAll = data.priceGroup; //金额数据
  290. obj.orderKey = data.orderKey; //订单key
  291. // 计算金额
  292. this.payMoneyNub();
  293. // 加载优惠券
  294. });
  295. },
  296. // 购买数量变化
  297. numberChange(data) {
  298. this.number = data.number;
  299. },
  300. // 修改支付方式
  301. changePayType(type) {
  302. this.payType = type;
  303. },
  304. // 提交订单
  305. submit() {
  306. if (this.checkedPoints && this.shopList.length > 1) {
  307. this.$api.msg('积分商品只可单件购买');
  308. return false;
  309. }
  310. if (!this.addressData.real_name) {
  311. this.$api.msg('请选择收货地址');
  312. return false;
  313. }
  314. let url = '/pages/money/pay?key='+ this.orderKey+'&goodsUpLevel='+this.goodsUpLevel;
  315. if(this.pinkid){
  316. url += '&pinkid='+this.pinkid
  317. }
  318. uni.navigateTo({
  319. url
  320. });
  321. }
  322. }
  323. };
  324. </script>
  325. <style lang="scss">
  326. page {
  327. background: $page-color-base;
  328. padding-bottom: 100rpx;
  329. }
  330. .navbar {
  331. display: flex;
  332. height: 80rpx;
  333. padding: 0 5px;
  334. background: #fff;
  335. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
  336. position: relative;
  337. z-index: 10;
  338. .nav-item {
  339. flex: 1;
  340. display: flex;
  341. justify-content: center;
  342. align-items: center;
  343. height: 100%;
  344. font-size: $font-lg + 4rpx;
  345. color: $font-color-dark;
  346. position: relative;
  347. &.current {
  348. color: $base-color;
  349. &:after {
  350. content: '';
  351. position: absolute;
  352. left: 50%;
  353. bottom: 0;
  354. transform: translateX(-50%);
  355. width: 140rpx;
  356. height: 0;
  357. border-bottom: 2px solid $base-color;
  358. }
  359. }
  360. }
  361. }
  362. .address-section {
  363. padding: 30rpx 0;
  364. background: #fff;
  365. position: relative;
  366. border-top: 1px solid $border-color-light;
  367. .order-content {
  368. min-height: 100rpx;
  369. display: flex;
  370. align-items: center;
  371. .addAddress {
  372. text-align: center;
  373. width: 100%;
  374. display: flex;
  375. justify-content: center;
  376. align-items: center;
  377. .iconaddition {
  378. font-size: 55rpx;
  379. line-height: 1;
  380. border-radius: 100rpx;
  381. margin-right: 20rpx;
  382. }
  383. }
  384. }
  385. .iconlocation {
  386. flex-shrink: 0;
  387. display: flex;
  388. align-items: center;
  389. justify-content: center;
  390. width: 90rpx;
  391. color: #888;
  392. font-size: 44rpx;
  393. }
  394. .cen {
  395. display: flex;
  396. flex-direction: column;
  397. flex: 1;
  398. font-size: 28rpx;
  399. color: $font-color-dark;
  400. }
  401. .name {
  402. font-size: 34rpx;
  403. margin-right: 24rpx;
  404. }
  405. .address {
  406. margin-top: 16rpx;
  407. margin-right: 20rpx;
  408. color: $font-color-light;
  409. }
  410. .icon-you {
  411. font-size: 32rpx;
  412. color: $font-color-light;
  413. margin-right: 30rpx;
  414. }
  415. .a-bg {
  416. position: absolute;
  417. left: 0;
  418. bottom: 0;
  419. display: block;
  420. width: 100%;
  421. height: 5rpx;
  422. }
  423. }
  424. .goods-section {
  425. margin-top: 16rpx;
  426. background: #fff;
  427. padding-bottom: 1px;
  428. .g-header {
  429. display: flex;
  430. align-items: center;
  431. height: 84rpx;
  432. padding: 0 30rpx;
  433. position: relative;
  434. }
  435. .logo {
  436. display: block;
  437. width: 50rpx;
  438. height: 50rpx;
  439. border-radius: 100px;
  440. }
  441. .name {
  442. font-size: 30rpx;
  443. color: $font-color-base;
  444. margin-left: 24rpx;
  445. }
  446. .g-item {
  447. display: flex;
  448. margin: 20rpx 30rpx;
  449. image {
  450. flex-shrink: 0;
  451. display: block;
  452. width: 140rpx;
  453. height: 140rpx;
  454. border-radius: 4rpx;
  455. }
  456. .right {
  457. flex: 1;
  458. padding-left: 24rpx;
  459. overflow: hidden;
  460. }
  461. .title {
  462. font-size: 30rpx;
  463. color: $font-color-dark;
  464. }
  465. .spec {
  466. font-size: 26rpx;
  467. color: $font-color-light;
  468. }
  469. .price-box {
  470. display: flex;
  471. align-items: center;
  472. font-size: 32rpx;
  473. color: $font-color-dark;
  474. padding-top: 10rpx;
  475. .price {
  476. margin-bottom: 4rpx;
  477. color: $color-red;
  478. }
  479. .number {
  480. font-size: 26rpx;
  481. color: $font-color-base;
  482. margin-left: 20rpx;
  483. }
  484. }
  485. .step-box {
  486. position: relative;
  487. }
  488. }
  489. }
  490. .yt-list {
  491. margin-top: 16rpx;
  492. background: #fff;
  493. }
  494. .yt-list-cell {
  495. display: flex;
  496. align-items: center;
  497. padding: 10rpx 30rpx 10rpx 40rpx;
  498. line-height: 70rpx;
  499. position: relative;
  500. &.cell-hover {
  501. background: #fafafa;
  502. }
  503. &.b-b:after {
  504. left: 30rpx;
  505. }
  506. .cell-icon {
  507. height: 32rpx;
  508. width: 32rpx;
  509. font-size: 22rpx;
  510. color: #fff;
  511. text-align: center;
  512. line-height: 32rpx;
  513. background: #f85e52;
  514. border-radius: 4rpx;
  515. margin-right: 12rpx;
  516. &.hb {
  517. background: #ffaa0e;
  518. }
  519. &.lpk {
  520. background: #3ab54a;
  521. }
  522. }
  523. .cell-more {
  524. align-self: center;
  525. font-size: 24rpx;
  526. color: $font-color-light;
  527. margin-left: 8rpx;
  528. margin-right: -10rpx;
  529. }
  530. .cell-tit {
  531. flex: 1;
  532. font-size: 26rpx;
  533. color: $font-color-light;
  534. margin-right: 10rpx;
  535. }
  536. .cell-tip {
  537. font-size: 26rpx;
  538. color: $font-color-dark;
  539. &.disabled {
  540. color: $font-color-light;
  541. }
  542. &.active {
  543. color: $base-color;
  544. }
  545. &.red {
  546. color: $base-color;
  547. }
  548. }
  549. &.desc-cell {
  550. .cell-tit {
  551. max-width: 90rpx;
  552. }
  553. }
  554. .desc {
  555. flex: 1;
  556. text-align: right;
  557. font-size: $font-base;
  558. color: $font-color-dark;
  559. }
  560. }
  561. /* 支付列表 */
  562. .pay-list {
  563. padding-left: 40rpx;
  564. margin-top: 16rpx;
  565. background: #fff;
  566. .pay-item {
  567. display: flex;
  568. align-items: center;
  569. padding-right: 20rpx;
  570. line-height: 1;
  571. height: 110rpx;
  572. position: relative;
  573. }
  574. .icon-weixinzhifu {
  575. width: 80rpx;
  576. font-size: 40rpx;
  577. color: #6bcc03;
  578. }
  579. .icon-alipay {
  580. width: 80rpx;
  581. font-size: 40rpx;
  582. color: #06b4fd;
  583. }
  584. .icon-xuanzhong2 {
  585. display: flex;
  586. align-items: center;
  587. justify-content: center;
  588. width: 60rpx;
  589. height: 60rpx;
  590. font-size: 40rpx;
  591. color: $base-color;
  592. }
  593. .tit {
  594. font-size: 32rpx;
  595. color: $font-color-dark;
  596. flex: 1;
  597. }
  598. }
  599. .footer {
  600. position: fixed;
  601. left: 0;
  602. bottom: 0;
  603. z-index: 995;
  604. display: flex;
  605. align-items: center;
  606. width: 100%;
  607. height: 90rpx;
  608. justify-content: space-between;
  609. font-size: 30rpx;
  610. background-color: #fff;
  611. z-index: 998;
  612. color: $font-color-base;
  613. box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  614. .price-content {
  615. padding-left: 30rpx;
  616. }
  617. .price-tip {
  618. color: $font-color-base;
  619. margin-left: 8rpx;
  620. }
  621. .price {
  622. font-size: 36rpx;
  623. color: $font-color-base;
  624. }
  625. .submit {
  626. display: flex;
  627. align-items: center;
  628. justify-content: center;
  629. width: 280rpx;
  630. height: 100%;
  631. color: #fff;
  632. font-size: 32rpx;
  633. background-color:#52C696 ;
  634. &.submitNo {
  635. background-color: $font-color-disabled;
  636. }
  637. }
  638. }
  639. /* 优惠券面板 */
  640. .mask {
  641. display: flex;
  642. align-items: flex-end;
  643. position: fixed;
  644. left: 0;
  645. top: var(--window-top);
  646. bottom: 0;
  647. width: 100%;
  648. background: rgba(0, 0, 0, 0);
  649. z-index: 9995;
  650. transition: 0.3s;
  651. .mask-content {
  652. width: 100%;
  653. max-height: 70vh;
  654. background: #f3f3f3;
  655. transform: translateY(100%);
  656. transition: 0.3s;
  657. overflow-y: scroll;
  658. }
  659. &.none {
  660. display: none;
  661. }
  662. &.show {
  663. background: rgba(0, 0, 0, 0.4);
  664. .mask-content {
  665. transform: translateY(0);
  666. }
  667. }
  668. }
  669. /* 优惠券列表 */
  670. .coupon-item {
  671. display: flex;
  672. flex-direction: column;
  673. margin: 20rpx 24rpx;
  674. background: #fff;
  675. .con {
  676. display: flex;
  677. align-items: center;
  678. position: relative;
  679. height: 120rpx;
  680. padding: 0 30rpx;
  681. &:after {
  682. position: absolute;
  683. left: 0;
  684. bottom: 0;
  685. content: '';
  686. width: 100%;
  687. height: 0;
  688. border-bottom: 1px dashed #f3f3f3;
  689. transform: scaleY(50%);
  690. }
  691. }
  692. .left {
  693. display: flex;
  694. flex-direction: column;
  695. justify-content: center;
  696. flex: 1;
  697. overflow: hidden;
  698. height: 100rpx;
  699. }
  700. .title {
  701. font-size: 32rpx;
  702. color: $font-color-dark;
  703. margin-bottom: 10rpx;
  704. }
  705. .time {
  706. font-size: 24rpx;
  707. color: $font-color-light;
  708. }
  709. .right {
  710. display: flex;
  711. flex-direction: column;
  712. justify-content: center;
  713. align-items: center;
  714. font-size: 26rpx;
  715. color: $font-color-base;
  716. height: 100rpx;
  717. }
  718. .price {
  719. font-size: 44rpx;
  720. color: $base-color;
  721. &:before {
  722. content: '¥';
  723. font-size: 34rpx;
  724. }
  725. }
  726. .tips {
  727. font-size: 24rpx;
  728. color: $font-color-light;
  729. line-height: 60rpx;
  730. padding-left: 30rpx;
  731. }
  732. .circle {
  733. position: absolute;
  734. left: -6rpx;
  735. bottom: -10rpx;
  736. z-index: 10;
  737. width: 20rpx;
  738. height: 20rpx;
  739. background: #f3f3f3;
  740. border-radius: 100px;
  741. &.r {
  742. left: auto;
  743. right: -6rpx;
  744. }
  745. }
  746. }
  747. </style>