icon.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .icon-blank{
  2. background:url('icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-yes{
  5. background:url('icons/yes.png') no-repeat center center;
  6. }
  7. .icon-no{
  8. background:url('icons/no.png') no-repeat center center;
  9. }
  10. .icon-add{
  11. background:url('itemicon/add.png') no-repeat center center;
  12. }
  13. .icon-edit{
  14. background:url('itemicon/update.png') no-repeat center center;
  15. }
  16. .icon-remove{
  17. background:url('itemicon/delete.png') no-repeat center center;
  18. }
  19. .icon-delete{
  20. background:url('icons/delete.png') no-repeat center center;
  21. }
  22. .icon-save{
  23. background:url('icons/filesave.png') no-repeat center center;
  24. }
  25. .icon-cut{
  26. background:url('icons/cut.png') no-repeat center center;
  27. }
  28. .icon-ok{
  29. background:url('icons/ok.png') no-repeat center center;
  30. }
  31. .icon-ok1{
  32. background:url('icons/ok1.png') no-repeat center center;
  33. }
  34. .icon-no{
  35. background:url('icons/no.png') no-repeat center center;
  36. }
  37. .icon-cancel{
  38. background:url('icons/cancel.png') no-repeat center center;
  39. }
  40. .icon-reload{
  41. background:url('icons/reload.png') no-repeat center center;
  42. }
  43. .icon-search{
  44. background:url('itemicon/search.png') no-repeat center center;
  45. }
  46. .icon-print{
  47. background:url('itemicon/print.png') no-repeat center center;
  48. }
  49. .icon-help{
  50. background:url('icons/help.png') no-repeat center center;
  51. }
  52. .icon-undo{
  53. background:url('icons/undo.png') no-repeat center center;
  54. }
  55. .icon-redo{
  56. background:url('icons/redo.png') no-repeat center center;
  57. }
  58. .icon-back{
  59. background:url('icons/back.png') no-repeat center center;
  60. }
  61. .icon-sum{
  62. background:url('icons/sum.png') no-repeat center center;
  63. }
  64. .icon-tip{
  65. background:url('icons/tip.png') no-repeat center center;
  66. }
  67. .icon-mini-add{
  68. background:url('icons/mini_add.png') no-repeat center center;
  69. }
  70. .icon-mini-edit{
  71. background:url('icons/mini_edit.png') no-repeat center center;
  72. }
  73. .icon-mini-refresh{
  74. background:url('icons/mini_refresh.png') no-repeat center center;
  75. }
  76. .icon-user{
  77. background:url('icons/user.png') no-repeat center center;
  78. }
  79. .icon-skin{
  80. background:url('icons/skin.png') no-repeat center center;
  81. }
  82. .icon-exit{
  83. background:url('icons/exit.png') no-repeat center center;
  84. }
  85. .icon-list-default{
  86. background:url('icons/list_default.png') no-repeat center center;
  87. }
  88. .icon-list-gray{
  89. background:url('icons/list_gray.png') no-repeat center center;
  90. }
  91. .icon-control{
  92. background:url('icons/control.png') no-repeat center center;
  93. }
  94. .icon-useredit{
  95. background:url('icons/user_edit.png') no-repeat center center;
  96. }
  97. .icon-usergo{
  98. background:url('icons/user_go.png') no-repeat center center;
  99. }
  100. .icon-usergreen{
  101. background:url('icons/user_green.png') no-repeat center center;
  102. }
  103. .icon-userred{
  104. background:url('icons/user_red.png') no-repeat center center;
  105. }
  106. .icon-usersuit{
  107. background:url('icons/user_suit.png') no-repeat center center;
  108. }
  109. .icon-lock{
  110. background:url('icons/lock.png') no-repeat center center;
  111. }
  112. .icon-unlock{
  113. background:url('icons/unlock.png') no-repeat center center;
  114. }
  115. .icon-menu{
  116. background:url('icons/menu.png') no-repeat center center;
  117. }
  118. .icon-link{
  119. background:url('icons/link.png') no-repeat center center;
  120. }
  121. .icon-closemenu{
  122. background:url('icons/closemenu.png') no-repeat center center;
  123. }
  124. .icon-refresh{
  125. background:url('icons/refresh.png') no-repeat center center;
  126. }
  127. .icon-house{
  128. background:url('icons/house.png') no-repeat center center;
  129. }
  130. .icon-portal_btsq{
  131. background:url('icons/portal_btsq.png') no-repeat center center;
  132. }
  133. .icon-portal_jgxx{
  134. background:url('icons/portal_jgxx.png') no-repeat center center;
  135. }
  136. .icon-portal_kbba{
  137. background:url('icons/portal_kbba.png') no-repeat center center;
  138. }
  139. .icon-portal_kbsq{
  140. background:url('icons/portal_kbsq.png') no-repeat center center;
  141. }
  142. .icon-freeze{
  143. background:url('icons/freeze.png') no-repeat center center !important;
  144. }
  145. .icon-details{
  146. background:url('icons/details.png') no-repeat center center;
  147. }
  148. .icon-cog{
  149. background:url('icons/cog.png') no-repeat center center;
  150. }
  151. .icon-up{
  152. background:url('icons/up.png') no-repeat center center;
  153. }
  154. .icon-down{
  155. background:url('icons/down.png') no-repeat center center;
  156. }
  157. .icon-down{
  158. background:url('icons/down.png') no-repeat center center;
  159. }
  160. .icon-emptied{
  161. background:url('itemicon/emptied.png') no-repeat center center;
  162. }
  163. .icon-batch{
  164. background:url('itemicon/batch.png') no-repeat center center;
  165. }
  166. .icon-export{
  167. background:url('itemicon/export.png') no-repeat center center;
  168. }
  169. .icon-import{
  170. background:url('itemicon/import.png') no-repeat center center;
  171. }
  172. .icon-review{
  173. background:url('itemicon/review.png') no-repeat center center;
  174. }
  175. .icon-quit{
  176. background:url('itemicon/quit.png') no-repeat center center;
  177. }
  178. .icon-pay{
  179. background:url('itemicon/pay.png') no-repeat center center;
  180. }
  181. .icon-collect{
  182. background:url('itemicon/collect.png') no-repeat center center;
  183. }
  184. .icon-nextstep{
  185. background:url('itemicon/nextstep.png') no-repeat center center;
  186. }