134 lines
2.9 KiB
Plaintext
134 lines
2.9 KiB
Plaintext
.reward_process .reward_header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 40rpx 28rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .img {
|
|
width: 112rpx;
|
|
height: 112rpx;
|
|
border-radius: 56rpx;
|
|
overflow: hidden;
|
|
border: solid 2rpx #ebebeb;
|
|
margin-right: 20rpx;
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .img image {
|
|
/* width: 100%; */
|
|
width: 108rpx;
|
|
height: 108rpx;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .head_name {
|
|
text-align: left;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .head_name .span {
|
|
width: 562rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .head_name .title {
|
|
color: #999;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.reward_process .reward_header .header_box .span {
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.reward_process .reward_header .reward_box {
|
|
display: flex;
|
|
padding: 24rpx 0;
|
|
}
|
|
|
|
.reward_process .reward_header .reward_box .reward_a,
|
|
.reward_process .reward_header .reward_box .reward_b,
|
|
.reward_process .reward_header .reward_box .reward_c {
|
|
width: 33.33%;
|
|
text-align: center;
|
|
}
|
|
|
|
.reward_process .reward_header .reward_box .reward_a .li .span,
|
|
.reward_process .reward_header .reward_box .reward_b .li .span,
|
|
.reward_process .reward_header .reward_box .reward_c .li .span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.reward_process .reward_header .reward_box .reward_a .li:first-child,
|
|
.reward_process .reward_header .reward_box .reward_b .li:first-child,
|
|
.reward_process .reward_header .reward_box .reward_c .li:first-child {
|
|
height: 52rpx;
|
|
line-height: 52rpx;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.reward_process .reward_header .reward_box .reward_a .li:last-child,
|
|
.reward_process .reward_header .reward_box .reward_b .li:last-child,
|
|
.reward_process .reward_header .reward_box .reward_c .li:last-child {
|
|
line-height: 48rpx;
|
|
color: #8c8c8c;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.reward_process .content {
|
|
margin-top: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.reward_process .content .goods_box {
|
|
display: flex;
|
|
padding: 28rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.reward_process .content .goods_box .img {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 48rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.reward_process .content .goods_box .img image {
|
|
/* width: 100%; */
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
}
|
|
|
|
.reward_process .content .goods_box .name {
|
|
width: 562rpx;
|
|
}
|
|
|
|
.reward_process .content .goods_box .name .goods_a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
.reward_process .content .goods_box .name .goods_a .span:last-child {
|
|
color: #f15353;
|
|
}
|
|
|
|
.reward_process .content .goods_box .name .goods_b {
|
|
line-height: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 15px;
|
|
color: #8c8c8c;
|
|
}
|