userActivity.css 2.01 KB
.activity_detail{
	color: #333;
}
.activity_detail_rule{
	background: rgb(247,247,247);
	height:120px;
	border-radius: 6px;
	padding:15px 0;
}

.activity_detail_rule p{
	height:60px;
	line-height:60px;
	font-size:15px;
	font-weight:600;
	text-align: center;
}

.activity_detail_rule .price{
	text-align: left;
    padding-left: 214px;
}

.activity_detail_rule .price span{
	color:rgb(216,30,49);
	font-size:20px;
    display: inline-block;
    padding:0 10px;
}

.activity_detail_content{
	width:90%;
	margin:0 auto;
	font-size:15px;
}

.activity_detail_content h3,p{
	text-align: left;
}

.activity_detail_content h3{
	font-size:16px;
	font-weight:600;
}

.activity_detail_content table{
	margin:0px 0;
	border-radius: 6px;
}

.activity_detail_content table td{
	height:35px;
	line-height:35px;
	border-bottom:1px solid rgb(229,229,229);
}

.activity_detail_content table thead{
	color:rgb(216,30,49);
	background: rgb(247,247,247);
	font-weight:600;
}


.activity_detail_search p{
	float:left;
	width:30%;
}



.activity_detail_search button{
	width:10%;
    border-radius: 5px;
    background:rgb(216,30,49);
    color:#fff;
    border:0;
    height:25px;
}
.detail-submit {
	background: #d81e31;
	color: #fff;
	border-radius: 3px;
	border: 0!important;
	float: right;
	margin-right: 0;
}

.activity_member_indirect {
	width: 100%;
	height: 30px;
	line-height: 30px;
}



.activity_member_indirect p{
	width: 50%;
    float: left;
    color: #404040;
}

.activity_member_indirect a{
	margin-right: 10px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 4px;
	cursor:pointer;
}
.activity_member_indirect a:hover{
	color: #fff;
	cursor:pointer;
}

.activity_member_direct p:nth-child(1){
	width: 18%;
    float: left;
    color: #404040;
}

.activity_member_direct p{
	width: 18%;
    float: left;
    color: #404040;
}

.activity_member_direct button{
	margin-right: 10px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 4px;
	cursor:pointer;
}
.activity_member_direct .member_direct_right button{
	margin-top: 0px;
}