|
|
|
@ -5,7 +5,7 @@ body,table,input,textarea,select,button { font-family: "微软雅黑","宋体";
|
|
|
|
|
div,img,tr,td,table{ border:0;}
|
|
|
|
|
table,tr,td{border:0;cellspacing:0; cellpadding:0;}
|
|
|
|
|
ol,ul,li{ list-style-type:none}
|
|
|
|
|
a:link,a:visited{color:#7f7f7f;text-decoration:none;}
|
|
|
|
|
a:link,a:visited{color:#7f7f7f !important;text-decoration:none;}
|
|
|
|
|
a:hover,a:active{color:#000;}
|
|
|
|
|
a:hover {text-decoration: none; }
|
|
|
|
|
textarea {resize: none;}
|
|
|
|
@ -119,6 +119,7 @@ h4{ font-size:14px; color:#3b3b3b;}
|
|
|
|
|
.mb8 {margin-bottom:8px;}
|
|
|
|
|
.mb10{ margin-bottom:10px !important;}
|
|
|
|
|
.mb20{ margin-bottom:20px;}
|
|
|
|
|
.pl10 {padding-left:10px;}
|
|
|
|
|
.pl15{ padding-left:15px;}
|
|
|
|
|
.pl5{ padding-left:5px;}
|
|
|
|
|
.pt5{ padding-top:5px;}
|
|
|
|
@ -408,7 +409,7 @@ a:hover.search_btn{ background: #0fa9bb;}
|
|
|
|
|
|
|
|
|
|
/*发送资源弹窗*/
|
|
|
|
|
/*.resourceShareContainer {width:100%; height:100%; background:#666; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; position:absolute; left:0; top:0; z-index:-999;}*/
|
|
|
|
|
.resourceSharePopup {width:300px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
|
|
|
|
|
.resourceSharePopup {width:300px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
|
|
|
|
|
.sendText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:100px; display:inline-block; font-weight:bold;}
|
|
|
|
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
|
|
|
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
|
|
|
@ -424,7 +425,7 @@ a:hover.search_btn{ background: #0fa9bb;}
|
|
|
|
|
.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
|
|
|
|
|
.courseSendCancel:hover {background-color:#717171;}
|
|
|
|
|
.courseReferContainer {float:left; max-height:120px; overflow:scroll; overflow-x:hidden; margin-right:16px; margin-bottom:10px;}
|
|
|
|
|
a.sendSourceText {font-size:14px; color:#ffffff; display:block;}
|
|
|
|
|
a.sendSourceText {font-size:14px; color:#ffffff !important; display:block;}
|
|
|
|
|
|
|
|
|
|
/*上传资源弹窗*/
|
|
|
|
|
.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
|
|
|
|
@ -926,7 +927,7 @@ span.at {color:#269ac9;}
|
|
|
|
|
.columnWrap li {padding-left:10px; color:#585858;}
|
|
|
|
|
.columnWrap span {width:150px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:inline-block;}
|
|
|
|
|
.sectionRow:hover {background-color:#cccccc; cursor:pointer;}
|
|
|
|
|
.sectionContent {display:none;}
|
|
|
|
|
.sectionContent {display:block;}
|
|
|
|
|
.sectionContent li {padding-left:30px;}
|
|
|
|
|
.sectionContent li:hover {background-color:#cccccc; cursor:pointer;}
|
|
|
|
|
.sectionContent span {width:175px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block; height:18px; vertical-align:middle;}
|