icon.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .icon-blank{
  2. background:url('icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-add{
  5. background:url('icons/le_new.png') no-repeat center center;
  6. }
  7. .icon-edit{
  8. background:url('icons/le_edit.png') no-repeat center center;
  9. }
  10. .icon-remove{
  11. background:url('icons/le_delete.png') no-repeat center center;
  12. }
  13. .icon-save{
  14. background:url('icons/le_save.png') no-repeat center center;
  15. }
  16. .icon-save1{
  17. background:url('icons/le_save1.png') no-repeat center center;
  18. }
  19. .icon-return{
  20. background:url('icons/le_return.png') no-repeat center center;
  21. }
  22. .icon-lock{
  23. background:url('icons/le_lock.png') no-repeat center center;
  24. }
  25. .icon-activation{
  26. background:url('icons/le_activation.png') no-repeat center center;
  27. }
  28. .icon-synchronization{
  29. background:url('icons/le_synchronization.png') no-repeat center center;
  30. }
  31. .icon-refresh{
  32. background:url('icons/le_refresh.png') no-repeat center center;
  33. }
  34. .icon-enable{
  35. background:url('icons/le_enable.png') no-repeat center center;
  36. }
  37. .icon-disable{
  38. background:url('icons/le_disable.png') no-repeat center center;
  39. }
  40. .icon-clean{
  41. background:url('icons/le_clean.png') no-repeat center center;
  42. }
  43. .icon-distribution{
  44. background:url('icons/le_distribution.png') no-repeat center center;
  45. }
  46. .icon-view{
  47. background:url('icons/le_view.png') no-repeat center center;
  48. }
  49. .icon-withdraw{
  50. background:url('icons/le_withdraw.png') no-repeat center center;
  51. }
  52. .icon-cancel1{
  53. background:url('icons/le_cancel1.png') no-repeat center center;
  54. }
  55. .icon-report{
  56. background:url('icons/le_report.png') no-repeat center center;
  57. }
  58. .icon-calculation{
  59. background:url('icons/le_calculation.png') no-repeat center center;
  60. }
  61. .icon-detail{
  62. background:url('icons/le_detail.png') no-repeat center center;
  63. }
  64. .icon-release{
  65. background:url('icons/le_release.png') no-repeat center center;
  66. }
  67. .icon-confirm{
  68. background:url('icons/le_confirm.png') no-repeat center center;
  69. }
  70. .icon-select{
  71. background:url('icons/le_select.png') no-repeat center center;
  72. }
  73. .icon-cut{
  74. background:url('icons/cut.png') no-repeat center center;
  75. }
  76. .icon-ok{
  77. background:url('icons/ok.png') no-repeat center center;
  78. }
  79. .icon-no{
  80. background:url('icons/no.png') no-repeat center center;
  81. }
  82. .icon-cancel{
  83. background:url('icons/cancel.png') no-repeat center center;
  84. }
  85. .icon-reload{
  86. background:url('icons/le_reload.png') no-repeat center center;
  87. }
  88. .icon-search{
  89. background:url('icons/le_search.png') no-repeat center center;
  90. }
  91. .icon-print{
  92. background:url('icons/print.png') no-repeat center center;
  93. }
  94. .icon-help{
  95. background:url('icons/help.png') no-repeat center center;
  96. }
  97. .icon-undo{
  98. background:url('icons/undo.png') no-repeat center center;
  99. }
  100. .icon-redo{
  101. background:url('icons/redo.png') no-repeat center center;
  102. }
  103. .icon-back{
  104. background:url('icons/back.png') no-repeat center center;
  105. }
  106. .icon-sum{
  107. background:url('icons/sum.png') no-repeat center center;
  108. }
  109. .icon-tip{
  110. background:url('icons/tip.png') no-repeat center center;
  111. }
  112. .icon-mini-add{
  113. background:url('icons/mini_add.png') no-repeat center center;
  114. }
  115. .icon-mini-edit{
  116. background:url('icons/mini_edit.png') no-repeat center center;
  117. }
  118. .icon-mini-refresh{
  119. background:url('icons/mini_refresh.png') no-repeat center center;
  120. }
  121. .icon-put{
  122. background:url('icons/le_basket_put.png') no-repeat center center;
  123. }
  124. .icon-putout{
  125. background:url('icons/le_basket_remove.png') no-repeat center center;
  126. }
  127. .icon-comturn{
  128. background:url('icons/comturn.png') no-repeat center center;
  129. }
  130. .icon-exit{
  131. background:url('icons/exit.png') no-repeat center center;
  132. }
  133. .icon-le-ok{
  134. background:url('icons/le-ok.png') no-repeat center center;
  135. }
  136. .icon-le-back{
  137. background:url('icons/le-back.png') no-repeat center center;
  138. }
  139. /*update-begin--author:zhangjiaqiang date:20170301 for:�޶��б�ͼ�� */
  140. .icon-user-set-o{
  141. background:url('icons/user-set-o.png') no-repeat center center;
  142. }
  143. .icon-user-set{
  144. background:url('icons/user-set.png') no-repeat center center;
  145. }
  146. .icon-right{
  147. background:url('icons/right.png') no-repeat center center;
  148. }
  149. .icon-left{
  150. background:url('icons/left.png') no-repeat center center;
  151. }
  152. .icon-cny{
  153. background:url('icons/cny.png') no-repeat center center;
  154. }
  155. /*update-end--author:zhangjiaqiang date:20170301 for:�޶��б�ͼ�� */
  156. .icon-caret-down{
  157. background:url('icons/fa-caret-down.png') no-repeat center center;
  158. }