first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
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 */