index.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  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.small-up {
  65. width: 24px;
  66. height: 24px;
  67. background: url('/assets/dropdown_normal.png') no-repeat center;
  68. transform: rotate(180deg)
  69. }
  70. .icon.small-up.active,
  71. .icon.small-up:hover {
  72. background-image: url('/assets/dropdown_hover.png');
  73. }
  74. .icon.small-down {
  75. width: 24px;
  76. height: 24px;
  77. background: url('/assets/dropdown_normal.png') no-repeat center;
  78. }
  79. .icon.small-down.active,
  80. .icon.small-down:hover {
  81. background-image: url('/assets/dropdown_hover.png');
  82. }
  83. .icon.other {
  84. width: 16px;
  85. height: 16px;
  86. background: url('/assets/header_more_normal.png') no-repeat center;
  87. }
  88. .icon.other.active,
  89. .icon.other:hover {
  90. background-image: url('/assets/header_more_highlight.png');
  91. }
  92. .icon.question {
  93. width: 18px;
  94. height: 18px;
  95. background: url('/assets/header_question_normal.png') no-repeat center;
  96. }
  97. .icon.question.active,
  98. .icon.question:hover {
  99. background-image: url('/assets/header_question_highlight.png');
  100. }
  101. .icon.star,
  102. .icon.star.no:hover {
  103. width: 16px;
  104. height: 16px;
  105. background: url('/assets/header_star_normal.png') no-repeat center;
  106. }
  107. .icon.star.active,
  108. .icon.star.no.active,
  109. .icon.star:hover {
  110. background-image: url('/assets/header_star_select.png');
  111. }
  112. .icon.up_turn {
  113. width: 20px;
  114. height: 76px;
  115. background: url('/assets/upturning_icon.png') no-repeat center;
  116. }
  117. .icon.up_turn.active,
  118. .icon.up_turn:hover {
  119. background-image: url('/assets/upturning_icon_hover.png');
  120. }
  121. .icon.down_turn {
  122. width: 20px;
  123. height: 76px;
  124. background: url('/assets/downturning_icon.png') no-repeat center;
  125. }
  126. .icon.down_turn.active,
  127. .icon.down_turn:hover {
  128. background-image: url('/assets/downturning_icon_hover.png');
  129. }
  130. .icon.menu {
  131. width: 20px;
  132. height: 20px;
  133. background: url('/assets/meun_icon.png') no-repeat center;
  134. }
  135. .icon.menu.active,
  136. .icon.menu:hover {
  137. background-image: url('/assets/meun_icon_hover.png');
  138. }
  139. .icon.close {
  140. width: 20px;
  141. height: 20px;
  142. background: url('/assets/close.png') no-repeat center;
  143. }
  144. .icon.close.active,
  145. .icon.close:hover {
  146. background-image: url('/assets/close_hover.png');
  147. }
  148. .icon.error {
  149. width: 20px;
  150. height: 20px;
  151. background: url('/assets/option_wrong.png') no-repeat center;
  152. }
  153. .icon.right {
  154. width: 20px;
  155. height: 20px;
  156. background: url('/assets/option_right.png') no-repeat center;
  157. }
  158. .icon.arrow-right-small {
  159. width: 20px;
  160. height: 20px;
  161. background: url('/assets/more3_normal.png') no-repeat center;
  162. }
  163. .icon.arrow-right-small.active,
  164. .icon.arrow-right-small:hover {
  165. background-image: url('/assets/more3_hover.png');
  166. }
  167. .icon.arrow-left-small {
  168. width: 20px;
  169. height: 20px;
  170. background: url('/assets/more3_normal.png') no-repeat center;
  171. transform: rotate(180deg);
  172. }
  173. .icon.arrow-left-small.active,
  174. .icon.arrow-left-small:hover {
  175. background-image: url('/assets/more3_hover.png');
  176. }
  177. .icon.arrow-up {
  178. width: 20px;
  179. height: 20px;
  180. background: url('/assets/up_normal.png') no-repeat center;
  181. }
  182. .icon.arrow-up.active,
  183. .icon.arrow-up:hover {
  184. background-image: url('/assets/up_hover.png');
  185. }
  186. .icon.arrow-down {
  187. width: 20px;
  188. height: 20px;
  189. background: url('/assets/down_normal.png') no-repeat center;
  190. }
  191. .icon.arrow-down.active,
  192. .icon.arrow-down:hover {
  193. background-image: url('/assets/down_hover.png');
  194. }
  195. .icon.time-block,
  196. .icon.time-block.no:hover {
  197. width: 40px;
  198. height: 40px;
  199. background: url('/assets/keshi_block.png') no-repeat center;
  200. }
  201. .icon.time-block.active,
  202. .icon.time-block.no.active,
  203. .icon.time-block:hover {
  204. background-image: url('/assets/keshi_normal.png');
  205. }
  206. .icon.note,
  207. .icon.note.no:hover {
  208. width: 20px;
  209. height: 20px;
  210. background: url('/assets/note_normal.png') no-repeat center;
  211. }
  212. .icon.note.active,
  213. .icon.note.no.active,
  214. .icon.note:hover {
  215. background-image: url('/assets/note_highlight.png');
  216. }
  217. .icon.speed-block,
  218. .icon.speed-block.no:hover {
  219. width: 40px;
  220. height: 40px;
  221. background: url('/assets/speed_block.png') no-repeat center;
  222. }
  223. .icon.speed-block.active,
  224. .icon.speed-block.no.active,
  225. .icon.speed-block:hover {
  226. background-image: url('/assets/speed_normal.png');
  227. }
  228. .icon.question-block,
  229. .icon.question-block.no:hover {
  230. width: 40px;
  231. height: 40px;
  232. background: url('/assets/question_block.png') no-repeat center;
  233. }
  234. .icon.question-block.active,
  235. .icon.question-block.no.active,
  236. .icon.question-block:hover {
  237. background-image: url('/assets/question_normal.png');
  238. }
  239. .icon.clockin-block,
  240. .icon.clockin-block.no:hover {
  241. width: 40px;
  242. height: 40px;
  243. background: url('/assets/clockin_block.png') no-repeat center;
  244. }
  245. .icon.clockin-block.active,
  246. .icon.clockin-block.no.active,
  247. .icon.clockin-block:hover {
  248. background-image: url('/assets/clockin_normal.png');
  249. }
  250. .icon.note-block,
  251. .icon.note-block.no:hover {
  252. width: 40px;
  253. height: 40px;
  254. background: url('/assets/note_block_normal.png') no-repeat center;
  255. }
  256. .icon.note-block.active,
  257. .icon.note-block.no.active,
  258. .icon.note-block:hover {
  259. background-image: url('/assets/note_block_highlight.png');
  260. }
  261. .icon.gift-block,
  262. .icon.gift-block.no:hover {
  263. width: 40px;
  264. height: 40px;
  265. background: url('/assets/gift2.png') no-repeat center;
  266. }
  267. .icon.gift-block.active,
  268. .icon.gift-block.no.active,
  269. .icon.gift-block:hover {
  270. background-image: url('/assets/gift2.png');
  271. }
  272. .icon.time-icon,
  273. .icon.time-icon.no:hover {
  274. width: 40px;
  275. height: 40px;
  276. background: url('/assets/time_gray.png') no-repeat center;
  277. }
  278. .icon.time-icon.active,
  279. .icon.time-icon.no.active,
  280. .icon.time-icon:hover {
  281. background-image: url('/assets/time_normal.png');
  282. }
  283. .icon.QA-icon,
  284. .icon.QA-icon.no:hover {
  285. width: 40px;
  286. height: 40px;
  287. background: url('/assets/QA_gary.png') no-repeat center;
  288. }
  289. .icon.QA-icon.active,
  290. .icon.QA-icon.no.active,
  291. .icon.QA-icon:hover {
  292. background-image: url('/assets/QA_normal.png');
  293. }
  294. .icon.class-icon,
  295. .icon.class-icon.no:hover {
  296. width: 40px;
  297. height: 40px;
  298. background: url('/assets/class_gray.png') no-repeat center;
  299. }
  300. .icon.class-icon.active,
  301. .icon.class-icon.no.active,
  302. .icon.class-icon:hover {
  303. background-image: url('/assets/class_normal.png');
  304. }
  305. .icon.note-icon,
  306. .icon.note-icon.no:hover {
  307. width: 40px;
  308. height: 40px;
  309. background: url('/assets/note_gray.png') no-repeat center;
  310. }
  311. .icon.note-icon.active,
  312. .icon.note-icon.no.active,
  313. .icon.note-icon:hover {
  314. background-image: url('/assets/page_normal.png');
  315. }
  316. .icon.supplement-icon,
  317. .icon.supplement-icon.no:hover {
  318. width: 40px;
  319. height: 40px;
  320. background: url('/assets/supplement_gray.png') no-repeat center;
  321. }
  322. .icon.supplement-icon.active,
  323. .icon.supplement-icon.no.active,
  324. .icon.supplement-icon:hover {
  325. background-image: url('/assets/supplement_normal.png');
  326. }
  327. .icon.information-icon,
  328. .icon.information-icon.no:hover {
  329. width: 40px;
  330. height: 40px;
  331. background: url('/assets/information_gray.png') no-repeat center;
  332. }
  333. .icon.information-icon.active,
  334. .icon.information-icon.no.active,
  335. .icon.information-icon:hover {
  336. background-image: url('/assets/information_normal.png');
  337. }
  338. .icon.homework-icon,
  339. .icon.homework-icon.no:hover {
  340. width: 40px;
  341. height: 40px;
  342. background: url('/assets/homework_gray.png') no-repeat center;
  343. }
  344. .icon.homework-icon.active,
  345. .icon.homework-icon.no.active,
  346. .icon.homework-icon:hover {
  347. background-image: url('/assets/homework_normal.png');
  348. }
  349. .icon.user-wechat,
  350. .icon.user-wechat.no:hover {
  351. width: 20px;
  352. height: 20px;
  353. background: url('/assets/wechat_gray.png') no-repeat center;
  354. }
  355. .icon.user-wechat.active,
  356. .icon.user-wechat.no.active,
  357. .icon.user-wechat:hover {
  358. background-image: url('/assets/wechat.png');
  359. }
  360. .icon.user-phone,
  361. .icon.user-phone.no:hover {
  362. width: 20px;
  363. height: 20px;
  364. background: url('/assets/phone_1_gray.png') no-repeat center;
  365. }
  366. .icon.user-phone.active,
  367. .icon.user-phone.no.active,
  368. .icon.user-phone:hover {
  369. background-image: url('/assets/phone_1.png');
  370. }
  371. .icon.user-realname,
  372. .icon.user-realname.no:hover {
  373. width: 20px;
  374. height: 20px;
  375. background: url('/assets/realname_gray.png') no-repeat center;
  376. }
  377. .icon.user-realname.active,
  378. .icon.user-realname.no.active,
  379. .icon.user-realname:hover {
  380. background-image: url('/assets/realname.png');
  381. }
  382. .icon.user-email,
  383. .icon.user-email.no:hover {
  384. width: 20px;
  385. height: 20px;
  386. background: url('/assets/email_gray.png') no-repeat center;
  387. }
  388. .icon.user-email.active,
  389. .icon.user-email.no.active,
  390. .icon.user-email:hover {
  391. background-image: url('/assets/email.png');
  392. }
  393. .icon.user-info,
  394. .icon.user-info.no:hover {
  395. width: 20px;
  396. height: 20px;
  397. background: url('/assets/info_gray.png') no-repeat center;
  398. }
  399. .icon.user-info.active,
  400. .icon.user-info.no.active,
  401. .icon.user-info:hover {
  402. background-image: url('/assets/info.png');
  403. }
  404. .icon.more,
  405. .icon.more.no:hover {
  406. width: 24px;
  407. height: 24px;
  408. background: url('/assets/more1_normal.png') no-repeat center;
  409. }
  410. .icon.more.active,
  411. .icon.more.no.active,
  412. .icon.more:hover {
  413. background-image: url('/assets/more1_hover.png');
  414. }
  415. .icon.more-small,
  416. .icon.more-small.no:hover {
  417. width: 20px;
  418. height: 20px;
  419. background: url('/assets/more2_normal.png') no-repeat center;
  420. }
  421. .icon.more-small.active,
  422. .icon.more-small.no.active,
  423. .icon.more-small:hover {
  424. background-image: url('/assets/more2_hover.png');
  425. }