237 lines
4.6 KiB
Plaintext
237 lines
4.6 KiB
Plaintext
/* packageD/getCoupon/getCoupon.wxss */
|
|
#get_content {
|
|
padding-bottom: 200rpx;
|
|
}
|
|
|
|
#get_content .coupon_info {
|
|
background: #fff;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .banner {
|
|
height: 600rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#get_content .coupon_info .banner image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get {
|
|
position: relative;
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
background: #faf7f7;
|
|
border-radius: 12rpx;
|
|
padding: 20rpx 28rpx 0 28rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a {
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .sun_name {
|
|
color: #f15353;
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
display: flex;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .sun_name .sum {
|
|
display: inline-block;
|
|
width: 220rpx;
|
|
font-size: 24px;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .sun_name .name {
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .limit_time {
|
|
color: #8c8c8c;
|
|
font-size: 13px;
|
|
line-height: 48rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .limit_time .limit {
|
|
display: inline-block;
|
|
width: 220rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_a .limit_time .time {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .coupon_b {
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
font-size: 13px;
|
|
border-top: dashed #ebebeb 2rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .left_circle {
|
|
position: absolute;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-radius: 12rpx;
|
|
background: #fff;
|
|
left: -10rpx;
|
|
bottom: 50rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_get .right_circle {
|
|
position: absolute;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-radius: 12rpx;
|
|
background: #fff;
|
|
left: -10rpx;
|
|
bottom: 50rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_none {
|
|
background: #faf7f7;
|
|
border-radius: 12rpx;
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_none .state {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_none .state .left_line,
|
|
#get_content .coupon_info .coupon_none .state .right_line {
|
|
width: 2.5rem;
|
|
height: 80rpx;
|
|
border: solid 20rpx #ebebeb;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_none .state .text {
|
|
font-size: 18px;
|
|
color: #8c8c8c;
|
|
margin: 0 40rpx;
|
|
font-weight: bold;
|
|
line-height: 144rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_noget {
|
|
background: #faf7f7;
|
|
border-radius: 12rpx;
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
padding: 0.625rem 0.875rem;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_noget .state {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_noget .state .left_line,
|
|
#get_content .coupon_info .coupon_noget .state .right_line {
|
|
width: 80rpx;
|
|
height: 2rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
#get_content .coupon_info .coupon_noget .state .text {
|
|
font-size: 18px;
|
|
color: #8c8c8c;
|
|
margin: 0 40rpx;
|
|
font-weight: bold;
|
|
line-height: 144rpx;
|
|
}
|
|
|
|
#get_content .coupon_info .into_user {
|
|
line-height: 80rpx;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
#get_content .coupon_info .get_btn {
|
|
width: 690rpx;
|
|
height: 84rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #f15353;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
border: none;
|
|
}
|
|
|
|
#get_content .get_list {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
#get_content .get_list .pack_number {
|
|
background: #faf7f7;
|
|
line-height: 60rpx;
|
|
font-size: 14px;
|
|
padding: 0 20rpx;
|
|
color: #8c8c8c;
|
|
border-radius: 4rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#get_content .get_list .red_pack {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list {
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 40rpx;
|
|
overflow: hidden;
|
|
background: #faf5f5;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user img {
|
|
width: 100%;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user_info {
|
|
width: 614rpx;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user_info .name {
|
|
line-height: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user_info .name .name_a {
|
|
font-size: 15px;
|
|
max-width: 440rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user_info .name .name_b {
|
|
color: #f15353;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#get_content .get_list .red_pack .list .user_info .time {
|
|
line-height: 40rpx;
|
|
color: #8c8c8c;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
}
|