2017-08-27 14:38:42 +00:00
|
|
|
// ==============================
|
|
|
|
// Iconfont
|
|
|
|
// ==============================
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'iconfont'; /* project id 96542 */
|
2017-09-11 09:27:52 +00:00
|
|
|
src: url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.eot');
|
|
|
|
src: url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.woff') format('woff'),
|
|
|
|
url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.ttf') format('truetype'),
|
|
|
|
url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.svg#iconfont') format('svg');
|
2017-08-27 14:38:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
font-family: "iconfont" !important;
|
|
|
|
font-style: normal;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-09-11 09:27:52 +00:00
|
|
|
.icon-instagram:before {
|
|
|
|
font-size: .95em;
|
|
|
|
content: "\e611";
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
2017-08-27 14:38:42 +00:00
|
|
|
.icon-douban:before {
|
|
|
|
content: "\e610";
|
|
|
|
}
|
|
|
|
.icon-tumblr:before {
|
|
|
|
content: "\e69f";
|
|
|
|
font-size: .85em;
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
.icon-linkedin:before {
|
|
|
|
content: "\e60d";
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
.icon-twitter:before {
|
|
|
|
content: "\e600";
|
|
|
|
}
|
|
|
|
.icon-weibo:before {
|
|
|
|
content: "\e602";
|
|
|
|
}
|
|
|
|
.icon-stack-overflow:before {
|
|
|
|
content: "\e603";
|
|
|
|
font-size: .85em;
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
.icon-email:before {
|
|
|
|
content: "\e605";
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.icon-facebook:before {
|
|
|
|
content: "\e601";
|
|
|
|
font-size: .95em;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.icon-github:before {
|
|
|
|
content: "\e606";
|
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
|
|
|
}
|
|
|
|
.icon-rss:before {
|
|
|
|
content: "\e604";
|
|
|
|
}
|
|
|
|
.icon-google:before {
|
|
|
|
content: "\e609";
|
|
|
|
}
|
|
|
|
.icon-zhihu:before {
|
|
|
|
content: "\e607";
|
|
|
|
font-size: .9em;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.icon-pocket:before {
|
|
|
|
content: "\e856";
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Generic Icon */
|
|
|
|
.icon-heart:before {
|
2017-09-11 09:27:52 +00:00
|
|
|
content: "\e608";
|
2017-08-27 14:38:42 +00:00
|
|
|
}
|
2017-09-11 09:27:52 +00:00
|
|
|
.icon-right:before {
|
2017-08-27 14:38:42 +00:00
|
|
|
content: "\e60a";
|
|
|
|
}
|
|
|
|
.icon-left:before {
|
2017-09-11 09:27:52 +00:00
|
|
|
content: "\e60b";
|
2017-08-27 14:38:42 +00:00
|
|
|
}
|
|
|
|
.icon-up:before {
|
|
|
|
content: "\e60c";
|
|
|
|
}
|
|
|
|
.icon-close:before {
|
|
|
|
content: "\e60f";
|
|
|
|
}
|