433 lines
7.1 KiB
Plaintext
433 lines
7.1 KiB
Plaintext
/* packageE/coupons/coupons.wxss */
|
|
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.ofset {
|
|
/* overflow-x: scroll; */
|
|
}
|
|
|
|
.thr_coupon_thr {
|
|
min-width: 100%;
|
|
padding: 10px 0;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.thr_coupon_thr .couponBox {
|
|
width: 180px;
|
|
height: 75px;
|
|
border-radius: 0 37.5px 37.5px 0;
|
|
margin: 0 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.thr_coupon_thr .couponBox .couponLeft {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin-right: 7px;
|
|
flex: 1;
|
|
}
|
|
|
|
.thr_coupon_thr .couponBox .couponLeft .couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.thr_coupon_thr .couponBox .coouponRight {
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 16px;
|
|
flex: 0 0 50px;
|
|
margin-right: 10px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.two_coupon_two {
|
|
min-width: 100%;
|
|
padding: 10px 0;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.two_coupon_two .couponBox {
|
|
position: relative;
|
|
width: 170px;
|
|
height: 75px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 10px;
|
|
padding: 4px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .cir_top {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -3px;
|
|
top: -3px;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .cir_bottom {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -3px;
|
|
bottom: -3px;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .cir_topLeft {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
right: -3px;
|
|
top: -3px;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .cir_bottomRight {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
right: -3px;
|
|
bottom: -3px;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .linebox {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .couponLeft {
|
|
width: 127px;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .couponLeft .couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .coouponRight {
|
|
position: relative;
|
|
width: 40px;
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.two_coupon_two .couponBox .coouponRight .rigbox {
|
|
width: 100%;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
line-height: 100%;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.line {
|
|
height: 90%;
|
|
width: 2px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.one_coupon_one {
|
|
min-width: 100%;
|
|
padding: 10px 0;
|
|
display: flex;
|
|
}
|
|
|
|
.one_coupon_one .couponBox {
|
|
width: 170px;
|
|
height: 75px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .couponLeft {
|
|
width: 127px;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .couponLeft .couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .coouponRight {
|
|
position: relative;
|
|
width: 40px;
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .coouponRight .rigbox {
|
|
width: 100%;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
line-height: 100%;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .coouponRight .cir_top {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -5px;
|
|
top: -7px;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .coouponRight .cir_bottom {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -5px;
|
|
bottom: -7px;
|
|
}
|
|
|
|
.one_coupon_one .couponBox .coouponRight .line {
|
|
height: 70%;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.coupon_one {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.coupon_one .couponBox {
|
|
width: 95%;
|
|
height: 75px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.coupon_one .couponBox .couponLeft {
|
|
margin-left: 16.5px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.coupon_one .couponBox .couponLeft .couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 18px;
|
|
}
|
|
|
|
.coupon_one .couponBox .coouponRight {
|
|
position: relative;
|
|
margin-right: 22.5px;
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.coupon_one .couponBox .coouponRight .cir_top {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -5px;
|
|
top: -7px;
|
|
}
|
|
|
|
.coupon_one .couponBox .coouponRight .cir_bottom {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: -5px;
|
|
bottom: -7px;
|
|
}
|
|
|
|
.coupon_one .couponBox .coouponRight .line {
|
|
height: 100%;
|
|
width: 2px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.coupon_one .couponBox .coouponRight span {
|
|
margin-left: 23px;
|
|
}
|
|
|
|
.coupon_two {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
padding: 10px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.coupon_two .cir_top {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: 5px;
|
|
top: 5px;
|
|
}
|
|
|
|
.coupon_two .cir_bottom {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
left: 5px;
|
|
bottom: 5px;
|
|
}
|
|
|
|
.coupon_two .cir_topLeft {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 14px;
|
|
border-radius: 50%;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|
|
|
|
.coupon_two .cir_bottomRight {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
right: 5px;
|
|
bottom: 5px;
|
|
}
|
|
|
|
.coupon_two .couponBox {
|
|
width: 95%;
|
|
height: 75px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 10px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.coupon_two .couponBox .linebox {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.coupon_two .couponBox .couponLeft {
|
|
margin-left: 12.5px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.coupon_two .couponBox .coouponRight {
|
|
margin-right: 18.5px;
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.coupon_two .couponBox .coouponRight .line {
|
|
height: 90%;
|
|
width: 2px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.coupon_two .couponBox .coouponRight span {
|
|
margin-left: 23px;
|
|
}
|
|
|
|
.coupon_thr {
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.coupon_thr .couponBox {
|
|
height: 75px;
|
|
border-radius: 0 37.5px 37.5px 0;
|
|
margin: 0 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.coupon_thr .couponBox .couponLeft {
|
|
margin-left: 16.5px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.coupon_thr .couponBox .couponLeft .couponName {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 18px;
|
|
}
|
|
|
|
.coupon_thr .couponBox .coouponRight {
|
|
padding: 10px 14px;
|
|
position: relative;
|
|
margin-right: 22.5px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.couponBox {
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|