self.css 2.32 KB
*{
	padding: 0;
	margin: 0 ; 
	outline: none;
	
}
input[type="text"]{
	font-size: 14px;
}
input[type="number"]{
	font-size: 14px;
}
body,html{
	width: 100%;
	min-height: 100%;
	
	padding: 0 ;
	margin: 0 ;
	padding-bottom: 15px;
	/*float: left;*/
	box-sizing: border-box;
}
body{
	/*background: #fafafa;*/
	background: #E6EDEC;
	padding-bottom: 15px;
	/*margin-bottom: 25px;*/
	box-sizing: border-box;
	overflow-y: scroll;
}
ul{
	list-style: none;
}

/*checkbox样式多选框样式 start*/
.dcheck{
	
}
.dcheck i{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #C0C0C0;
	color: #fff;
}
.dcheck.actived i{
	border: 1px solid #f5a623;
	color: #f5a623;
}
/*checkbox样式多选框样式 end*/

/*button  start*/
button{
	border-style: none;
	margin-bottom: 50px !important;
	font-size: 14px !important;
}
.cbtn{
	border-radius: 6px;
	background: #75CBBE;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px !important;
}
/*button end*/

/*默认开关样式  start*/
.slidebtn{
	width: 55px;
	height: 25px;
	display: inline-block;
	border-radius: 13px;
	border: 1px solid #AAAAAA;
	position: relative;
	transition: all 0.5s;
	background: #fff;
}		
.slidebtn>span{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	position: absolute;
	top: 0;
	left: -5px;
	border: 1px solid #AAAAAA;
	background: #fff;
	transition: all 0.3s;
}
.slidebtn.active{
	/*background: #009688;*/
	background: #75CBBE;
}
.slidebtn.active span{
	left: 30px;
}
/*默认开关样式  end*/

/*下划线为虚线的979797颜色的样式 start*/
.bder97{
	border-bottom: 1px dashed #979797;
}


/*列表页面没有数据的样式  start*/
/*没有数据时样式*/
.tipnull{
	margin: 30% auto 0;
	display: none;/**/
}
.tipnull .nullimg{
	width: 50%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.tipnull .nullimg>span{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
}
.tipnull .nullimg img{
	width: 100%;
}
.tipnull .nullimg p{
	margin-top: 15px;
	color: #9b9b9b;
}
/*列表页面没有数据的样式  end*/

/*根据不同设备切换样式  start*/
.qihuan{
	
}
.qihuan.iosapp{
	background: #75CBBE !important;
}
.qihuan.androidapp{
	background: #75CBBE !important;
}

.qihuan.iosapp.slidebtn{
	background: #fff !important;
}
.qihuan.iosapp.slidebtn.active{
	background: #75CBBE !important;
}
/**---*/