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

优惠券样式问题

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