index.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. @import '../../app.less';
  2. .icon {
  3. display: inline-block;
  4. vertical-align: middle;
  5. cursor: pointer;
  6. }
  7. .icon.no {
  8. cursor: default;
  9. }
  10. .icon.sceen-full {
  11. width: 36px;
  12. height: 36px;
  13. background: url('/assets/screen_full_normal.png') no-repeat center;
  14. }
  15. .icon.sceen-full.active,
  16. .icon.sceen-full:hover {
  17. background-image: url('/assets/screen_full_highlight.png');
  18. }
  19. .icon.sceen-restore {
  20. width: 36px;
  21. height: 36px;
  22. background: url('/assets/screen_restore_normal.png') no-repeat center;
  23. }
  24. .icon.sceen-restore.active,
  25. .icon.sceen-restore:hover {
  26. background-image: url('/assets/screen_restore_highlight.png');
  27. }
  28. .icon.next {
  29. width: 36px;
  30. height: 36px;
  31. background: url('/assets/footer_next_normal.png') no-repeat center;
  32. }
  33. .icon.next.active,
  34. .icon.next:hover {
  35. background-image: url('/assets/footer_next_highlight.png');
  36. }
  37. .icon.prev {
  38. width: 36px;
  39. height: 36px;
  40. background: url('/assets/footer_previous_normal.png') no-repeat center;
  41. }
  42. .icon.prev.active,
  43. .icon.prev:hover {
  44. background-image: url('/assets/footer_previous_highlight.png');
  45. }
  46. .icon.up {
  47. width: 36px;
  48. height: 36px;
  49. background: url('/assets/analysis_drop_up_normal.png') no-repeat center;
  50. }
  51. .icon.up.active,
  52. .icon.up:hover {
  53. background-image: url('/assets/analysis_drop_up_highlight.png');
  54. }
  55. .icon.down {
  56. width: 36px;
  57. height: 36px;
  58. background: url('/assets/analysis_drop_down_normal.png') no-repeat center;
  59. }
  60. .icon.down.active,
  61. .icon.down:hover {
  62. background-image: url('/assets/analysis_drop_down_highlight.png');
  63. }
  64. .icon.more {
  65. width: 16px;
  66. height: 16px;
  67. background: url('/assets/header_more_normal.png') no-repeat center;
  68. }
  69. .icon.more.active,
  70. .icon.more:hover {
  71. background-image: url('/assets/header_more_highlight.png');
  72. }
  73. .icon.question {
  74. width: 18px;
  75. height: 18px;
  76. background: url('/assets/header_question_normal.png') no-repeat center;
  77. }
  78. .icon.question.active,
  79. .icon.question:hover {
  80. background-image: url('/assets/header_question_highlight.png');
  81. }
  82. .icon.star {
  83. width: 16px;
  84. height: 16px;
  85. background: url('/assets/header_star_normal.png') no-repeat center;
  86. }
  87. .icon.star.no {
  88. background-image: url('/assets/header_star_normal.png') !important;
  89. }
  90. .icon.star.active,
  91. .icon.star:hover {
  92. background-image: url('/assets/header_star_select.png');
  93. }
  94. .icon.up_turn {
  95. width: 20px;
  96. height: 76px;
  97. background: url('/assets/upturning_icon.png') no-repeat center;
  98. }
  99. .icon.up_turn.active,
  100. .icon.up_turn:hover {
  101. background-image: url('/assets/upturning_icon_hover.png');
  102. }
  103. .icon.down_turn {
  104. width: 20px;
  105. height: 76px;
  106. background: url('/assets/downturning_icon.png') no-repeat center;
  107. }
  108. .icon.down_turn.active,
  109. .icon.down_turn:hover {
  110. background-image: url('/assets/downturning_icon_hover.png');
  111. }
  112. .icon.menu {
  113. width: 20px;
  114. height: 20px;
  115. background: url('/assets/meun_icon.png') no-repeat center;
  116. }
  117. .icon.menu.active,
  118. .icon.menu:hover {
  119. background-image: url('/assets/meun_icon_hover.png');
  120. }
  121. .icon.close {
  122. width: 20px;
  123. height: 20px;
  124. background: url('/assets/close.png') no-repeat center;
  125. }
  126. .icon.close.active,
  127. .icon.close:hover {
  128. background-image: url('/assets/close_hover.png');
  129. }
  130. .icon.error {
  131. width: 20px;
  132. height: 20px;
  133. background: url('/assets/option_wrong.png') no-repeat center;
  134. }
  135. .icon.right {
  136. width: 20px;
  137. height: 20px;
  138. background: url('/assets/option_right.png') no-repeat center;
  139. }
  140. .icon.arrow-up {
  141. width: 20px;
  142. height: 20px;
  143. background: url('/assets/up_normal.png') no-repeat center;
  144. }
  145. .icon.arrow-up.active,
  146. .icon.arrow-up:hover {
  147. background-image: url('/assets/up_hover.png');
  148. }
  149. .icon.arrow-down {
  150. width: 20px;
  151. height: 20px;
  152. background: url('/assets/down_normal.png') no-repeat center;
  153. }
  154. .icon.arrow-down.active,
  155. .icon.arrow-down:hover {
  156. background-image: url('/assets/down_hover.png');
  157. }
  158. .icon.note {
  159. width: 20px;
  160. height: 20px;
  161. background: url('/assets/note_normal.png') no-repeat center;
  162. }
  163. .icon.note.no {
  164. background-image: url('/assets/note_normal.png') !important;
  165. }
  166. .icon.note.active,
  167. .icon.note:hover {
  168. background-image: url('/assets/note_highlight.png');
  169. }