提交 fef257a9 编写于 作者: A afc163

tag iconfont

上级 21810a72
......@@ -1006,10 +1006,22 @@ footer ul li > a {
top: -10px;
background: #fff;
padding: 0 1em;
color: #999;
color: #888;
font-weight: bold;
}
.code-box-title:before {
font-family: iconfont;
content: "\e607";
font-size: 16px;
vertical-align: middle;
line-height: 22px;
position: relative;
margin-right: 6px;
top: -1px;
color: #ccc;
}
.code-box-description {
font-size: 12px;
}
......
......@@ -9,7 +9,7 @@
<title>{% block title %}Ant Design{% endblock %}</title>
<link rel="stylesheet" href="/static/normalize.css">
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_1429685559_8155303.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_1431763241_3066776.css">
<link rel="stylesheet" href="/static/tomorrow.css">
<script src="https://a.alipayobjects.com/jquery/jquery/1.11.1/jquery.js"></script>
<script src="/static/script.js"></script>
......
......@@ -53,7 +53,6 @@ module.exports = function(nico) {
var ret = [];
Object.keys(pages).forEach(function(key) {
var page = pages[key];
console.log(key, directory);
if (key.indexOf(directory + '/demo/') === 0) {
ret.push(page);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册