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.
335 lines
5.4 KiB
335 lines
5.4 KiB
.content{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.activity_info{
|
|
width: 100%;
|
|
background: white;
|
|
height: 260rpx;
|
|
margin: -10rpx auto;
|
|
}
|
|
.activity_info .row0{
|
|
width: 100%;
|
|
height: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
margin-top: 39rpx;
|
|
}
|
|
|
|
.activity_info .row0 .sec{
|
|
color: #FFA043;
|
|
}
|
|
|
|
.activity_info .title{
|
|
width: 50%;
|
|
padding-top: 10rpx;
|
|
padding-left: 36rpx;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
text-align: left
|
|
}
|
|
.activity_info .countdown{
|
|
width: 50%;
|
|
text-align: right;
|
|
margin: 10rpx 26rpx auto;
|
|
font-size: 20rpx;
|
|
color: #999;
|
|
}
|
|
.activity_info .row{
|
|
width: 100%;
|
|
height: 40rpx;
|
|
float: left;
|
|
margin-top: 10rpx;
|
|
}
|
|
.activity_info .row .num{
|
|
padding: 5rpx 20rpx;
|
|
font-size: 24rpx;
|
|
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: 24rpx;
|
|
color: #F44053;
|
|
}
|
|
|
|
.activity_info .row .sucess_tip{
|
|
margin-left: 26rpx;
|
|
color: #666666;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.activity_info .row .sucess_card{
|
|
margin-left: 13rpx;
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
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;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.common666{
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
.common666del{
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.commonRed{
|
|
color: #F44053;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.grounp_info{
|
|
width: 100%;
|
|
background: white;
|
|
height: 220rpx;
|
|
margin: 30rpx auto;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.grounp_info .status{
|
|
width: 100%;
|
|
height: 40px;
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
.grounp_info .status .tag{
|
|
padding: 5rpx 12rpx;
|
|
font-size: 24rpx;
|
|
width:110px;
|
|
height:36px;
|
|
border-radius:18px;
|
|
border-width: 2rpx;
|
|
border-style: solid;
|
|
margin-left: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .remark{
|
|
width: 300rpx;
|
|
height: 30rpx;
|
|
margin: -28px 82px auto;
|
|
color: #666666;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .remarkText{
|
|
width: 300rpx;
|
|
height: 30rpx;
|
|
margin: -40rpx 150rpx auto;
|
|
color: #F44054;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .remark .num{
|
|
color: #F44053;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.grounp_info .status .countDownTimeView{
|
|
width: 300rpx;
|
|
height: 24rpx;
|
|
margin: -6rpx 162rpx 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;
|
|
background-color: #999;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.grounp_info2{
|
|
width: 100%;
|
|
background: white;
|
|
height: 220rpx;
|
|
margin: 30rpx auto;
|
|
}
|
|
.grounp_info2 .row1{
|
|
width: 100%;
|
|
height: 33px;
|
|
margin: 20px auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content:center;
|
|
}
|
|
|
|
.grounp_info2 .row1 .image{
|
|
margin-top: 14px;
|
|
width: 27px;
|
|
height: 33px;
|
|
}
|
|
|
|
.grounp_info2 .row1 .text{
|
|
margin-top: 18px;
|
|
width: 90px;
|
|
height: 33px;
|
|
margin-left: 10px;
|
|
color: #999999;
|
|
font-size: 18px;
|
|
}
|
|
.grounp_info2 .row2{
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
height: 20px;
|
|
color: #F44054;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.bottom_view{
|
|
width:100%;
|
|
height: 50px;
|
|
position:fixed;
|
|
bottom:0;
|
|
background: #fff;
|
|
|
|
}
|
|
.buttom_img{
|
|
width:15%;
|
|
height: 50px;
|
|
position:fixed;
|
|
bottom:0;
|
|
z-index: 999;
|
|
text-align: center;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.buttom_img .buttom_imgs_top{
|
|
height: 22px;
|
|
}
|
|
.buttom_img .buttom_imgs_buttom{
|
|
margin-bottom: 3px;
|
|
display: inline-block;
|
|
}
|
|
.buttom_img .imgs{
|
|
width: 40rpx;
|
|
height: 34rpx;
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
}
|
|
.buttom_img .imgs_text{
|
|
color:#333333;
|
|
font-size:15px;
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
.bottom_view .one_content{
|
|
/* width:100%;
|
|
line-height: 50px;
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold; */
|
|
width:85%;
|
|
line-height:50px;
|
|
color:white;
|
|
text-align:center;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
.bottom_view .two_content{
|
|
width:85%;
|
|
line-height:50px;
|
|
float:right;
|
|
|
|
}
|
|
|
|
.bottom_view .two_content .left{
|
|
width: 28%;
|
|
line-height: 50px;
|
|
font-size: 23px;
|
|
color: #F44054;
|
|
font-weight: bold;
|
|
background-color: white;
|
|
text-align: center;
|
|
float: left;
|
|
}
|
|
.bottom_view .two_content .right{
|
|
width: 72%;
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
color: white;
|
|
font-weight: bold;
|
|
margin-right: 0px;
|
|
background:#F36619;
|
|
text-align: center;
|
|
float: left;
|
|
}
|