icon.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /*空白*/
  2. .icon-blank{
  3. background:url('icons/blank.gif') no-repeat center center;
  4. }
  5. /*新增*/
  6. .icon-add{
  7. background:url('icons/add.png') no-repeat center center;
  8. }
  9. /*删除*/
  10. .icon-delete{
  11. background:url('icons/delete.png') no-repeat center center;
  12. }
  13. /*删除*/
  14. .icon-remove{
  15. background:url('icons/delete.png') no-repeat center center;
  16. }
  17. /*修改*/
  18. .icon-edit{
  19. background:url('icons/edit.png') no-repeat center center;
  20. }
  21. /*批量修改*/
  22. .icon-batch-edit{
  23. background:url('icons/edit.png') no-repeat center center;
  24. }
  25. /*编辑*/
  26. .icon-alter{
  27. background:url('icons/edit_edit.png') no-repeat center center;
  28. }
  29. /*保存*/
  30. .icon-save{
  31. background:url('icons/save.png') no-repeat center center;
  32. }
  33. /*确定*/
  34. .icon-confirm{
  35. background:url('icons/confirm.png') no-repeat center center;
  36. }
  37. /*取消*/
  38. .icon-cancel{
  39. background:url('icons/cancel.png') no-repeat center center;
  40. }
  41. /*撤消*/
  42. .icon-undo{
  43. background:url('icons/undo.png') no-repeat center center;
  44. }
  45. /*重置*/
  46. .icon-reset{
  47. background:url('icons/undo.png') no-repeat center center;
  48. }
  49. /*申请*/
  50. .icon-apply{
  51. background:url('icons/apply.png') no-repeat center center;
  52. }
  53. /*审核*/
  54. .icon-check{
  55. background:url('icons/check.png') no-repeat center center;
  56. }
  57. /*驳回*/
  58. .icon-fail{
  59. background:url('icons/fail.png') no-repeat center center;
  60. }
  61. /*通过*/
  62. .icon-pass{
  63. background:url('icons/pass.png') no-repeat center center;
  64. }
  65. /*提交*/
  66. .icon-ok{
  67. background:url('icons/submit.png') no-repeat center center;
  68. }
  69. /*提交*/
  70. .icon-submit{
  71. background:url('icons/submit.png') no-repeat center center;
  72. }
  73. /*启用*/
  74. .icon-enabled{
  75. background:url('icons/enabled.png') no-repeat center center;
  76. }
  77. /*启用*/
  78. .icon-open{
  79. background:url('icons/open.png') no-repeat center center;
  80. }
  81. /*禁用*/
  82. .icon-disabled{
  83. background:url('icons/disabled.png') no-repeat center center;
  84. }
  85. /*禁用*/
  86. .icon-no{
  87. background:url('icons/disabled.png') no-repeat center center;
  88. }
  89. /*初始化*/
  90. .icon-init{
  91. background:url('icons/redo.png') no-repeat center center;
  92. }
  93. /*重做*/
  94. .icon-redo{
  95. background:url('icons/redo.png') no-repeat center center;
  96. }
  97. /*剪切*/
  98. .icon-cut{
  99. background:url('icons/cut.png') no-repeat center center;
  100. }
  101. /*生成*/
  102. .icon-reload{
  103. background:url('icons/reload.png') no-repeat center center;
  104. }
  105. /*刷新*/
  106. .icon-refresh{
  107. background:url('icons/refresh.png') no-repeat center center;
  108. }
  109. /*生成*/
  110. .icon-make{
  111. background:url('icons/make.png') no-repeat center center;
  112. }
  113. /*搜索*/
  114. .icon-search{
  115. background:url('icons/search.png') no-repeat center center;
  116. }
  117. /*打印*/
  118. .icon-print{
  119. background:url('icons/print.png') no-repeat center center;
  120. }
  121. /*帮助*/
  122. .icon-help{
  123. background:url('icons/help.png') no-repeat center center;
  124. }
  125. /*后退*/
  126. .icon-back{
  127. background:url('icons/back.png') no-repeat center center;
  128. }
  129. /*向左*/
  130. .icon-left{
  131. background:url('icons/left.png') no-repeat center center;
  132. }
  133. /*向右*/
  134. .icon-right{
  135. background:url('icons/right.png') no-repeat center center;
  136. }
  137. /*求和*/
  138. .icon-sum{
  139. background:url('icons/sum.png') no-repeat center center;
  140. }
  141. /*计算*/
  142. .icon-calculation{
  143. background:url('icons/calculation.png') no-repeat center center;
  144. }
  145. /*提示*/
  146. .icon-tip{
  147. background:url('icons/tip.png') no-repeat center center;
  148. }
  149. /*添加*/
  150. .icon-item-add{
  151. background:url('icons/mini_add.png') no-repeat center center;
  152. }
  153. /*添加*/
  154. .icon-mini-add{
  155. background:url('icons/mini_add.png') no-repeat center center;
  156. }
  157. /*修改*/
  158. .icon-item-edit{
  159. background:url('icons/mini_edit.png') no-repeat center center;
  160. }
  161. /*修改*/
  162. .icon-mini-edit{
  163. background:url('icons/mini_edit.png') no-repeat center center;
  164. }
  165. /*移除*/
  166. .icon-item-remove{
  167. background:url('icons/mini_remove.png') no-repeat center center;
  168. }
  169. /*移除*/
  170. .icon-mini_remove{
  171. background:url('icons/mini_remove.png') no-repeat center center;
  172. }
  173. /*清除*/
  174. .icon-edit-clear{
  175. background:url('icons/edit_clear.png') no-repeat center center;
  176. }
  177. /*全选*/
  178. .icon-edit-all{
  179. background:url('icons/edit_all.png') no-repeat center center;
  180. }
  181. /*下载更新*/
  182. .icon-mini-refresh{
  183. background:url('icons/mini_refresh.png') no-repeat center center;
  184. }
  185. /*下载*/
  186. .icon-down{
  187. background:url('icons/down.png') no-repeat center center;
  188. }
  189. /*下载*/
  190. .icon-download{
  191. background:url('icons/download.png') no-repeat center center;
  192. }
  193. /*上报*/
  194. .icon-up{
  195. background:url('icons/up.png') no-repeat center center;
  196. }
  197. /*上传*/
  198. .icon-upload{
  199. background:url('icons/upload.png') no-repeat center center;
  200. }
  201. /*首页*/
  202. .icon-home{
  203. background:url('icons/home.png') no-repeat center center;
  204. }
  205. /*用户*/
  206. .icon-user{
  207. background:url('icons/user.png') no-repeat center center;
  208. }
  209. /*授权*/
  210. .icon-key{
  211. background:url('icons/key.png') no-repeat center center;
  212. }
  213. /*明细*/
  214. .icon-detail{
  215. background:url('icons/detail.png') no-repeat center center;
  216. }
  217. /*数据范围*/
  218. .icon-data-range{
  219. background:url('icons/data_range.png') no-repeat center center;
  220. }
  221. /*发送*/
  222. .icon-send{
  223. background:url('icons/send.png') no-repeat center center;
  224. }
  225. /*发布*/
  226. .icon-release{
  227. background:url('icons/release.png') no-repeat center center;
  228. }
  229. /*Excel导出*/
  230. .icon-export{
  231. background:url('icons/export.png') no-repeat center center;
  232. }
  233. /*Excel导入*/
  234. .icon-import{
  235. background:url('icons/import.png') no-repeat center center;
  236. }
  237. /*注册*/
  238. .icon-register{
  239. background:url('icons/register.png') no-repeat center center;
  240. }
  241. /*照片*/
  242. .icon-photo{
  243. background:url('icons/photo.png') no-repeat center center;
  244. }
  245. /*pdf*/
  246. .icon-pdf{
  247. background:url('icons/pdf.png') no-repeat center center;
  248. }
  249. /*dbf*/
  250. .icon-dbf{
  251. background:url('icons/dbf.png') no-repeat center center;
  252. }
  253. /*复制*/
  254. .icon-copy{
  255. background:url('icons/copy.png') no-repeat center center;
  256. }
  257. /*选中*/
  258. .icon-select{
  259. background:url('icons/select.png') no-repeat center center;
  260. }
  261. /*合并*/
  262. .icon-merge{
  263. background:url('icons/merge.png') no-repeat center center;
  264. }
  265. /*拆分*/
  266. .icon-split{
  267. background:url('icons/split.png') no-repeat center center;
  268. }
  269. /*设定*/
  270. .icon-setting{
  271. background:url('icons/setting.png') no-repeat center center;
  272. }
  273. /*密码*/
  274. .icon-password{
  275. background:url('icons/password.png') no-repeat center center;
  276. }
  277. /*安排*/
  278. .icon-plan{
  279. background:url('icons/plan.png') no-repeat center center;
  280. }
  281. /*名单*/
  282. .icon-list{
  283. background:url('icons/list.png') no-repeat center center;
  284. }
  285. /*分配*/
  286. .icon-pin{
  287. background:url('icons/pin.png') no-repeat center center;
  288. }
  289. /*放大*/
  290. .icon-zoomout{
  291. background:url('icons/zoomout.png') no-repeat center center;
  292. }
  293. /*缩小*/
  294. .icon-zoomin{
  295. background:url('icons/zoomin.png') no-repeat center center;
  296. }
  297. /*录入*/
  298. .icon-input{
  299. background:url('icons/data_edit.png') no-repeat center center;
  300. }