162 lines
3.4 KiB
Plaintext
162 lines
3.4 KiB
Plaintext
.partnership_team .content .header {
|
|
background: #f15353;
|
|
display: flex;
|
|
padding: 40rpx 28rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.partnership_team .content .header .img {
|
|
width: 112rpx;
|
|
height: 112rpx;
|
|
border-radius: 56rpx;
|
|
border: solid 4rpx #fff;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.partnership_team .content .header .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.partnership_team .content .header .name {
|
|
text-align: left;
|
|
width: 562rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.partnership_team .content .header .name .li {
|
|
color: #fff;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
.partnership_team .content .header .task {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 72rpx;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
border-radius: 32rpx 0 0 32rpx;
|
|
padding: 8rpx 20rpx;
|
|
}
|
|
|
|
.partnership_team .content .header .task .span {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.partnership_team .list_info {
|
|
background-color: #fff;
|
|
padding: 20rpx 28rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.partnership_team .list_info .ul:nth-child(2n) {
|
|
border-right: none;
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.partnership_team .list_info .ul:nth-child(2n + 1) .li {
|
|
border-right: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.partnership_team .list_info .ul {
|
|
width: 45%;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
text-align: left;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.partnership_team .list_info .ul .li:first-child {
|
|
line-height: 60rpx;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.partnership_team .list_info .ul .li:first-child .span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.partnership_team .reward_item {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.partnership_team .reward_item .reward {
|
|
line-height: 80rpx;
|
|
background: #fafafa;
|
|
padding: 0 28rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.partnership_team .reward_item .reward .li {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.partnership_team .reward_item .reward .li:last-child {
|
|
color: #ff8b4a;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.partnership_team .reward_item .reward .li:last-child .span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 28rpx 0;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul {
|
|
width: 33.33%;
|
|
margin-bottom: 20rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .img {
|
|
display: inline-block;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 120rpx 120rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .img .img {
|
|
width: 120rpx;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .mryt_a {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/mryt_e.png");
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .mryt_b {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/mryt_g.png");
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .mryt_c {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/mryt_b.png");
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .mryt_d {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/mryt_f.png");
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .mryt_e {
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/mryt_e.png");
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .li:nth-child(2) {
|
|
font-size: 15px;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.partnership_team .reward_item .item_box .ul .li:last-child {
|
|
color: #ff8b4a;
|
|
font-size: 15px;
|
|
line-height: 48rpx;
|
|
}
|