2015-03-08 70 views

回答

0

在你的.sidebar-toggle ::之前你应该添加fontAweb的FontAweSome,你的内容不被字体识别。

下面是一个例子:

.sidebar-toggle::before { 
    content: "\f039"; 
    height: 24px; 
    width: 16px; 
    color: inherit; 
    font-size: 16px; 
    line-height: 24px; 
    font-family: 'FontAweSome'; 
} 
+0

呜谢谢兄弟! – 2015-03-08 21:18:01