index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. @import '../../app.less';
  2. .icon {
  3. display: inline-block;
  4. vertical-align: middle;
  5. cursor: pointer;
  6. }
  7. .icon.sceen-full {
  8. width: 36px;
  9. height: 36px;
  10. background: url('/assets/screen_full_normal.png') no-repeat center;
  11. }
  12. .icon.sceen-full.active,
  13. .icon.sceen-full:hover {
  14. background-image: url('/assets/screen_full_highlight.png');
  15. }
  16. .icon.sceen-restore {
  17. width: 36px;
  18. height: 36px;
  19. background: url('/assets/screen_restore_normal.png') no-repeat center;
  20. }
  21. .icon.sceen-restore.active,
  22. .icon.sceen-restore:hover {
  23. background-image: url('/assets/screen_restore_highlight.png');
  24. }
  25. .icon.next {
  26. width: 36px;
  27. height: 36px;
  28. background: url('/assets/footer_next_normal.png') no-repeat center;
  29. }
  30. .icon.next.active,
  31. .icon.next:hover {
  32. background-image: url('/assets/footer_next_highlight.png');
  33. }
  34. .icon.prev {
  35. width: 36px;
  36. height: 36px;
  37. background: url('/assets/footer_previous_normal.png') no-repeat center;
  38. }
  39. .icon.prev.active,
  40. .icon.prev:hover {
  41. background-image: url('/assets/footer_previous_highlight.png');
  42. }
  43. .icon.up {
  44. width: 36px;
  45. height: 36px;
  46. background: url('/assets/analysis_drop_up_normal.png') no-repeat center;
  47. }
  48. .icon.up.active,
  49. .icon.up:hover {
  50. background-image: url('/assets/analysis_drop_up_highlight.png');
  51. }
  52. .icon.down {
  53. width: 36px;
  54. height: 36px;
  55. background: url('/assets/analysis_drop_down_normal.png') no-repeat center;
  56. }
  57. .icon.down.active,
  58. .icon.down:hover {
  59. background-image: url('/assets/analysis_drop_down_highlight.png');
  60. }
  61. .icon.more {
  62. width: 16px;
  63. height: 16px;
  64. background: url('/assets/header_more_normal.png') no-repeat center;
  65. }
  66. .icon.more.active,
  67. .icon.more:hover {
  68. background-image: url('/assets/header_more_highlight.png');
  69. }
  70. .icon.question {
  71. width: 16px;
  72. height: 16px;
  73. background: url('/assets/header_question_normal.png') no-repeat center;
  74. }
  75. .icon.question.active,
  76. .icon.question:hover {
  77. background-image: url('/assets/header_question_highlight.png');
  78. }
  79. .icon.star {
  80. width: 16px;
  81. height: 16px;
  82. background: url('/assets/header_star_normal.png') no-repeat center;
  83. }
  84. .icon.star.active,
  85. .icon.star:hover {
  86. background-image: url('/assets/header_star_select.png');
  87. }
  88. .icon.up_turn {
  89. width: 20px;
  90. height: 76px;
  91. background: url('/assets/upturning_icon.png') no-repeat center;
  92. }
  93. .icon.up_turn.active,
  94. .icon.up_turn:hover {
  95. background-image: url('/assets/upturning_icon_hover.png');
  96. }
  97. .icon.down_turn {
  98. width: 20px;
  99. height: 76px;
  100. background: url('/assets/downturning_icon.png') no-repeat center;
  101. }
  102. .icon.down_turn.active,
  103. .icon.down_turn:hover {
  104. background-image: url('/assets/downturning_icon_hover.png');
  105. }
  106. .icon.menu {
  107. width: 20px;
  108. height: 20px;
  109. background: url('/assets/meun_icon.png') no-repeat center;
  110. }
  111. .icon.menu.active,
  112. .icon.menu:hover {
  113. background-image: url('/assets/meun_icon_hover.png');
  114. }