|
@@ -5,8 +5,10 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
}
|
|
|
.header .header-list>li>a{color: #fff;}
|
|
|
.header .header-list>li{margin-right: 25px;}
|
|
|
+.header .header-list .ivu-select-selection, .header-list .ivu-select-selection .ivu-select-arrow{color: #fff;}
|
|
|
+.header .header-list .ivu-select-selected-value{font-size: 14px;}
|
|
|
.header .header-list>li.icon{
|
|
|
- background: url("../image/addr.png") no-repeat 0 10px;padding-left:30px;
|
|
|
+ background: url("../image/addr.png") no-repeat 0 10px;padding-left:22px;
|
|
|
}
|
|
|
.header .header-list>li>a>i{display:inline-block;width: 10px;height:5px;
|
|
|
background: url("../image/down.png") no-repeat 0 0;vertical-align: middle;
|
|
@@ -17,7 +19,7 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.header .header-list>li>ol>li>a{display: block;padding:1px 15px;}
|
|
|
.header .header-list>li>ol>li:hover{background: #f5f5f5;}
|
|
|
.header .header-list>li:hover>ol{display: block;}
|
|
|
-.header .header-list>li:hover i{ background-image: url("../image/up.png")}
|
|
|
+.header .header-list>li>a:hover i{ background-image: url("../image/up.png")}
|
|
|
.header .header-list>li>ol>li{width: 100%; }
|
|
|
.header .search-input{height:26px;width:180px;border:0;padding:0 12px;}
|
|
|
.bodyContent{margin-top:40px;}
|
|
@@ -55,7 +57,7 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
/*background: url("../image/titleLine.png") no-repeat 20px center;*/
|
|
|
}
|
|
|
.left dl>dd>a{display: block;padding:8px 10px 8px 38px;}
|
|
|
-.left dl>dd>a:hover{background-color: #f5f5f5;}
|
|
|
+.left dl>dd>a:hover,.left dl>dd>a.active{background-color: #f5f5f5;}
|
|
|
.left dl>dd>a>i{width:20px;height: 16px;margin: 2px 3px 0 0}
|
|
|
.left dl.work>dd:nth-child(2) i{background-position:-61px -322px }
|
|
|
.left dl.work>dd:nth-child(3) i{background-position:-61px -356px }
|
|
@@ -63,17 +65,30 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.left dl.work>dd:nth-child(5) i{background-position:-61px -460px }
|
|
|
.left dl.work>dd:nth-child(6) i{background-position:-61px -494px }
|
|
|
.left dl.work>dd:nth-child(7) i{background-position:-61px -494px }
|
|
|
-
|
|
|
.left dl.class-manage>dd:nth-child(2) i{background-position:0 -78px }
|
|
|
.left dl.class-manage>dd:nth-child(3) i{background-position:0 -101px }
|
|
|
.left dl.class-manage>dd:nth-child(4) i{background-position:0 -555px }
|
|
|
.left dl.class-manage>dd:nth-child(5) i{background-position:0 -171px }
|
|
|
+.workLeft{padding:10px;min-height: 500px;}
|
|
|
+.workLeft .ivu-select-single .ivu-select-selection{background: #3d95d5;border-radius: 0;}
|
|
|
+.workLeft .ivu-select-single .ivu-select-selection span{color: #fff;font-size: 16px;}
|
|
|
+.workLeft .ivu-select-single .ivu-select-selection i{color: #fff;font-size: 16px;}
|
|
|
+.ivu-select-item{width: 100%}
|
|
|
+/*.ivu-tree ul{font-size: 14px;}*/
|
|
|
+.ivu-tree>ul>li>.ivu-tree-title{font-weight: bold;font-size: 14px;color: #333;}
|
|
|
+.ivu-tree>ul>li>.ivu-tree-title:hover,.ivu-tree>ul>li>.ivu-tree-title-selected,.ivu-tree>ul>li>.ivu-tree-title-selected:hover{background:none;color: #333;}
|
|
|
+.ivu-tree-title{transition: none;-webkit-transition:none;border-radius: 0;}
|
|
|
+.ivu-tree-title-selected, .ivu-tree-title-selected:hover,.ivu-tree-title:hover{background:#eee; }
|
|
|
+.ivu-tree li ul{padding:0;}
|
|
|
+.ivu-tree li ul li{margin:0;width: 100%;}
|
|
|
+.ivu-tree li ul li>span.ivu-tree-title{width: 100%;padding:5px 20px;}
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
-.workLeft{padding:0 10px;}
|
|
|
.footer{line-height:80px;margin-top: 100px;font-size: 12px;color: #666;}
|
|
|
|
|
|
-.ivu-tree-children{overflow: auto;}
|
|
|
+/*.ivu-tree-children{overflow: auto;}*/
|
|
|
|
|
|
/*index*/
|
|
|
/*main*/
|
|
@@ -155,21 +170,24 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.workSourceList>li{width: 100%;border-bottom: 1px dashed #ddd;padding:20px 10px;padding-left:75px;
|
|
|
background-repeat:no-repeat;
|
|
|
background-position:10px center ;
|
|
|
+ background-size: 50px;
|
|
|
}
|
|
|
.ivu-select-single .ivu-select-selection{border:0;background: none;}
|
|
|
.ivu-select-visible .ivu-select-selection{box-shadow: none;-webkit-box-shadow: none;}
|
|
|
|
|
|
-.workSourceList>li.ppt,.sourceRecom>ul>li.ppt{background-image: url("../image/w-ppt.png") }
|
|
|
-.workSourceList>li.word,.sourceRecom>ul>li.word{background-image: url("../image/w-word.png")}
|
|
|
-.workSourceList>li.video,.sourceRecom>ul>li.video{background-image: url("../image/w-video.png")}
|
|
|
-
|
|
|
+.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")}
|
|
|
+.workSourceList>li.video,.sourceRecom>ul>li.video>a{background-image: url("../image/w-video.png")}
|
|
|
+.workSourceList>li.daoxue{background-image: url("../image/w-daoxue.png")}
|
|
|
+.workSourceList>li.hunhe{background-image: url("../image/w-hunhe.png")}
|
|
|
.workSourceList>li:hover{background-color: #f5f5f5;}
|
|
|
.workSourceList>li h2>a{font-size: 18px;}
|
|
|
.workSourceList>li h2>a:hover{color:#26c6da;}
|
|
|
.workSourceList>li>div:first-child{margin-bottom: 10px;}
|
|
|
+.workSourceList>li>div>ol>li>.sourceType{color: #666;border:1px solid #999;font-size: 12px;border-radius: 3px;padding:0px 5px;}
|
|
|
.workSourceList>li>div>ol>li{margin-right: 30px;font-size: 12px;color:#666; }
|
|
|
.workSourceList>li>div>ol>li:last-child{margin-right: 0;}
|
|
|
-.workSourceList>li>div>ol.woekOper>li>a{color:#288add; }
|
|
|
+.workSourceList>li>div>ol.woekOper>li>a{color:#288add;}
|
|
|
.ivu-rate-text{vertical-align: baseline;float: right;margin-top:5px;}
|
|
|
.ivu-rate-text>span{color:#f5a623;font-size: 14px;}
|
|
|
.ivu-rate-star{margin-right: 0;font-size: 18px;}
|
|
@@ -193,7 +211,7 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
.sourceDetail .comment .commentBtn{margin-top: 15px;}
|
|
|
.sourceDetail .comment .commentBtn>span{color: #999;font-size: 12px;margin-right: 10px;}
|
|
|
|
|
|
-.sourceRecom{width: 220px;min-height: 500px;padding:0 0px 20px; }
|
|
|
+.sourceRecom{width: 220px;padding:0 0 20px; }
|
|
|
.sourceRecom>h3{line-height: 50px;padding:0 15px 0 20px;font-size: 16px;
|
|
|
/*background: url("../image/titleLine.png") no-repeat 15px center;*/
|
|
|
border-bottom: 1px solid #ddd;
|
|
@@ -205,16 +223,53 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.sourceRecom>h3>.refresh:hover{color: #4063e0;background-image: url("../image/refresh_hover.png") }
|
|
|
-.sourceRecom>ul>li{ padding:10px 15px 10px 45px;
|
|
|
+.sourceRecom>ul>li>a{display: block; padding:10px 15px 10px 45px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: 15px 15px;
|
|
|
background-size:20px auto;
|
|
|
-
|
|
|
}
|
|
|
-
|
|
|
-.sourceRecom>ul>li{}
|
|
|
-.sourceRecom>ul>li:hover{background-color: #f5f5f5;}
|
|
|
-.sourceRecom>ul>li:hover>a{color:#26c6da; }
|
|
|
+.sourceRecom>ul>li>a:hover{background-color:#f5f5f5;/*color:#26c6da;*/ }
|
|
|
.sourceRecom>ul>li:last-child{border-bottom: 0;}
|
|
|
.sourceRecom>ul>li>a{display: block;line-height: 16px;font-size: 12px;}
|
|
|
.sourceRecom .ivu-rate-star,.sourceRecom .ivu-rate{font-size: 14px;}
|
|
|
+
|
|
|
+.sourceDetail .tips>li{margin:10px;font-size: 12px;}
|
|
|
+.sourceDetail .tips>li>a{color: #999;}
|
|
|
+.sourceDetail .tips>li>a:hover{color: #3d95d5;}
|
|
|
+
|
|
|
+
|
|
|
+/*在线检测*/
|
|
|
+.checkList{padding:30px 3px;}
|
|
|
+.checkList2{width: 70%;}
|
|
|
+/*答题卡*/
|
|
|
+.numCard{width: 28%;min-height: 200px;margin-top:30px;}
|
|
|
+.numCard>p{border:1px solid #ddd;margin-bottom: 15px;padding:10px;font-size: 12px;color: #666;}
|
|
|
+.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;}
|
|
|
+.checkList>li{width:100%;padding:15px;margin-bottom: 30px;
|
|
|
+ border:1px solid #ddd;
|
|
|
+ /*box-shadow: 0 1px 4px rgba(0,0,0,0.2);*/
|
|
|
+ border-radius: 4px;
|
|
|
+ transition: 0.5s;
|
|
|
+}
|
|
|
+.checkList>li:hover{box-shadow: 0 2px 6px rgba(0,0,0,0.2);}
|
|
|
+.checkList>li>h3>span{display: inline-block;padding:0 5px;font-size: 14px;border-radius: 3px;}
|
|
|
+.checkList>li>h3>.dif{border-width:1px;border-style: solid; color: #fff;}
|
|
|
+.checkList>li>h3>.dif1{background: #07cdae;border-color: #07cdae;}
|
|
|
+.checkList>li>h3>.dif2{background: #26c6da;border-color:#26c6da;}
|
|
|
+.checkList>li>h3>.dif3{background: #4c98e8;border-color:#4c98e8;}
|
|
|
+.checkList>li>h3>.dif4{background: #ffd500;border-color:#ffd500;}
|
|
|
+.checkList>li>h3>.dif5{background: #f7678e;border-color:#f7678e;}
|
|
|
+.checkList>li>h3>.type{border:1px solid #288add;color: #288add;}
|
|
|
+.checkList>li>h3 b{font-weight: normal;}
|
|
|
+.checkList>li .ivu-radio-group{margin: 10px 0;}
|
|
|
+.checkList>li .ivu-radio-group .ivu-radio-wrapper{font-size: 14px;margin:10px 0;}
|
|
|
+.checkList>li>ol>li{margin-right: 30px;line-height: 30px;}
|
|
|
+.checkList>li>.answer{color: #666;}
|
|
|
+.checkList>li>.answer>li{width: 100%;}
|