쿠폰 작업 - 마이페이지 완료
This commit is contained in:
@@ -3861,40 +3861,52 @@ pre {
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired, .myCouponListWrap.couponNew .boardList .list .item.coupon-used, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming {
|
||||
background-color: #eee;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .info .benefits .benefitsItem .value {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .info .benefits .benefitsItem .value, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemTop .info .benefits .benefitsItem .value, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemTop .info .benefits .benefitsItem .value {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #9ea1a2;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .info .benefits .benefitsItem .value::after {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .info .benefits .benefitsItem .value::after, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemTop .info .benefits .benefitsItem .value::after, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemTop .info .benefits .benefitsItem .value::after {
|
||||
content: "만료";
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4.3rem;
|
||||
height: 2.5rem;
|
||||
margin-left: 1.6rem;
|
||||
min-width: 4.3rem;
|
||||
height: 2.6rem;
|
||||
padding: 0 0.8rem;
|
||||
margin-left: 0.8rem;
|
||||
font-size: 1.6rem;
|
||||
color: #9ea1a2;
|
||||
font-weight: 600;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .target p {
|
||||
@media (min-width: 768px) {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .info .benefits .benefitsItem .value::after, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemTop .info .benefits .benefitsItem .value::after, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemTop .info .benefits .benefitsItem .value::after {
|
||||
margin-left: 1.6rem;
|
||||
}
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemTop .target p, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemTop .target p, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemTop .target p {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemBottom, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemBottom {
|
||||
background-color: #eee;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom .cost {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom .cost, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemBottom .cost, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemBottom .cost {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom .cost::before {
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-expired .itemBottom .cost::before, .myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemBottom .cost::before, .myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemBottom .cost::before {
|
||||
background: url(../images/common/icon_coupon_expired.png) no-repeat center/100% auto;
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-used .itemTop .info .benefits .benefitsItem .value::after {
|
||||
content: "사용완료";
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .list .item.coupon-upcoming .itemTop .info .benefits .benefitsItem .value::after {
|
||||
content: "예정";
|
||||
}
|
||||
.myCouponListWrap.couponNew .boardList .couponInfo ul li {
|
||||
color: #676767;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4203,7 +4203,9 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
&.coupon-expired {
|
||||
&.coupon-expired,
|
||||
&.coupon-used,
|
||||
&.coupon-upcoming {
|
||||
background-color: #eee;
|
||||
.itemTop {
|
||||
.info {
|
||||
@@ -4218,14 +4220,18 @@ pre {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4.3rem;
|
||||
height: 2.5rem;
|
||||
margin-left: 1.6rem;
|
||||
min-width: 4.3rem;
|
||||
height: 2.6rem;
|
||||
padding: 0 0.8rem;
|
||||
margin-left: 0.8rem;
|
||||
font-size: 1.6rem;
|
||||
color: #9ea1a2;
|
||||
font-weight: 600;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
@include tablet {
|
||||
margin-left: 1.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4247,6 +4253,37 @@ pre {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.coupon-used {
|
||||
.itemTop {
|
||||
.info {
|
||||
.benefits {
|
||||
.benefitsItem {
|
||||
.value {
|
||||
&::after {
|
||||
content: "사용완료";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.coupon-upcoming {
|
||||
.itemTop {
|
||||
.info {
|
||||
.benefits {
|
||||
.benefitsItem {
|
||||
.value {
|
||||
&::after {
|
||||
content: "예정";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.couponInfo {
|
||||
|
||||
Reference in New Issue
Block a user