最后的那個(gè)瀏覽器兼容的解決方法,我覺(jué)得有點(diǎn)繁瑣誒,用Koala軟件的Autoprefix就能解決了
2015-07-23
&:hover {
.toolbar-btn {
&:before {
top: -$toolbar-size;
}
&:after {
top: 0;
}
}
}
IE8 不兼容, 必須添加content
.toolbar-btn {
&:before {
top: -$toolbar-size;
}
&:after {
top: 0;
}
}
}
IE8 不兼容, 必須添加content
2015-07-22