|
@@ -121,16 +121,13 @@
|
|
|
background-image: url('/assets/header_question_highlight.png');
|
|
|
}
|
|
|
|
|
|
-.icon.star {
|
|
|
+.icon.star,
|
|
|
+.icon.star.no:hover {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
background: url('/assets/header_star_normal.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.star.no:hover {
|
|
|
- background-image: url('/assets/header_star_normal.png');
|
|
|
-}
|
|
|
-
|
|
|
.icon.star.active,
|
|
|
.icon.star.no.active,
|
|
|
.icon.star:hover {
|
|
@@ -238,210 +235,236 @@
|
|
|
background-image: url('/assets/down_hover.png');
|
|
|
}
|
|
|
|
|
|
-.icon.note {
|
|
|
+.icon.note,
|
|
|
+.icon.note.no:hover {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
background: url('/assets/note_normal.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.note.no:hover {
|
|
|
- background-image: url('/assets/note_normal.png');
|
|
|
-}
|
|
|
-
|
|
|
.icon.note.active,
|
|
|
.icon.note.no.active,
|
|
|
.icon.note:hover {
|
|
|
background-image: url('/assets/note_highlight.png');
|
|
|
}
|
|
|
|
|
|
-.icon.speed-block {
|
|
|
+.icon.speed-block,
|
|
|
+.icon.speed-block.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/speed_block.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.speed-block.no:hover {
|
|
|
- background-image: url('/assets/speed_block.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.question-block.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/question_block.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.question-block.no:hover {
|
|
|
- background-image: url('/assets/question_block.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.clockin-block.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/clockin_block.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.clockin-block.no:hover {
|
|
|
- background-image: url('/assets/clockin_block.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.note-block.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/note_block_normal.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.note-block.no:hover {
|
|
|
- background-image: url('/assets/note_block_normal.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.gift-block.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/gift2.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.gift-block.no:hover {
|
|
|
- background-image: url('/assets/gift2.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.time-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/time_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.time-icon.no:hover {
|
|
|
- background-image: url('/assets/time_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.QA-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/QA_gary.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.QA-icon.no:hover {
|
|
|
- background-image: url('/assets/QA_gary.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.class-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/class_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.class-icon.no:hover {
|
|
|
- background-image: url('/assets/class_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.note-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/note_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.note-icon.no:hover {
|
|
|
- background-image: url('/assets/note_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.supplement-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/supplement_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.supplement-icon.no:hover {
|
|
|
- background-image: url('/assets/supplement_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.information-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/information_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.information-icon.no:hover {
|
|
|
- background-image: url('/assets/information_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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,
|
|
|
+.icon.homework-icon.no:hover {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
background: url('/assets/homework_gray.png') no-repeat center;
|
|
|
}
|
|
|
|
|
|
-.icon.homework-icon.no:hover {
|
|
|
- background-image: url('/assets/homework_gray.png');
|
|
|
-}
|
|
|
-
|
|
|
.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');
|
|
|
}
|