64 lines
969 B
CSS
64 lines
969 B
CSS
footer{
|
|
height: 120px;
|
|
padding: 37px 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
background: #1e2023;
|
|
}
|
|
.footer{
|
|
width: 1190px;
|
|
margin: 0 auto;
|
|
}
|
|
.dizi{
|
|
width: 80%;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #ffffff;
|
|
float: left;
|
|
}
|
|
.logof{
|
|
float: left;
|
|
width: 20%;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
text-align: right;
|
|
}
|
|
.logof img{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* 联系我们 */
|
|
.conus-cen{
|
|
width: 482px;
|
|
margin: 50px auto 0;
|
|
}
|
|
.wxh{
|
|
float: left;
|
|
width: 240px;
|
|
height: 122px;
|
|
border-right:1px solid #cccccc ;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.us{
|
|
float: left;
|
|
width: 240px;
|
|
height: 122px;
|
|
}
|
|
.us-p{
|
|
width: 175px;
|
|
float: right;
|
|
padding: 5px 0;
|
|
line-height: 23px;
|
|
}
|
|
.us-p p {
|
|
line-height: 25px;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
.us-p span{
|
|
display: block;
|
|
font-size: 22px;
|
|
font-weight: 700;
|
|
}
|
|
/* 联系我们end */ |