Browse Source

improve header site style

pull/1351/head
afc163 9 years ago
parent
commit
2cda36a7c4
  1. 16
      site/component/Header/index.less

16
site/component/Header/index.less

@ -23,12 +23,13 @@
#logo {
float: left;
height: 60px;
margin: 20px 45px 20px 0;
height: 80px;
line-height: 80px;
}
#logo img {
height: 40px;
height: 80px;
line-height: 80px;
width: 40px;
margin-right: 8px;
}
@ -38,8 +39,8 @@
float: right;
font-size: 14px;
font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
height: 40px;
line-height: 40px;
height: 80px;
line-height: 80px;
text-transform: uppercase;
}
@ -47,13 +48,14 @@
border-left: 1px solid #EBEDEE;
float: left;
height: 22px;
line-height: 22px;
padding-left: 30px;
margin: 32px auto 0;
margin: 29px auto 0;
}
#search-box .ant-select {
font-size: 14px;
margin-top: -2px;
margin-top: -3px;
width: 230px;
}

Loading…
Cancel
Save