+
@@ -102,6 +102,7 @@ export default {
name: '项目管理系列课程',
path: ''
}],
+ total: 0,
params: {
pageNo: 1,
pageSize: 10,
@@ -178,4 +179,42 @@ export default {
right: 5px;
}
}
+
+.xindex-course-image:hover {
+ transform: scale(1.25) translateY(-15px);
+ transition: all 0.6s;
+}
+
+.overType {
+ position: absolute;
+ height: 24px;
+ line-height: 24px;
+ text-align: center;
+ font-size: 12px;
+ color: #ffffff;
+ -moz-user-select: none;
+ /*火狐*/
+ -webkit-user-select: none;
+ /*webkit浏览器*/
+ -ms-user-select: none;
+ /*IE10*/
+ -khtml-user-select: none;
+ /*早期浏览器*/
+ user-select: none;
+}
+
+.coursePosition {
+ bottom: 0px;
+ left: 0px;
+ width: 60px;
+ background-color: #f99000;
+ border-radius: 2px 8px 2px 3px;
+}
+.courseTime{
+ bottom: 0px;
+ right: 0px;
+ padding: 0 20px;
+ background-color: #f99000;
+ border-radius: 8px 2px 3px 2px;
+}