mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
improve header site style
This commit is contained in:
parent
c5d4a40ab1
commit
2cda36a7c4
@ -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…
Reference in New Issue
Block a user