mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
commit
30fef16aa9
@ -136,7 +136,7 @@ header {
|
||||
float: left;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
margin: 17px 30px;
|
||||
margin: 17px 45px;
|
||||
transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
@ -146,6 +146,7 @@ header {
|
||||
|
||||
.logo img {
|
||||
float: left;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
.search {
|
||||
@ -160,7 +161,7 @@ header {
|
||||
.search input[type="text"] {
|
||||
border: transparent;
|
||||
outline: none;
|
||||
width: 150px;
|
||||
width: 160px;
|
||||
height: 22px;
|
||||
padding: 0 0 0 20px;
|
||||
color: #999;
|
||||
|
@ -18,10 +18,10 @@
|
||||
<script src="https://t.alipayobjects.com/images/T12TdfXlpbXXXXXXXX.js"></script>
|
||||
<script src="/static/script.js"></script>
|
||||
</head>
|
||||
<body style="{%- if post.filepath === 'README.md' %}background: #fff;{%- endif %}">
|
||||
<body>
|
||||
<header id="header">
|
||||
<a class="logo" href="/">
|
||||
<img width="60" style="margin-top: -7px" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
<img width="60" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
{{ config.site.name }}
|
||||
</a>
|
||||
<div class="search">
|
||||
|
Loading…
Reference in New Issue
Block a user