提交 4472209a 编写于 作者: guangjun.yang's avatar guangjun.yang

优惠券样式问题

上级 a4332878
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<van-popup v-model="isShow" @click-overlay="cancle" position="bottom" class="coupon-select"> <van-popup v-model="isShow" @click-overlay="cancle" position="bottom" class="coupon-select">
<section class="coupon-select-wrapper"> <section class="coupon-select-wrapper">
<article class="title"> <article class="title">
<span class="c-24"></span>
<span>优惠券</span> <span>优惠券</span>
<img @click="cancle" src="../../images/cme/close.png" /> <img @click="cancle" src="../../images/cme/close.png" />
</article> </article>
...@@ -184,18 +185,23 @@ export default { ...@@ -184,18 +185,23 @@ export default {
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: 700;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
width: 100%; width: 100%;
padding: 20px 0 10px; padding: 20px 15px 10px;
background: #f8f9fa; background: #f8f9fa;
.c-24 {
display: inline-block;
width: 24px;
height: 24px;
}
& > span { & > span {
font-weight: 700; font-weight: 700;
} }
img { img {
padding: 6px; padding: 6px;
position: relative; // position: relative;
top: 0; // top: 0;
right: -140px; // right: -140px;
width: 12px; width: 12px;
height: 12px; height: 12px;
} }
......
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
tabW: 0, // tab的宽度 tabW: 0, // tab的宽度
showLoading: false, showLoading: false,
isShowDialog: false, isShowDialog: false,
isShowCoupon: false, //是否展示激活弹框, isShowCoupon: true, //是否展示激活弹框,
courseUrl: "", courseUrl: "",
defaultCouponId: "", defaultCouponId: "",
needSortAndSelect: true, needSortAndSelect: true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册