iconfont.css
5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@font-face {font-family: "icon-plugin";
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot') 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') format('svg'); /* iOS 4.1- */
}
[class^=icon-plugin-],
[class*=" icon-plugin-"] {
font-family: "icon-plugin" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 默认 */
.icon-plugin-default:before { content: "\e605"; }
/*表单*/
.icon-plugin-Form:before { content: "\e6f5"; } /* 表单 */
.icon-plugin-DetailTable:before { content: "\e6f5"; } /* 明细表 */
.icon-plugin-FInputText:before { content: "\e693"; } /* 单行文本 */
.icon-plugin-FTextarea:before { content: "\e694"; } /* 多行文本 */
.icon-plugin-FHidden:before { content: "\e647"; } /* 隐藏域 */
.icon-plugin-FSelect:before { content: "\e65d"; } /* 选择项 */
.icon-plugin-FCheckbox:before { content: "\e688"; } /* 单(多)选 */
.icon-plugin-FCheck:before { content: "\e658"; } /* check框 */
.icon-plugin-FBrowser:before { content: "\e6b0"; } /* 浏览按钮 */
.icon-plugin-FAPIBrowser:before { content: "\e6f3"; } /* 浏览按钮(接口) */
.icon-plugin-FButton:before { content: "\e65e"; } /* 表单按钮 */
.icon-plugin-FScores:before { content: "\e603"; } /* 星级评分 */
.icon-plugin-FRange:before { content: "\e773";} /*滑块*/
.icon-plugin-FDateTime:before { content: "\e692";} /*日期时间*/
.icon-plugin-FSound:before { content: "\e610"; } /* 语音 */
.icon-plugin-FLbs:before { content: "\e635"; } /* LBS */
.icon-plugin-FLbs4amap:before { content: "\e635"; } /* LBS */
.icon-plugin-FPhoto:before { content: "\e638"; } /* 拍照 */
.icon-plugin-FHandwriting:before { content: "\e636"; } /* 批注 */
.icon-plugin-FFile:before { content: "\e600"; } /* 附件 */
.icon-plugin-DynamicForm:before { content: "\e604"; } /* 动态表单 */
/*图表*/
.icon-plugin-Chart:before { content: "\e615"; } /* 图表 */
.icon-plugin-BarChart:before { content: "\eef4"} /* 柱状图 */
.icon-plugin-PieChart:before { content: "\eeee"} /* 饼状图 */
.icon-plugin-LineChart:before { content: "\ee8d"} /* 折线图 */
.icon-plugin-FunnelChart:before { content: "\ee96"} /* 漏斗图 */
.icon-plugin-RadarChart:before { content: "\e68a"} /* 雷达图 */
.icon-plugin-GaugeChart:before { content: "\e6ea"} /* 仪表盘 */
/*导航*/
.icon-plugin-Navigation:before { content: "\ee7f"} /* 导航栏 */
.icon-plugin-Toolbar:before { content: "\e67f"; } /* 工具栏 */
.icon-plugin-FloatButton:before { content: "\eea4"; } /* 浮动按钮 */
.icon-plugin-NavPanel:before { content: "\eec9"; } /* 导航面板 */
.icon-plugin-Tab:before { content: "\e697"; } /* tab页 */
.icon-plugin-NavHeader:before { content: "\ee89"; } /* 导航头 */
.icon-plugin-TabBar:before { content: "\eeb2"; } /* 标签栏 */
/*列表*/
.icon-plugin-List:before, /* 列表 */
.icon-plugin-UrlList:before, /* url列表 */
.icon-plugin-WSList:before { content: "\ee98"; } /* ws列表 */
.icon-plugin-Timelinr:before { content: "\e786"; } /* 时间轴 */
.icon-plugin-NGridTable:before,
.icon-plugin-UrlGridTable:before,
.icon-plugin-GridTable:before { content: "\e6b1"; } /* 表格 */
.icon-plugin-HoriList:before { content: "\ee78"; } /* 横向列表 */
.icon-plugin-NHoriList:before { content: "\ee78"; } /* 横向列表 */
.icon-plugin-RSSList:before { content: "\e7ef"; opacity: 0.8;} /*RSS列表*/
.icon-plugin-LargeList:before { content: "\e619";} /*大图列表*/
.icon-plugin-NLargeList:before { content: "\e619";} /*大图列表*/
.icon-plugin-APIList:before { content: "\e950";} /*API列表*/
.icon-plugin-NList:before { content: "\e606"; } /* 新列表 */
.icon-plugin-NTimeline:before { content: "\e786"; } /* 新时间轴 */
/*其他 少顶部按钮*/
.icon-plugin-Slide:before { content: "\e65b"; } /* 幻灯片 */
.icon-plugin-Html:before { content: "\e639"; } /* html */
.icon-plugin-AMap:before { content: "\e635"; } /* 地图 */
.icon-plugin-Tree:before { content: "\e617"; } /* 树形 */
.icon-plugin-Countdown:before { content: "\e62f"; } /* 倒计时 */
.icon-plugin-QRCode:before { content: "\eeaf"; } /* 二维码 */
.icon-plugin-Reply:before { content: "\eee0"; } /* 回复 */
.icon-plugin-UserAvatar:before { content: "\ee9d"; } /* 用户头像 */
.icon-plugin-DataSet:before { content: "\e628"; } /* 数据集 */
.icon-plugin-DataDetail:before { content: "\e616"; } /* 数据明细 */
.icon-plugin-CountPanel:before { content: "\e608"; } /* 统计面板 */
.icon-plugin-SegControl:before { content: "\e64c"; } /* 分段插件 */
.icon-plugin-Calendar:before { content: "\e692"; } /* 日历 */
.icon-plugin-Weather:before { content: "\e62d"; } /* 天气 */
.icon-plugin-ProgressBar:before { content: "\e653"; } /* 进度条 */
.icon-plugin-ColumnBreak:before { content: "\e60c"; } /* 分栏 */
.icon-plugin-Picture:before { content: "\eea7"; } /* 图片 */
.icon-plugin-Button:before { content: "\e65e"; } /* 按钮 */
.icon-plugin-Video:before { content: "\e614"; } /* 视频 */
.icon-plugin-Iframe:before { content: "\e623"; } /* Iframe */
.icon-plugin-TipPanel:before { content: "\e66a"; } /* 提示面板 */
.icon-plugin-SearchBox:before { content: "\e60d"; } /* 搜索框 */
.icon-plugin-Steps:before { content: "\e6cf"; } /* 步骤条 */
.icon-plugin-NoticeBar:before { content: "\e61f"; } /* 通知公告 */
.icon-plugin-RichText:before { content: "\e611"; } /* 富文本 */
.icon-plugin-TopSearch:before { content: "\e704"; } /* 顶部搜索 */