createOrder.vue 21 KB

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