IconFont 图标
-
favor_fill.favorfill
-
favor.favor
-
location_fill.locationfill
-
location.location
-
round_check.roundcheck
-
round_close_fill.roundclosefill
-
round_close.roundclose
-
round_right_fill.roundrightfill
-
round_right.roundright
-
search.search
-
time_fill.timefill
-
time.time
-
comment_fill.commentfill
-
comment.comment
-
like_fill.likefill
-
like.like
-
notification_fill.notificationfill
-
notification.notification
-
same_fill.samefill
-
same.same
-
deliver.deliver
-
shop.shop
-
ticket.ticket
-
wang.wang
-
my_fill.myfill
-
my.my
-
scan.scan
-
question_fill.questionfill
-
question.question
-
top.top
-
right.right
-
delete_fill.deletefill
-
cart.cart
-
delete.delete
-
home.home
-
cart_fill.cartfill
-
home_fill.homefill
-
lock.lock
-
unlock.unlock
-
selection.selection
-
square_check_fill.squarecheckfill
-
square.square
-
square_check.squarecheck
-
round_add_fill.roundaddfill
-
round_add.roundadd
-
fold.fold
-
appreciate_fill.appreciatefill
-
info_fill.infofill
-
info.info
-
forward_fill.forwardfill
-
forward.forward
-
recharge_fill.rechargefill
-
recharge.recharge
-
voice.voice
-
voice_fill.voicefill
-
wifi.wifi
-
share.share
-
we_fill.wefill
-
we.we
-
search_list.searchlist
-
sort.sort
-
notice_fill.noticefill
-
notice.notice
-
qiang.qiang
-
mark_fill.markfill
-
mark.mark
-
鱼.yu
-
退出.tuichu
-
repair.repair
-
repair_fill.repairfill
-
attention_fill.attentionfill
-
attention.attention
-
tag_fill.tagfill
-
tag.tag
-
hot_fill.hotfill
-
radio_box.radiobox
-
write_fill.writefill
-
write.write
-
radio_box_fill.radioboxfill
-
add.add
-
move.move
-
my.my1
-
my_fill.myfill1
-
退出.tuichu1
-
goods_favor.goodsfavor
-
appreciate_light.appreciatelight
-
circle_fill.circlefill
-
circle.circle
-
火.huo
第一步:使用font-face声明字体
@font-face {font-family: 'iconfont'; src: url('iconfont.eot'); /* IE9*/ src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome、firefox */ url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */ }第二步:定义使用iconfont的样式
.iconfont{ font-family:"iconfont" !important; font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}第三步:挑选相应图标并获取字体编码,应用于页面
<i class="iconfont">3</i>