mirror of
https://github.com/yezhengcool/yezheng.git
synced 2025-12-20 05:34:35 +08:00
62 lines
799 B
CSS
62 lines
799 B
CSS
.cpxx {
|
|
border-bottom: 1px dashed gray;
|
|
padding: 1px;
|
|
}
|
|
|
|
|
|
|
|
.paddtop {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.jz {
|
|
text-align: center;
|
|
}
|
|
|
|
.company {
|
|
height: 30px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.zt {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
text-indent: 30px;
|
|
}
|
|
|
|
.banner_first {
|
|
background-color: #222222;
|
|
position: absolute;
|
|
color: beige;
|
|
width: 100%;
|
|
height: 190px;
|
|
z-index: 1;
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.banner_second {
|
|
/*background-color: #222222;*/
|
|
float:left;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
bottom: -1360px;
|
|
z-index: 2
|
|
}
|
|
.mg{
|
|
margin-top:-20px;
|
|
}
|
|
ul{
|
|
list-style:none;
|
|
}
|
|
ul li{
|
|
float:left
|
|
}
|
|
#bd{
|
|
border:10px solid beige;
|
|
float:left;
|
|
}
|