teamorder.css 2.4 KB
*{
   margin:0;
   padding:0;
}
body{
   background: #fff;
   display:flex;
   flex-direction: column;
}
input:hover {
    outline: none;
}
input {
    border: none;
    outline: none;
    background: none;  
    padding-left: 0.2rem;
}
.pic{
	width:100% ;
}
.pic img{
	width:100% ;
}
.team{
	list-style: none;
	font-size: 0.32rem;
	padding:  0rem 0.2rem 0 0.3rem;
	margin-top: -0.1rem;	
}
.team span{
	
}
input {-webkit-appearance:none; /*去除input默认样式*/}
.team input{
	padding-left: 0;
	padding-bottom: 0.19rem;
	border: none;
	border-bottom: 1px solid #EBEBEB;
	height: 0.65rem;
	font-size: 0.32rem;
	color: #999999;
	width: 5.1rem;
}
.tname span{
	font-size: 0.32rem;
	color:#000000;
	
}
.team li{
	height: 1.02rem;
	display:flex;
	align-items: center;
	margin-bottom: 0.1rem;
}
.team span{
	margin-top: -0.22rem;
	margin-right:0.4rem ;
}
.time{
	display:flex;
	align-items: center;
	border-bottom:1px solid #EBEBEB ;
	padding-bottom: 0.1rem;
	
}
.street_out .peoples{
	margin-right: 0.3rem;
}
 .team .contact .details{margin-right: 0.06rem;}
.time input{
	text-align: center;
    margin-top: -0.3rem;
    padding-bottom: 0;
    width: 2.16rem;
    display: block;
    border: 1px solid #EBEBEB;
}
.data .time{
	margin: 0;
}
   
 /*.contact2  {width: 5rem;
    margin-left: 0.1rem;}  */
textarea{
	width: 6.3rem;
	height: 2.9rem; 
	border:0.01rem solid #EBEBEB;
	padding: 0.19rem 0.35rem ;
	outline: none;
}
.describe{
	margin-top: 0.14rem;
	/*padding: 0 0 0.32rem 0.32rem;*/
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
}
.require{
	display: flex;
	
	font-size: 0.32rem;
	color: #000;
	margin-top: 0.1rem;
	padding-left: 0.3rem;
}
.submit{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 0.32rem;
}
.submit button{
	    margin-bottom: 0.3rem;
	border-radius: 0.1rem;
	width: 3.2rem;
	height: 0.88rem;
	background: #3988E5;
	border: 0;
	color:#fff;
	font-size: 0.32rem;
}
button{
    border: none;
    outline: none;
    background: none;
   
}
.ok:active{
	opacity: 0.7;
}
.time input {
	color:#333;
}
.team .zhi{
margin-right: 0rem;
}

.limit{
	position: absolute;
	right: 0.4rem;
	bottom: 0.05rem;
	font-size: 0.28rem;
	color: #999999;
}
.team .street{
	color: #333333;
}
.people .street{
	width: 2.55rem;
    text-align: right;
    color: #333;
}
.team li .streets{
	
	display: block;
    /*width: 6rem;*/
    margin-right: 0;
}
 .team  li .streets_detail{
	/*font-size: 0.14rem;*/
	/*padding-bottom: 0;*/
}