|
@@ -76,8 +76,13 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
/*选择章节*/
|
|
|
.left .chapter>dd{
|
|
|
padding:8px 20px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
+.left .chapter>dd.nowText{font-weight: bold; }
|
|
|
|
|
|
+.chapter .ivu-timeline-item-content>.time{color: #666;}
|
|
|
+.chapter .ivu-timeline-item-content>.content{font-size: 14px;margin-top:5px;}
|
|
|
.ivu-tree{min-height: 600px;}
|
|
|
.ivu-tree>.ivu-tree-children>li>span{font-size: 15px;}
|
|
|
.ivu-tree>.ivu-tree-children>li>ul>li>span{font-size: 14px;color: #666;}
|
|
@@ -116,8 +121,8 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
|
|
|
/*studentList*/
|
|
|
|
|
|
-.studentList>dd{float:left;width: 21%;margin:2%;border-radius:2px;padding:15px 0;background:#f5f5f5;box-shadow: 1px 1px 1px rgba(0,0,0,0.2);background: }
|
|
|
-.studentList>dd img{float:left;width: 50px;margin:0 15px 0 10px;}
|
|
|
+.studentList>dd{text-align:center;float:left;width: 21%;margin:2%;border-radius:2px;padding:15px 0 20px;background:#f5f5f5;box-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
|
|
|
+.studentList>dd img{/*float:left;*/width: 50px;margin:0 15px 0 10px;}
|
|
|
.studentList>dd h4{font-size: 16px;margin: 3px 0;}
|
|
|
.studentList>dd span{color: #666;}
|
|
|
.studentList>dd p{display:block;font-size: 12px;padding:5px 0;margin-top:10px;}
|
|
@@ -172,13 +177,13 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
}
|
|
|
.ivu-select-single .ivu-select-selection{border:0;background: none;}
|
|
|
.ivu-select-visible .ivu-select-selection{box-shadow: none;-webkit-box-shadow: none;}
|
|
|
-
|
|
|
+.ivu-select-single .ivu-select-selection .ivu-select-selected-value{border:0 !important;}
|
|
|
/*选择教材*/
|
|
|
.modalSel{padding:15px 10px 30px;margin-bottom: 30px;background:#eee;border-radius: 3px;}
|
|
|
.modalSel>h4{margin-bottom:10px ;font-size: 16px;}
|
|
|
.modalSel .ivu-select-single .ivu-select-selection{border:1px solid #ddd;;height:40px;background: #fff;}
|
|
|
.modalSel .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:40px;line-height: 40px;}
|
|
|
-
|
|
|
+.chooseexam .ivu-select-single .ivu-select-selection {border:1px solid #ddd !important;}
|
|
|
|
|
|
.workSourceList>li.ppt,.sourceRecom>ul>li.ppt>a{background-image: url("../image/w-ppt.png") }
|
|
|
.workSourceList>li.word,.sourceRecom>ul>li.word>a{background-image: url("../image/w-word.png")}
|
|
@@ -202,9 +207,19 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
/*资源详情*/
|
|
|
.sourceDetail>.titleBox{background: #eee;padding:20px; border: 1px solid #ddd;border-bottom: 0;}
|
|
|
.sourceDetail>.titleBox>h3{font-size: 22px;margin-bottom: 10px;padding-left:35px;
|
|
|
+}
|
|
|
+.sourceDetail>.titleBox>h3.word{
|
|
|
background: url("../image/w-word.png") no-repeat 0 center;
|
|
|
background-size:25px auto ;
|
|
|
}
|
|
|
+.sourceDetail>.titleBox>h3.video{
|
|
|
+ background: url("../image/w-video.png") no-repeat 0 center;
|
|
|
+ background-size:25px auto ;
|
|
|
+}
|
|
|
+.sourceDetail>.titleBox>h3.ppt{
|
|
|
+ background: url("../image/w-ppt.png") no-repeat 0 center;
|
|
|
+ background-size:25px auto ;
|
|
|
+}
|
|
|
.sourceDetail>.titleBox>.info{color: #666;font-size: 12px;line-height: 31px;}
|
|
|
.sourceDetail>.titleBox>.info>li{margin-right: 25px;}
|
|
|
.sourceDetail iframe{width:100%;min-height:500px; border: 1px solid #ddd;border-top: 0; padding:20px;}
|
|
@@ -252,11 +267,14 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.numCard>p>b{color:#f7aa20;}
|
|
|
.numCard>.answerCard{border:1px solid #ddd;}
|
|
|
.numCard>.answerCard>h5{background: #f9f9f9;font-size:16px;padding:10px;border-bottom:1px solid #ddd;}
|
|
|
-.numCard>.answerCard>.num{padding-bottom:15px;}
|
|
|
-.numCard>.answerCard>.num>ol{padding:30px 10px 30px;min-height: 150px;}
|
|
|
-.numCard>.answerCard>.num>ol>li{background: #eee;border-bottom:2px solid #ccc;color:#666;font-size:12px;margin:5px;width: 20px;height:20px;text-align: center;cursor: pointer;}
|
|
|
-.numCard>.answerCard>.num>ol>li.active{background: #ccc;color: #fff;}
|
|
|
-.numCard>.answerCard>.num>p{padding:0 10px;}
|
|
|
+.numCard>.answerCard>.num{padding:30px 10px 30px;min-height: 150px;}
|
|
|
+
|
|
|
+
|
|
|
+.numCard>.answerCard>.num>p{padding:0 10px;margin-top:50px;}
|
|
|
+.AnchorBox .ivu-anchor-ink-ball{border:0;background: none;}
|
|
|
+.AnchorBox .ivu-anchor-link{float:left;padding:0;background: #eee;border-bottom:2px solid #ccc;color:#666;font-size:12px;margin:8px;width: 20px;height:20px;line-height:18px;text-align: center;cursor: pointer;}
|
|
|
+.AnchorBox .ivu-anchor-link-active>.ivu-anchor-link-title{background: #ccc;color: #fff;}
|
|
|
+.AnchorBox .ivu-anchor-ink:before{background:none;}
|
|
|
.checkList>li{width:100%;padding:15px;margin-bottom: 30px;
|
|
|
border:1px solid #ddd;
|
|
|
/*box-shadow: 0 1px 4px rgba(0,0,0,0.2);*/
|
|
@@ -278,3 +296,9 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.checkList>li>ol>li{margin-right: 30px;line-height: 30px;}
|
|
|
.checkList>li>.answer{color: #666;}
|
|
|
.checkList>li>.answer>li{width: 100%;}
|
|
|
+.checkList table{margin:15px;}
|
|
|
+.checkList table td{border:1px solid #666;padding:5px;}
|
|
|
+.ivu-checkbox-group-item{display: block;margin:20px 0;}
|
|
|
+.ivu-collapse,.ivu-collapse>.ivu-collapse-item{border:0;background: #fff;}
|
|
|
+.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i,.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i{display: none;}
|
|
|
+.ivu-collapse-content{padding-left:30px;}
|