加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WEB2 3.65 KB
一键复制 编辑 原始数据 按行查看 历史
莫光清 提交于 2021-04-12 13:26 . add WEB2.1
body{
width: 1120px;padding: 2px;margin: 0 auto;
}
.top-warpper{
background-color: #F0F0F0;
}
.header{
width: 1000px;height: 50px;
margin: 0 50px;
}
.center{
text-align: center;
align-items: center;
float: center;
}
.logo{
width: 200px;height: 50px;float: left;
}
.tel{
width: 200px;height: 50px;float: right;
}
.fl{
}
.fr{
}
.nav{
width: 100%;
height: 50px;background-color: #0066CC;
/* clear: both; */
margin-bottom: 10px;
/* margin-left: -50px;
display: inline-block;
padding-left: 40px; */left: -20px;
}
.nav ul{
list-style-type: none;
}
.nav li{
display: inline;
position: relative;
left: -100px;
background-color: #0066CC;
/* margin-left: -50px;
display: inline-block;
left: -20px;
padding-left: 40px;
padding-right: 50px; */
}
.nav a{
display: inline-block;
color: white;
text-align: center;
padding: 10px 20px;
text-decoration: none;
}
a{
display: inline-block;
text-align: center;
text-decoration: none;
}
.active{
}
.banner{
}
.main {
width: 1030;
}
.main-left{
float: left;
padding-left: 50px;
width: 680px;
}
.moudle{
padding-top: 20px;
}
.title{
}
.main-left .title{
border-bottom-style: solid;
/* font-family: ; */
text-align: left;
font-size: 150%;
color: #33CCFF;
border-bottom-color: #000000;
border-bottom-width: 1px;
}
.content{
text-align: left;
}
.content a{
color: black;
text-decoration: none;
padding-top: 5px;
font-size:14px
}
.content time{
float: right;
font-size: 14px;
padding-top: 5px;
padding-right: 10px;
}
.info{
height: 250px;
}
.notice-down{
height: 250px;
}
.notice-down ul{
list-style-type: none;
}
.notice-down li{
display: inline-block;
position: relative;
left: -20px;
padding-left: 15px;
/* padding: 0 10px; */
}
.notice-down img{
position: relative;
width:140px;
}
.notice-down txt{
position: relative;
}
.txt{
/* text-align: center; */
font-size: 10px
}
.people{
width: 1030;
}
.people li{
margin-left: -50px;
display: inline-block;
/* position: relative; */
left: -20px;
padding-left: 40px;
padding-right: 50px;
}
.people .img{
float: left;
position: relative;
width: 100px;
}
.people .txt{
width: 60px;
float: right;
line-height: 30px;
/* position: relative; */
}
.i-list{
}
.main-right{
float: right;
width: 350px;
padding-left: 10px;
padding-right: 0px;
}
.links{
padding-top: 20px;
width: 350px;
height: 250px;
margin-bottom: 20px;
}
.links a{
color: white;
}
.link01{
text-align: center;
line-height: 100px;
float: left;
margin: 10px;
width: 130px;
height: 100px;
background-color: darkgray;
}
.link02{
text-align: center;
line-height: 100px;
float: left;
margin: 10px;
width: 130px;
height: 100px;
background-color: cornflowerblue;
}
.link03{
text-align: center;
line-height: 100px;
float: left;
clear: left;
margin: 10px;
width: 130px;
height: 100px;
background-color: #33CCFF;
}
.link04{
text-align: center;
line-height: 100px;
float: left;
margin: 10px;
width: 130px;
height: 100px;
background-color: darkseagreen;
}
.list{
width: 280px;
margin-left: 10px;
height: 250px;
background-color: #F0F0F0;
margin-top: 25px;
margin-bottom: 20px;
}
.list .title{
background-color: #33CCFF;
font-size: 20px;
line-height: 40px;
height: 40px;
color: white;
}
footer{
border-top-style: solid;
position: relative;
clear: both;width: 1120px;
height: 40px;background: white;
text-align: center;
color: darkgray;
}
.footer-links {margin-top: 20px;text-align: center;color: 333333;}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化