update spec/tools.md

This commit is contained in:
afc163 2015-12-11 22:50:14 +08:00
parent 4ed1c17cd6
commit 51f9da1c34

View File

@ -8,33 +8,50 @@
### 交互部件库
<a target="_blank" href="" class="download-link disabled">Axure Widgets</a>
<a target="_blank" href="" class="download-link disabled">
<img src="https://os.alipayobjects.com/rmsportal/sJkbErZhOdoiRia.svg" width="30" style="position: relative; top: -2px;">
Axure Widgets
</a>
### 组件视觉稿
<a target="_blank" href="" class="download-link disabled">For Sketch</a>
<a target="_blank" href="" class="download-link disabled">
<img src="https://os.alipayobjects.com/rmsportal/gdYSqrQMvHHrOoC.svg" width="32">
For Sketch
</a>
### 图标
<a target="_blank" href="" class="download-link disabled">svg 图标集</a>
<a target="_blank" href="https://github.com/ant-design/ant-design/files/57840/iconfont.zip" class="download-link">Iconfont 压缩包</a>
<a target="_blank" href="" class="download-link disabled">
<img src="https://os.alipayobjects.com/rmsportal/gdYSqrQMvHHrOoC.svg" width="32">
svg set
</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">
Iconfont set
</a>
<style>
.download-link {
width: 200px;
height: 120px;
width: 220px;
height: 130px;
border: 1px solid #e9e9e9;
background: #fafafa;
border-radius: 6px;
line-height: 120px;
line-height: 130px;
text-align: center;
font-size: 14px;
color: #777;
display: inline-block;
margin-right: 16px;
text-transform: uppercase;
}
.download-link.disabled {
opacity: 0.45;
pointer-events: none;
}
.download-link img {
margin-right: 8px;
opacity: 0.
}
</style>