bk-shop/src/subpages/marketing/coupon-center.scss

133 lines
2.8 KiB
SCSS
Executable File

.page-coupon-center {
.pointshop-hd {
padding: 0 50px;
}
.point-info {
padding: 50px 0 30px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
&-hd {
display: flex;
align-items: center;
.sp-image {
margin-right: 20px;
&-img {
border-radius: 40px;
}
}
.user-name {
color: #333;
font-size: 30px;
font-weight: 600;
max-width: 200px;
@include text-overflow();
}
}
.point-total {
display: flex;
justify-content: center;
align-items: center;
.title {
font-size: 26px;
margin-right: 30px;
color: #333;
}
.point {
font-size: 32px;
font-weight: 600;
}
}
.coupon {
border-bottom: 1px solid #333;
line-height: 1;
color: #333;
}
}
.list-scroll {
// padding: 20px;
padding: 0 50px;
.coupon-item-wrap {
&:not(:last-child) {
margin-bottom: 20px;
}
}
.coupons-list {
&-item {
width: 100%;
border-radius: 10px;
overflow: hidden;
// background: #5b5b5b;
// margin-bottom: 30px;
display: flex;
color: #fff;
min-height: 175px;
align-items: center;
// padding: 50px 0;
& .active {
background: #163586;
}
&-left {
width: 174px;
height: 100%;
padding: 55px 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
box-sizing: border-box;
// border-right: 1px dashed #fff;
}
&-money {
display: flex;
font-weight: bold;
align-items: baseline;
line-height: 1;
margin-bottom: 6px;
}
&-unit {
font-size: 24px;
}
&-num {
font-size: 60px;
}
&-desc {
opacity: 0.6;
color: #f5f5f5;
font-size: 20px;
}
&-right {
height: 100%;
display: flex;
flex: 1;
align-items: center;
justify-content: space-between;
padding: 50px 30px 50px 40px;
box-sizing: border-box;
&-box {
color: #fff;
display: flex;
flex-direction: column;
}
}
&-integral {
font-size: 26px;
margin-bottom: 20px;
}
&-btn {
padding: 15px 20px;
border: 1px solid #fff;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 20px;
line-height: 1;
}
}
}
}
}