123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- @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.time-block,
- .icon.time-block.no:hover {
- width: 40px;
- height: 40px;
- background: url('/assets/keshi_block.png') no-repeat center;
- }
- .icon.time-block.active,
- .icon.time-block.no.active,
- .icon.time-block:hover {
- background-image: url('/assets/keshi_normal.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');
- }
|