ant-design/spec/tools.md

58 lines
1.4 KiB
Markdown
Raw Normal View History

2015-08-24 15:57:00 +08:00
# 资源下载
- category: 资源
---
2015-12-10 17:22:29 +08:00
这里提供 Ant Design 相关设计资源和设计工具的下载,更多设计资源正在整理和完善中。
### 交互部件库
2015-12-22 16:38:01 +08:00
<a target="_blank" href="https://github.com/ant-design/ant-design/files/69428/Ant_Design_Components.rplib.zip" class="download-link">
2015-12-11 22:50:14 +08:00
<img src="https://os.alipayobjects.com/rmsportal/sJkbErZhOdoiRia.svg" width="30" style="position: relative; top: -2px;">
Axure Widgets
</a>
2015-12-10 17:22:29 +08:00
### 组件视觉稿
2015-12-11 22:50:14 +08:00
<a target="_blank" href="" class="download-link disabled">
<img src="https://os.alipayobjects.com/rmsportal/gdYSqrQMvHHrOoC.svg" width="32">
2016-01-04 20:32:36 +08:00
Sketch
2015-12-11 22:50:14 +08:00
</a>
2015-12-10 17:22:29 +08:00
### 图标
2015-12-11 22:50:14 +08:00
<a target="_blank" href="" class="download-link disabled">
<img src="https://os.alipayobjects.com/rmsportal/gdYSqrQMvHHrOoC.svg" width="32">
2016-01-04 20:32:36 +08:00
AI
2015-12-11 22:50:14 +08:00
</a>
<a target="_blank" href="https://github.com/ant-design/ant-design/files/57840/iconfont.zip" class="download-link">
<img src="https://os.alipayobjects.com/rmsportal/ytqOwOOWgYrDPfT.svg" width="32">
2016-01-04 20:32:36 +08:00
Web font
2015-12-11 22:50:14 +08:00
</a>
2015-12-10 17:22:29 +08:00
<style>
.download-link {
2015-12-11 22:50:14 +08:00
width: 220px;
height: 130px;
2015-12-10 17:22:29 +08:00
border: 1px solid #e9e9e9;
background: #fafafa;
border-radius: 6px;
2015-12-11 22:50:14 +08:00
line-height: 130px;
2015-12-10 17:22:29 +08:00
text-align: center;
font-size: 14px;
color: #777;
display: inline-block;
margin-right: 16px;
2015-12-11 22:50:14 +08:00
text-transform: uppercase;
2015-12-10 17:22:29 +08:00
}
.download-link.disabled {
opacity: 0.45;
pointer-events: none;
}
2015-12-11 22:50:14 +08:00
.download-link img {
margin-right: 8px;
opacity: 0.
}
2015-12-10 17:22:29 +08:00
</style>