|
|
|
@ -1,9 +1,3 @@
|
|
|
|
|
/*信息*/
|
|
|
|
|
.project_info{ background:#fff; padding:10px 8px; width:222px; margin-bottom:10px; border:1px solid #dddddd;}
|
|
|
|
|
.pr_info_id{ width:130px; color:#5a5a5a; font-size:14px; margin-top:5px;}
|
|
|
|
|
.pr_info_logo{ border:1px solid #eaeaea; width:60px; height:60px; padding:1px;}
|
|
|
|
|
.pr_info_logo:hover{ border:1px solid #297fb8; }
|
|
|
|
|
|
|
|
|
|
/*课程大纲*/
|
|
|
|
|
input.syllabus_input{
|
|
|
|
|
border:none;
|
|
|
|
@ -103,31 +97,6 @@ input.syllabus_input_min{
|
|
|
|
|
.syllabus_class_title{ font-size:14px; color:#333; width:500px; margin-bottom:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
|
|
|
|
|
.syllabus_class_w{ width:650px;}
|
|
|
|
|
|
|
|
|
|
/*班级列表界面(用的博客列表的样式)*/
|
|
|
|
|
.listbox{ width:730px; background-color:#fff; border:1px solid #ddd; padding:10px; }
|
|
|
|
|
.bloglistbox{ min-height:690px;}
|
|
|
|
|
.list-h2{ font-size:16px; font-weight:bold; color:#000; padding-bottom:5px;}
|
|
|
|
|
.list_title{padding:10px 0; border-bottom:1px solid #ddd;}
|
|
|
|
|
.category2 a,.category2 span{ float:left; margin-right:5px;}
|
|
|
|
|
.grayTxt{ color:#9093a6;}
|
|
|
|
|
.sortTxt{ color:#000;}
|
|
|
|
|
.sortTxt:hover{ color:#28be6c;}
|
|
|
|
|
a.sortupbtn{ background: url(../images/syllabus/icons_syllabus.png) 0 3px no-repeat; width:12px; height:17px; display:block; margin-right:10px; cursor:pointer;}
|
|
|
|
|
a.sortdownbtn{ background: url(../images/syllabus/icons_syllabus.png) 0 -12px no-repeat; width:12px; height:17px; display:block;cursor:pointer; }
|
|
|
|
|
a.sort_no{ background: url(../images/syllabus/icons_syllabus.png) -16px -12px no-repeat; width:12px; height:17px; display:block;cursor:pointer; }
|
|
|
|
|
.item_list{ display:block; width:5px; height:5px;-webkit-border-radius: 25px;border-radius:25px; background-color:#adadad; margin:10px 10px 0 0;}
|
|
|
|
|
a.list-title{ font-size:14px; font-weight: bold; color:#000;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block;}
|
|
|
|
|
a:hover.list-title{ color:#269ac9;}
|
|
|
|
|
.list-file{ padding:10px 0; border-bottom:1px dashed #ddd;}
|
|
|
|
|
.list-file li{ line-height:1.9;}
|
|
|
|
|
.list-info span{ margin-left:5px;}
|
|
|
|
|
.pages a{ display:block; border:1px solid #d1d1d1; color:#888; float:left; width:30px; text-align:center; padding:3px 0; line-height:1.9; margin-right:5px; }
|
|
|
|
|
.pages a:hover{ background-color:#3b94d6; border:1px solid #3b94d6; color:#fff;}
|
|
|
|
|
a.pages-big{ width:50px;}
|
|
|
|
|
.pages .active{ background-color:#3b94d6; border:1px solid #3b94d6; color:#fff;}
|
|
|
|
|
.pages{width:330px; margin:20px auto 10px;}
|
|
|
|
|
a.course-title{ font-size:14px; font-weight: bold; color:#000;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; width:590px;}
|
|
|
|
|
a:hover.course-title{ color:#269ac9;}
|
|
|
|
|
|
|
|
|
|
/*新建页面*/
|
|
|
|
|
.name_input{ border:1px solid #64bdd9; height:16px; width:310px; background:#fff; margin-bottom:10px; padding:5px;}
|
|
|
|
|