@import '../../app.less'; .icon { display: inline-block; vertical-align: middle; cursor: pointer; } .icon.no { cursor: default; } .icon.sceen-full { width: 36px; height: 36px; background: url('/assets/screen_full_normal.png') no-repeat center; } .icon.sceen-full.active, .icon.sceen-full:hover { background-image: url('/assets/screen_full_highlight.png'); } .icon.sceen-restore { width: 36px; height: 36px; background: url('/assets/screen_restore_normal.png') no-repeat center; } .icon.sceen-restore.active, .icon.sceen-restore:hover { background-image: url('/assets/screen_restore_highlight.png'); } .icon.next { width: 36px; height: 36px; background: url('/assets/footer_next_normal.png') no-repeat center; } .icon.next.active, .icon.next:hover { background-image: url('/assets/footer_next_highlight.png'); } .icon.prev { width: 36px; height: 36px; background: url('/assets/footer_previous_normal.png') no-repeat center; } .icon.prev.active, .icon.prev:hover { background-image: url('/assets/footer_previous_highlight.png'); } .icon.up { width: 36px; height: 36px; background: url('/assets/analysis_drop_up_normal.png') no-repeat center; } .icon.up.active, .icon.up:hover { background-image: url('/assets/analysis_drop_up_highlight.png'); } .icon.down { width: 36px; height: 36px; background: url('/assets/analysis_drop_down_normal.png') no-repeat center; } .icon.down.active, .icon.down:hover { background-image: url('/assets/analysis_drop_down_highlight.png'); } .icon.small-up { width: 24px; height: 24px; background: url('/assets/dropdown_normal.png') no-repeat center; transform: rotate(180deg) } .icon.small-up.active, .icon.small-up:hover { background-image: url('/assets/dropdown_hover.png'); } .icon.small-down { width: 24px; height: 24px; background: url('/assets/dropdown_normal.png') no-repeat center; } .icon.small-down.active, .icon.small-down:hover { background-image: url('/assets/dropdown_hover.png'); } .icon.other { width: 16px; height: 16px; background: url('/assets/header_more_normal.png') no-repeat center; } .icon.other.active, .icon.other:hover { background-image: url('/assets/header_more_highlight.png'); } .icon.question { width: 18px; height: 18px; background: url('/assets/header_question_normal.png') no-repeat center; } .icon.question.active, .icon.question:hover { background-image: url('/assets/header_question_highlight.png'); } .icon.star, .icon.star.no:hover { width: 16px; height: 16px; background: url('/assets/header_star_normal.png') no-repeat center; } .icon.star.active, .icon.star.no.active, .icon.star:hover { background-image: url('/assets/header_star_select.png'); } .icon.up_turn { width: 20px; height: 76px; background: url('/assets/upturning_icon.png') no-repeat center; } .icon.up_turn.active, .icon.up_turn:hover { background-image: url('/assets/upturning_icon_hover.png'); } .icon.down_turn { width: 20px; height: 76px; background: url('/assets/downturning_icon.png') no-repeat center; } .icon.down_turn.active, .icon.down_turn:hover { background-image: url('/assets/downturning_icon_hover.png'); } .icon.menu { width: 20px; height: 20px; background: url('/assets/meun_icon.png') no-repeat center; } .icon.menu.active, .icon.menu:hover { background-image: url('/assets/meun_icon_hover.png'); } .icon.close { width: 20px; height: 20px; background: url('/assets/close.png') no-repeat center; } .icon.close.active, .icon.close:hover { background-image: url('/assets/close_hover.png'); } .icon.error { width: 20px; height: 20px; background: url('/assets/option_wrong.png') no-repeat center; } .icon.right { width: 20px; height: 20px; background: url('/assets/option_right.png') no-repeat center; } .icon.arrow-right-small { width: 20px; height: 20px; background: url('/assets/more3_normal.png') no-repeat center; } .icon.arrow-right-small.active, .icon.arrow-right-small:hover { background-image: url('/assets/more3_hover.png'); } .icon.arrow-left-small { width: 20px; height: 20px; background: url('/assets/more3_normal.png') no-repeat center; transform: rotate(180deg); } .icon.arrow-left-small.active, .icon.arrow-left-small:hover { background-image: url('/assets/more3_hover.png'); } .icon.arrow-up { width: 20px; height: 20px; background: url('/assets/up_normal.png') no-repeat center; } .icon.arrow-up.active, .icon.arrow-up:hover { background-image: url('/assets/up_hover.png'); } .icon.arrow-down { width: 20px; height: 20px; background: url('/assets/down_normal.png') no-repeat center; } .icon.arrow-down.active, .icon.arrow-down:hover { background-image: url('/assets/down_hover.png'); } .icon.note, .icon.note.no:hover { width: 20px; height: 20px; background: url('/assets/note_normal.png') no-repeat center; } .icon.note.active, .icon.note.no.active, .icon.note:hover { background-image: url('/assets/note_highlight.png'); } .icon.speed-block, .icon.speed-block.no:hover { width: 40px; height: 40px; background: url('/assets/speed_block.png') no-repeat center; } .icon.speed-block.active, .icon.speed-block.no.active, .icon.speed-block:hover { background-image: url('/assets/speed_normal.png'); } .icon.question-block, .icon.question-block.no:hover { width: 40px; height: 40px; background: url('/assets/question_block.png') no-repeat center; } .icon.question-block.active, .icon.question-block.no.active, .icon.question-block:hover { background-image: url('/assets/question_normal.png'); } .icon.clockin-block, .icon.clockin-block.no:hover { width: 40px; height: 40px; background: url('/assets/clockin_block.png') no-repeat center; } .icon.clockin-block.active, .icon.clockin-block.no.active, .icon.clockin-block:hover { background-image: url('/assets/clockin_normal.png'); } .icon.note-block, .icon.note-block.no:hover { width: 40px; height: 40px; background: url('/assets/note_block_normal.png') no-repeat center; } .icon.note-block.active, .icon.note-block.no.active, .icon.note-block:hover { background-image: url('/assets/note_block_highlight.png'); } .icon.gift-block, .icon.gift-block.no:hover { width: 40px; height: 40px; background: url('/assets/gift2.png') no-repeat center; } .icon.gift-block.active, .icon.gift-block.no.active, .icon.gift-block:hover { background-image: url('/assets/gift2.png'); } .icon.time-icon, .icon.time-icon.no:hover { width: 40px; height: 40px; background: url('/assets/time_gray.png') no-repeat center; } .icon.time-icon.active, .icon.time-icon.no.active, .icon.time-icon:hover { background-image: url('/assets/time_normal.png'); } .icon.QA-icon, .icon.QA-icon.no:hover { width: 40px; height: 40px; background: url('/assets/QA_gary.png') no-repeat center; } .icon.QA-icon.active, .icon.QA-icon.no.active, .icon.QA-icon:hover { background-image: url('/assets/QA_normal.png'); } .icon.class-icon, .icon.class-icon.no:hover { width: 40px; height: 40px; background: url('/assets/class_gray.png') no-repeat center; } .icon.class-icon.active, .icon.class-icon.no.active, .icon.class-icon:hover { background-image: url('/assets/class_normal.png'); } .icon.note-icon, .icon.note-icon.no:hover { width: 40px; height: 40px; background: url('/assets/note_gray.png') no-repeat center; } .icon.note-icon.active, .icon.note-icon.no.active, .icon.note-icon:hover { background-image: url('/assets/page_normal.png'); } .icon.supplement-icon, .icon.supplement-icon.no:hover { width: 40px; height: 40px; background: url('/assets/supplement_gray.png') no-repeat center; } .icon.supplement-icon.active, .icon.supplement-icon.no.active, .icon.supplement-icon:hover { background-image: url('/assets/supplement_normal.png'); } .icon.information-icon, .icon.information-icon.no:hover { width: 40px; height: 40px; background: url('/assets/information_gray.png') no-repeat center; } .icon.information-icon.active, .icon.information-icon.no.active, .icon.information-icon:hover { background-image: url('/assets/information_normal.png'); } .icon.homework-icon, .icon.homework-icon.no:hover { width: 40px; height: 40px; background: url('/assets/homework_gray.png') no-repeat center; } .icon.homework-icon.active, .icon.homework-icon.no.active, .icon.homework-icon:hover { background-image: url('/assets/homework_normal.png'); } .icon.user-wechat, .icon.user-wechat.no:hover { width: 20px; height: 20px; background: url('/assets/wechat_gray.png') no-repeat center; } .icon.user-wechat.active, .icon.user-wechat.no.active, .icon.user-wechat:hover { background-image: url('/assets/wechat.png'); } .icon.user-phone, .icon.user-phone.no:hover { width: 20px; height: 20px; background: url('/assets/phone_1_gray.png') no-repeat center; } .icon.user-phone.active, .icon.user-phone.no.active, .icon.user-phone:hover { background-image: url('/assets/phone_1.png'); } .icon.user-realname, .icon.user-realname.no:hover { width: 20px; height: 20px; background: url('/assets/realname_gray.png') no-repeat center; } .icon.user-realname.active, .icon.user-realname.no.active, .icon.user-realname:hover { background-image: url('/assets/realname.png'); } .icon.user-email, .icon.user-email.no:hover { width: 20px; height: 20px; background: url('/assets/email_gray.png') no-repeat center; } .icon.user-email.active, .icon.user-email.no.active, .icon.user-email:hover { background-image: url('/assets/email.png'); } .icon.user-info, .icon.user-info.no:hover { width: 20px; height: 20px; background: url('/assets/info_gray.png') no-repeat center; } .icon.user-info.active, .icon.user-info.no.active, .icon.user-info:hover { background-image: url('/assets/info.png'); } .icon.more, .icon.more.no:hover { width: 24px; height: 24px; background: url('/assets/more1_normal.png') no-repeat center; } .icon.more.active, .icon.more.no.active, .icon.more:hover { background-image: url('/assets/more1_hover.png'); } .icon.more-small, .icon.more-small.no:hover { width: 20px; height: 20px; background: url('/assets/more2_normal.png') no-repeat center; } .icon.more-small.active, .icon.more-small.no.active, .icon.more-small:hover { background-image: url('/assets/more2_hover.png'); }