icon.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .icon-blank{
  2. background:url('../imgs/icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-add{
  5. background:url('../imgs/icons/edit_add.png') no-repeat center center;
  6. }
  7. .icon-edit{
  8. background:url('../imgs/icons/pencil.png') no-repeat center center;
  9. }
  10. .icon-remove{
  11. background:url('../imgs/icons/edit_remove.png') no-repeat center center;
  12. }
  13. .icon-save{
  14. background:url('../imgs/icons/filesave.png') no-repeat center center;
  15. }
  16. .icon-cut{
  17. background:url('../imgs/icons/cut.png') no-repeat center center;
  18. }
  19. .icon-ok{
  20. background:url('../imgs/icons/ok.png') no-repeat center center;
  21. }
  22. .icon-no{
  23. background:url('../imgs/icons/no.png') no-repeat center center;
  24. }
  25. .icon-cancel{
  26. background:url('../imgs/icons/cancel.png') no-repeat center center;
  27. }
  28. .icon-reload{
  29. background:url('../imgs/icons/reload.png') no-repeat center center;
  30. }
  31. .icon-search{
  32. background:url('../imgs/icons/search.png') no-repeat center center;
  33. }
  34. .icon-print{
  35. background:url('../imgs/icons/print.png') no-repeat center center;
  36. }
  37. .icon-help{
  38. background:url('../imgs/icons/help.png') no-repeat center center;
  39. }
  40. .icon-undo{
  41. background:url('../imgs/icons/undo.png') no-repeat center center;
  42. }
  43. .icon-redo{
  44. background:url('../imgs/icons/redo.png') no-repeat center center;
  45. }
  46. .icon-back{
  47. background:url('../imgs/icons/back.png') no-repeat center center;
  48. }
  49. .icon-sum{
  50. background:url('../imgs/icons/sum.png') no-repeat center center;
  51. }
  52. .icon-tip{
  53. background:url('../imgs/icons/tip.png') no-repeat center center;
  54. }
  55. .icon-filter{
  56. background:url('../imgs/icons/filter.png') no-repeat center center;
  57. }
  58. .icon-mini-add{
  59. background:url('../imgs/icons/mini_add.png') no-repeat center center;
  60. }
  61. .icon-mini-edit{
  62. background:url('../imgs/icons/mini_edit.png') no-repeat center center;
  63. }
  64. .icon-mini-refresh{
  65. background:url('../imgs/icons/mini_refresh.png') no-repeat center center;
  66. }
  67. .icon-QRCode{
  68. background:url('../imgs/icons/QRCode.png') no-repeat center center;
  69. }
  70. .icon-delete{
  71. background:url('../imgs/icons/delete.png') no-repeat center center;
  72. }