bootstrap.min.css文件里的content: "\e064"是什么意思
bootstrap吧
全部回复
仅看楼主
level 2
文件很多这种写法,content后面的斜线数字具体代表什么意思?
.glyphicon-asterisk:before {
content: "\2a"
}
.glyphicon-plus:before {
content: "\2b"
}
.glyphicon-eur:before, .glyphicon-euro:before {
content: "\20ac"
}
.glyphicon-minus:before {
content: "\2212"
}
.glyphicon-cloud:before {
content: "\2601"
}
2015年04月20日 09点04分 1
level 6
接下来的内容其实就是要显示的字符了, http://www.educity.cn/wenda/13333.html
2015年04月20日 20点04分 3
level 8
2015年04月21日 06点04分 4
1