update logo

This commit is contained in:
ddcat1115 2017-11-28 11:17:38 +08:00
parent 6f312a716b
commit 04a00e6e14
8 changed files with 9 additions and 13 deletions

View File

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="http://ant.design"> <a href="http://ant.design">
<img width="320" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg"> <img width="230" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
</a> </a>
</p> </p>

View File

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="http://ant.design"> <a href="http://ant.design">
<img width="320" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg"> <img width="230" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
</a> </a>
</p> </p>

View File

@ -6,7 +6,7 @@ title: Ant Design of React
Following the Ant Design specification, we developed a React UI library `antd` that contains a set of high quality components and demos for building rich, interactive user interfaces. Following the Ant Design specification, we developed a React UI library `antd` that contains a set of high quality components and demos for building rich, interactive user interfaces.
<div class="pic-plus"> <div class="pic-plus">
<img width="150" src="https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg"> <img width="150" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
<span>+</span> <span>+</span>
<img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg"> <img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg">
</div> </div>

View File

@ -6,7 +6,7 @@ title: Ant Design of React
这里是 Ant Design 的 React 实现,开发和服务于企业级后台产品。 这里是 Ant Design 的 React 实现,开发和服务于企业级后台产品。
<div class="pic-plus"> <div class="pic-plus">
<img width="150" src="https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg"> <img width="150" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
<span>+</span> <span>+</span>
<img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg"> <img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg">
</div> </div>

View File

@ -36,10 +36,7 @@
text-decoration: none; text-decoration: none;
img { img {
height: @header-height; height: 32px;
line-height: @header-height;
width: 32px;
margin-right: 16px;
} }
span { span {
float: right; float: right;
@ -57,7 +54,7 @@
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
padding-left: 16px; padding-left: 16px;
margin: 20px auto 0; margin: 22px auto 0;
} }
#search-box .anticon { #search-box .anticon {

View File

@ -16,7 +16,7 @@
border-radius: 8px; border-radius: 8px;
animation-duration: 0.5s !important; animation-duration: 0.5s !important;
font-weight: bold; font-weight: bold;
background: url(https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg) center/180px; background: url(https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg) center/180px;
} }
.motion-select-wrapper { .motion-select-wrapper {

View File

@ -57,7 +57,7 @@
document.documentElement.className += isZhCN(pathname) ? 'zh-cn' : 'en-us'; document.documentElement.className += isZhCN(pathname) ? 'zh-cn' : 'en-us';
})() })()
</script> </script>
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon"> <link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.cnpmjs.org/css?family=Lato:400,700|Raleway"/> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.cnpmjs.org/css?family=Lato:400,700|Raleway"/>
<link rel="stylesheet" type="text/css" href="{{ root }}index-1.css"/> <link rel="stylesheet" type="text/css" href="{{ root }}index-1.css"/>
<link rel="stylesheet" type="text/css" href="{{ root }}index-2.css"/> <link rel="stylesheet" type="text/css" href="{{ root }}index-2.css"/>

View File

@ -234,8 +234,7 @@ export default class Header extends React.Component {
<Row> <Row>
<Col xxl={4} xl={5} lg={5} md={8} sm={24} xs={24}> <Col xxl={4} xl={5} lg={5} md={8} sm={24} xs={24}>
<Link to={utils.getLocalizedPathname('/', isZhCN)} id="logo"> <Link to={utils.getLocalizedPathname('/', isZhCN)} id="logo">
<img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/gVAKqIsuJCepKNbgbSwE.svg" /> <img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/wvWaxYOwGvgnVQxkoxpU.svg" />
<span>Ant Design</span>
</Link> </Link>
</Col> </Col>
<Col xxl={20} xl={19} lg={19} md={16} sm={0} xs={0}> <Col xxl={20} xl={19} lg={19} md={16} sm={0} xs={0}>