IconFont 图标
-
法律法规.falvfagui
-
upload.upload
-
default.default
-
报表.msnui-pie-chart
-
download.download
-
字典.zidian
-
download.download1
-
地区分析.msnui-report-region
-
监察分析.msnui-report-sec
-
监听分析.msnui-report-listen
-
数据分析.msnui-report-data
-
综合分析.msnui-report-map
-
upload.upload1
-
权限_角色.access_user
-
异常上报.yichangshangbao
-
back.back
-
upload.upload2
-
菜单.caidan
-
Cancel.cancel
-
项目.xiangmu
-
wf-flow-chart.flowchart
-
alarm.alarm
-
apartment.apartment
-
arrow-down-circle.arrowdowncircle
-
arrow-left-circle.arrowleftcircle
-
arrow-right-circle.arrowrightcircle
-
arrow-up-circle.arrowupcircle
-
book.book
-
calendar-full.calendarfull
-
camera.camera
-
cloud-upload.cloudupload
-
chart-bars.chartbars
-
checkmark-circle.checkmarkcircle
-
chevron-down-circle.chevrondowncircle
-
chevron-left-circle.chevronleftcircle
-
chevron-right-circle.chevronrightcircle
-
chevron-up-circle.chevronupcircle
-
circle-minus.delete
-
clock.clock
-
cloud-download.clouddownload
-
exit.exit
-
code.code
-
cog.cog
-
crop.crop
-
cross.cross
-
cross-circle.crosscircle
-
database.database
-
download.download2
-
enter.enter
-
enter-down.enterdown
-
envelope.envelope
-
indent-decrease.indentdecrease
-
exit-up.exitup
-
file-add.fileadd
-
file-empty.fileempty
-
hand.hand
-
highlight.highlight
-
history.history
-
home.home
-
indent-increase.indentincrease
-
layers.layers
-
leaf.leaf
-
license.license
-
line-spacing.linespacing
-
link.link
-
list.list
-
location.location
-
lock.lock
-
magnifier.magnifier
-
map.map
-
menu-circle.menucircle
-
move.move
-
music-note.musicnote
-
page-break.pagebreak
-
paperclip.paperclip
-
pencil.pencil
-
phone.phone
-
picture.picture
-
pie-chart.piechart
-
plus-circle.pluscircle
-
power-switch.powerswitch
-
printer.printer
-
question-circle.questioncircle
-
redo.redo
-
screen.screen
-
star.star
-
sync.sync
-
tablet.tablet
-
tag.tag
-
text-align-justify.textalignjustify
-
trash.trash
-
undo.undo
-
upload.upload3
-
user.user
-
company.company
-
融资记录.rzjl
-
隐患上报.2
-
汇总报告.a-dd-jg-report
-
法务.c-law
-
annotation.annotation
-
app-pai.apppai
-
application.application
-
area-chart.areachart
-
arrow-bottom-l.arrowbottoml
-
arrow-left-d-l.arrowleftdl
-
arrow-right-d-l.arrowrightdl
-
asterisk.asterisk
-
attachment.attachment
-
auto-align-24.autoalign24
-
auto-merge-cell.automergecell
-
bring-to-bottom.bringtobottom
-
calculaiton.calculaiton
-
chart-funnel-plot.chartfunnelplot
-
clock.clock1
-
close-c.closec
-
close-o.closeo
-
comment.comment
-
console.console
-
controler.controler
-
copy.copy
-
cut.cut
-
dashboard.dashboard
-
data-full.datafull
-
default-justified.defaultjustified
-
delete-row.deleterow
-
desktop.desktop
-
dpc.dpc
-
export-excel.exportexcel
-
format.format
-
forward-o.forwardo
-
globe-o-24.globeo24
-
help-o.helpo
-
lab-shut-down.labshutdown
-
loading.loading
-
locate-o.locateo
-
lock.lock1
-
node-collapse.nodecollapse
-
node-expand.nodeexpand
-
paste-l.pastel
-
pause-o.pauseo
-
permission.permission
-
phone-24.phone24
-
pie-3d-chart.pie3dchart
-
pie-chart.piechart1
-
plus-o.pluso
-
refresh-o.refresho
-
report.report
-
rmb.rmb
-
root.root
-
search-24.search24
-
share-from.sharefrom
-
stack.stack
-
stop-o.stopo
-
sync-o.synco
-
sync.sync1
-
tab.tab
-
table.table
-
task-empty.taskempty
-
task.task
-
text.text
-
thumnail.thumnail
-
unstack.unstack
-
user-o.usero
-
warning.warning
-
编辑.edit
-
报价单报表.report-up
-
save.save
-
上报战法.sbzf
-
ppt.ppt
-
pdf.pdf
-
预览.yulan
-
角色管理.jiaoseguanli
-
用户.yonghu
-
角色.role
-
融资.rongzi
-
报表中心.report-center
-
新建审批.see-icon-m3-approval
-
网上申报.shenbao
-
excel.excel
-
company.dept
-
菜单.caidan1
-
report-purchase.report1
-
word.word
-
preview.preview
-
项目.xiangmu1
-
edit.setting
第一步:使用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>