You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
3.7 KiB
224 lines
3.7 KiB
.content{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.activity_info{
|
|
width: 100%;
|
|
background: white;
|
|
height: 220rpx;
|
|
margin: -10rpx auto;
|
|
}
|
|
.activity_info .title{
|
|
width: 80%;
|
|
padding-top: 29rpx;
|
|
padding-left: 36rpx;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
}
|
|
.activity_info .row{
|
|
width: 100%;
|
|
height: 40rpx;
|
|
float: left;
|
|
}
|
|
.activity_info .row .num{
|
|
padding: 5rpx 20rpx;
|
|
font-size: 20rpx;
|
|
width:150px;
|
|
height:36px;
|
|
background:rgba(255,160,67,1);
|
|
border-radius:18px;
|
|
margin-left: 26rpx;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
.activity_info .row .limit_type{
|
|
padding-left: 20rpx;
|
|
height: 100%;
|
|
font-size: 20rpx;
|
|
color: #F44053;
|
|
}
|
|
|
|
.activity_info .row .sucess_tip{
|
|
margin-left: 26rpx;
|
|
color: #666666;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.activity_info .row .sucess_card{
|
|
margin-left: 13rpx;
|
|
color: #333333;
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.activity_info .price_row{
|
|
height: 40px;
|
|
position: absolute;
|
|
left: 13px;
|
|
right: 20px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-top: 45px;
|
|
}
|
|
|
|
.common666{
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
|
|
.commonRed{
|
|
color: #F44053;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.grounp_info{
|
|
width: 100%;
|
|
background: white;
|
|
height: 220rpx;
|
|
margin: 30rpx auto;
|
|
}
|
|
|
|
.grounp_info .status{
|
|
width: 100%;
|
|
height: 80rpx;
|
|
margin: 10rpx auto;
|
|
}
|
|
|
|
.grounp_info .status .tag{
|
|
padding: 5rpx 20rpx;
|
|
font-size: 20rpx;
|
|
width:110px;
|
|
height:36px;
|
|
border-radius:18px;
|
|
border-width: 2rpx;
|
|
border-style: solid;
|
|
border-color: #F8B551;
|
|
margin-left: 26rpx;
|
|
color: #F8B551;
|
|
}
|
|
|
|
.grounp_info .status .remark{
|
|
width: 300rpx;
|
|
height: 30rpx;
|
|
margin: -45rpx 150rpx auto;
|
|
color: #666666;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .remark .num{
|
|
color: #F44053;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .countDownTimeView{
|
|
width: 300rpx;
|
|
height: 20rpx;
|
|
margin: -15rpx 150rpx auto;
|
|
}
|
|
|
|
.grounp_info .status .countDownTimeView .countDownTimeText{
|
|
color: #999999;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.grounp_info .list{
|
|
width: 98%;
|
|
height: 120rpx;
|
|
margin: -10rpx auto;
|
|
margin-left: 13rpx;
|
|
}
|
|
|
|
.grounp_info .list .view{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.grounp_info .list .view .memberList{
|
|
height: 100rpx;
|
|
width: 100rpx;
|
|
display: inline-block;
|
|
margin: 10rpx 10rpx auto;
|
|
position: relative;
|
|
|
|
}
|
|
.grounp_info .list .view .memberList .headImage{
|
|
height: 86rpx;
|
|
width: 86rpx;
|
|
border-radius:43rpx;
|
|
margin: 7rpx auto;
|
|
}
|
|
|
|
.grounp_info .list .view .memberList .markBlock{
|
|
display: block;
|
|
padding: 1rpx 4rpx;
|
|
font-size: 16rpx;
|
|
width:20px;
|
|
background:#21BE8D;
|
|
border-radius:10px;
|
|
margin-left: 26rpx;
|
|
text-align: center;
|
|
color: white;
|
|
position: absolute;
|
|
top: 3px;
|
|
right: -1px;
|
|
}
|
|
|
|
.grounp_info .list .view .memberList .markNone{
|
|
display: none;
|
|
}
|
|
|
|
.bottom_view{
|
|
width:100%;
|
|
height: 50px;
|
|
position:fixed;
|
|
bottom:0;
|
|
}
|
|
|
|
.bottom_view .one_content{
|
|
width:100%;
|
|
line-height: 50px;
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.bottom_view .two_content{
|
|
width:100%;
|
|
line-height: 50px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.bottom_view .two_content .left{
|
|
width: 35%;
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
color: #F44054;
|
|
font-weight: bold;
|
|
margin-left: 0px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
.bottom_view .two_content .right{
|
|
width: 65%;
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
color: white;
|
|
font-weight: bold;
|
|
margin-right: 0px;
|
|
background:#F36619;
|
|
text-align: center;
|
|
}
|