Commit 28682ba0 by 贾新

fix

parent 3e5e68d3
.footer {
height: 178px;
background-color: #eee;
min-width: 1440px;
}
.footer > div {
width: 1136px;
margin: 0 auto;
height: 100%;
}
.leftWrapper {
padding-top: 80px;
float: left;
width: 800px;
line-height: 25px;
}
.line1 {
font-size: 12px;
color: #666666;
}
.line1 a {
color: #49b749;
margin: 0 10px;
}
.line2 {
color: #999;
font-size: 12px;
}
.line2 span {
margin-right: 25px;
}
.rightWrapper {
line-height: 30px;
float: left;
margin-top: 50px;
}
.rightWrapper .tel {
color: #666;
font-size: 26px;
}
.rightWrapper .time {
color: #666;
font-size: 12px;
}
.rightWrapper .email {
color: #666;
font-size: 12px;
}
.qrcode {
padding: 50px 0 0 0;
float: right;
}
\ No newline at end of file
.header {
width: 100%;
min-width: 1440px;
background-color: #161616;
position: fixed;
top: 0;
z-index: 999;
}
.header > div {
width: 1180px;
margin: 0 auto;
height: 100%;
}
.header > div:first-child{
height: 54px;
}
.header .logo {
float: left;
margin-right: 171px;
height: 100%;
display: flex;
align-items: center;
}
.header .logo img{
width: 173px;
}
.header .nav {
float: right;
}
.header .nav a {
color: #AAAAAA;
font-size: 14px;
float: left;
margin-left: 70px;
line-height: 54px;
height: 54px;
text-decoration:none
}
.header .nav a:first-child {
margin-left: 0;
}
.header .nav a:hover, .header .nav a.cur {
color: #fff;
}
\ No newline at end of file
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
margin: 0;
padding: 0;
}
body, button, input, select, textarea {
font: 14px "microsoft yahei";
line-height: 1.5;
-ms-overflow-style: scrollbar
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%
}
ul, ol {
list-style: none
}
a {
text-decoration: none;
cursor:pointer
}
a:hover {
text-decoration: underline
}
img {
border: 0
}
button, input, select, textarea {
font-size: 100%
}
table {
border-collapse: collapse;
border-spacing: 0
}
.clear {
clear:both
}
.fr {
float:right
}
.fl {
float:left
}
.block {
display:block;
text-indent:-999em
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment