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
1