guanwang/css.css

168 lines
2.9 KiB
CSS
Raw Normal View History

2022-06-25 17:41:47 +08:00
* { padding: 0; margin: 0; border: 0; }
li {
list-style: none outside none;
}
a{color:#2d374b;text-decoration:none;}
.wrap{
width: 1920px;
height: 1293px;
background-color:#F2F2F2;
}
.top{
width: 1920px;
height: 90px;
background: #FFFFFF;
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
}
.nav{
padding-left: 825px;
margin-right: 242px;
}
.wrap>.top>.nav>span{
font-size: 19px;
font-family: PingFang SC;
font-weight: 400;
color: #333333;
margin:30px ;
}
a:link { color: #333333; text-decoration: none; }
a:active{color:#0F5FB6;}
.a1{
height: 90px;
color: #0F5FB6;
}
.henggang{
width: 38px;
height: 5px;
background: #0F5FB6;
position:absolute;
top: 85px;
left:1575px;
}
.dianji{
width: 153px;
height: 227px;
background-color: #FFFFFF;
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
line-height: 41px;
position:absolute;
top: 98px;
left:1081px;
padding-left: 12px;
padding-top:8px;
display: none;
}
.content{
width: 1440px;
height: 961px;
background: #FFFFFF;
border-radius: 0px 0px 12px 12px;
margin-left: 240px;
margin-top: 60px;
2022-06-25 19:06:09 +08:00
overflow: hidden;
border-radius: 12px;
2022-06-25 17:41:47 +08:00
}
.lxwm{
width: 138px;
height: 32px;
font-size: 34px;
font-family: PingFang SC;
font-weight: 600;
color: #FFFFFF;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
position: relative;
bottom: 93px ;
left: 654px;
}
.bai{
width: 1440px;
height: 817px;
/* background: #FFFFFF; */
}
.bb1{
margin-top: 40px;
margin-left: 96px;
}
.shuxian{
width: 5px;
height: 24px;
background: #0F5FB6;
}
.lxwm2{
width: 90px;
height: 21px;
font-size: 22px;
font-family: PingFang SC;
font-weight: 600;
color: #333333;
margin-left: 17px;
position: relative;
top: -30px;
}
.zi{
width: 350px;
height: 89px;
font-size: 14px;
font-family: PingFang SC;
font-weight: 300;
color: #333333;
line-height: 25px;
}
.tukuang{
width: 653px;
height: 570px;
/* background: #D8D8D8; */
margin-top: 5px;
margin-left: 93px;
}
2022-06-25 19:06:09 +08:00
.tu2{
2022-06-25 17:41:47 +08:00
width: 622px;
height: 525px;
margin-left: 2px;
margin-top: 26px;
}
.footer{
width: 1920px;
height: 128px;
background: #1C1F21;
margin-top: 54px;
}
.foot1{
display: flex;
justify-content: center;
margin-left: 15px;
font-size: 17px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
}
.foot1>div{
margin-left: 50px;
margin-top: 39px;
}
.foot2{
display: flex;
justify-content: center;
}
.foot2>div{
margin-top: 5px;
width: 395px;
height: 14px;
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #949699;
margin-left: 68px;
}