mycss.css 2.1 KB

.skjs .top{
	overflow: hidden;
	padding:30px 12px;
}
.skjs .top .left{
	float: left;
	width: 320px;
	height:220px;
}
.skjs .top .left img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.skjs .top .right{
	float: right;
	    width: 78.55%;
	    text-indent: 24px;
	    font-size: 16px;
	    line-height: 35px;
		color: #797979;
		margin-top: 1.5rem;
}
.mapBox .btw{
	background-color: #ecf0f5;
	height: 45px;
	border-radius: 2px;
}
.mapBox h4{
	padding: 16px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #eee;
	color: #0c64aa;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.skjs .bot ul{
	padding: 24px;
}
.skjs .bot ul li{
	display: flex;
	border: 1px solid #eee;
	line-height: 45px;

}
.skjs .bot ul li p{
	width: 33.33%;
	border-right: 1px solid #eee;
	padding: 8px;
}
.skjs .bot ul li p:last-child{
	border-right: none;
}
.skjs .bot ul li p .name{
	color: #999999;
	width: 110px;
	display: inline-block;
}


.find_but {
	    background-color: #00a0e9;
	    color: #ffffff;
	    border-radius: 3px;
	    border: none;
	    margin-right: 10px;
	    padding: 5px 18px;
}

/* 图库{} */
.wj{
	display: flex;
}
.wj div{
	width: 20%;
	text-align: center;
	padding: 8px;
	color: #333;
	
	margin: 6px;
}
.wj div img{
	height: 105px;
	width: 90%;
}
.wj div:hover{
	box-shadow: 0px 0px 8px 0px #eee;
}
/* 降水量 */
.raintop{
	overflow: hidden;
}
.raintop .left{
	float: left;
	width: 30%;
}
.raintop .right{
	float: right;
	width: 68%;
}
.raintop .left h3{
	padding:0 16px;
	font-size: 18px;
	margin: 0;
}
.raintop .left h3 img{
	padding: 8px;
}
.raintop .left  .txt{
	margin-left: 20%;
}
.raintop .left  .txt .tt{
	display: inline-block;
	width: 80px;
}
.rainbot .tabs{
	padding: 30px 0 50px 30px;
}
.rainbot .tabs li span{
	display: inline-block;
	width: 12.22%;
	text-align: center;
	border-right: 1px solid #eee;
}
.rainbot .tabs li span:last-child{
	border-right:none;
}
.rainbot .tabs li{
	border: 1px solid #eee;
	line-height: 48px;
}

/* 安全监测 */
.partone{
	overflow: hidden;
}
.partone .left{
	float: left;
	width: 48%;
}
.partone .left .item{
	border-bottom: 1px solid #eee;
}
.partone .right{
	float: right;
	width: 48%;
}