Merge branch 'dev_linda' into develop

This commit is contained in:
Linda 2017-05-12 09:27:00 +08:00
commit e5ba9d97d3
78 changed files with 16 additions and 11163 deletions

View File

@ -28,25 +28,25 @@
<data-source source="LOCAL" name="Rails bigdata: production" uuid="a2967bb5-941b-447d-ba0e-5e62ade5fb7d">
<driver-ref>mysql</driver-ref>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://127.0.0.1/0604new</jdbc-url>
<jdbc-url>jdbc:mysql://127.0.0.1/trustie2</jdbc-url>
<user-name>root</user-name>
<user-password>df9bdf98df99df9e</user-password>
<user-password>df9bdf98df99df9edf9fdf9c</user-password>
<libraries />
</data-source>
<data-source source="LOCAL" name="Rails bigdata: development" uuid="ea7cc5a3-1ef5-4a23-93bb-2c9650c10d07">
<driver-ref>mysql</driver-ref>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://127.0.0.1/20161227data</jdbc-url>
<jdbc-url>jdbc:mysql://127.0.0.1/trustie2</jdbc-url>
<user-name>root</user-name>
<user-password>df9bdf98df99df9e</user-password>
<user-password>df9bdf98df99df9edf9fdf9c</user-password>
<libraries />
</data-source>
<data-source source="LOCAL" name="Rails bigdata: test" uuid="9f93a163-6133-42ac-a16d-9bd67f458fd6">
<driver-ref>mysql</driver-ref>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://127.0.0.1/0623newblank</jdbc-url>
<jdbc-url>jdbc:mysql://127.0.0.1/trustie2</jdbc-url>
<user-name>root</user-name>
<user-password>df9bdf98df99df9e</user-password>
<user-password>df9bdf98df99df9edf9fdf9c</user-password>
<libraries />
</data-source>
</component>

View File

@ -1,138 +0,0 @@
/* 重置样式 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,span{ margin:0; padding:0;}
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:14px;line-height:1.9; background:#f5f5f5; color:#333;}
div,img,tr,td,table{ border:0;}
table,tr,td{border:0;}
ol,ul,li{ list-style-type:none}
a:link,a:visited{text-decoration:none;color:#898989; }
a:hover {color:#29bd8b;}
/*侧滚动条*/
::-webkit-scrollbar { width:10px; height:10px; background-color: #F5F5F5; border-radius: 10px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #ccc; }
/*万能清除浮动*/
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{clear:both;zoom:1}
.cl{ clear: both; overflow: hidden;}
/*通用浮动*/
.fl{ float: left;}
.fr{ float: right;}
/*pre标签换行*/
.break-word{word-break: break-all;word-wrap: break-word;}
.break-word-firefox{white-space: pre-wrap !important;word-break: break-all;}
/*超过隐藏*/
.task-hide{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.hide{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.hide-text {overflow:hidden; white-space:nowrap;}
/*通用文字功能样式*/
.font-bd{ font-weight: bold;}
.color-red{ color:#d2322d!important;}
.color-green{color:#51a74f!important;}
.color-light-green{color:#29bd8b!important;}
.color-blue{color:#3498db!important;}
.color-orange{color:#ee4a1f!important;}
.color-yellow{color:#f0ad4e!important;}
.color-light-grey{color:#afafaf!important;}
.color-grey{color:#888!important;}
.color-black{color:#333!important;}
.color-dark-grey{color:#666!important;}
.color_white{ color:#fff!important;}
a.link-color-grey{color:#888!important;}
a:hover.link-color-grey{color:#29bd8b!important;}
a.link-color-green{color:#29bd8b!important;}
a.link-color-blue{color:#5faee3!important;}
a.link-color-grey02{color:#888!important;}
a:hover.link-color-grey02{ color:red!important;}
/*通用文字大小样式*/
.font-12{ font-size: 12px!important;}
.font-14{ font-size: 14px!important;}
.font-16{ font-size: 16px!important;}
.font-18{ font-size: 18px!important;}
.font-20{ font-size: 20px!important;}
.font-24{ font-size: 24px!important;}
.font-28{ font-size: 28px!important;}
.font-30{ font-size: 30px!important;}
/*通用内外边距*/
.mt3{ margin-top:3px;}.mt5{ margin-top:5px;}.mt8{ margin-top:8px;}.mt10{ margin-top:10px;}.mt12{ margin-top:12px;}.mt15{ margin-top:15px;}.mt18{ margin-top:18px;}.mt20{ margin-top:20px;}.mt25{ margin-top:25px;}.mt30{ margin-top:30px;}.mt50{ margin-top:50px;}.mt80{ margin-top:80px;}.mt100{ margin-top:100px;}.mt110{ margin-top:110px;}
.mb5{ margin-bottom: 5px;}.mb10{ margin-bottom: 10px;}.mb15{ margin-bottom: 15px;}.mb20{ margin-bottom: 20px;}.mb25{ margin-bottom: 25px;}.mb30{ margin-bottom: 30px;}
.ml5{ margin-left: 5px;}.ml10{ margin-left: 10px;}.ml15{ margin-left: 15px;}.ml20{ margin-left: 20px;}.ml25{ margin-left: 25px;}.ml30{ margin-left: 30px;}.ml50{ margin-left: 50px;}.ml230{ margin-left: 230px;}
.mr5{ margin-right: 5px;}.mr10{ margin-right: 10px;}.mr15{ margin-right: 15px;}.mr20{ margin-right: 20px;}.mr25{ margin-right: 25px;}.mr30{ margin-right:30px;}
.pt5{ padding-top:5px;}.pt10{ padding-top:10px;}.pt15{ padding-top:15px;}.pt20{ padding-top:20px;}
.pb5{ padding-bottom:5px;}.pb10{ padding-bottom:10px;}.pb15{ padding-bottom:15px;}.pb20{ padding-bottom:20px;}
.pl5{ padding-left:5px;}.pl10{ padding-left:10px;}.pl15{ padding-left:15px;}.pl20{ padding-left:20px;}
.pr5{ padding-right:5px;}.pr10{ padding-right:10px;}.pr15{ padding-right:15px;}.pr20{ padding-right:20px;}
.pd15{ padding:15px;}.pd20{ padding:20px;}
/*块*/
.col-width{ background: #fff; border:1px solid #e8e8e8;}
.col-width-10{ max-width: 100%; background: #fff; border:1px solid #e8e8e8;}
.col-width-9{ max-width: 90%; background: #fff; border:1px solid #e8e8e8;}
.col-width-8{ max-width: 80%; background: #fff; border:1px solid #e8e8e8;}
.col-width-7{ max-width: 70%; background: #fff; border:1px solid #e8e8e8;}
.col-width-6{ max-width: 60%; background: #fff; border:1px solid #e8e8e8;}
.col-width-5{ max-width: 50%; background: #fff; border:1px solid #e8e8e8;}
.col-width-4{ max-width: 40%; background: #fff; border:1px solid #e8e8e8;}
.col-width-3{ max-width: 30%; background: #fff; border:1px solid #e8e8e8;}
.col-width-2{ max-width: 20%; background: #fff; border:1px solid #e8e8e8;}
.col-width-1{ max-width: 10%; background: #fff; border:1px solid #e8e8e8;}
/*按钮*/
a.task-btn{display: inline-block;border:none; padding:0 12px;color: #666!important;background: #e1e1e1; text-align:center;font-size: 14px; font-weight: bold; height: 30px;line-height: 30px; border-radius:3px; letter-spacing:1px;}
a:hover.task-btn {background: #c3c3c3; }
a.task-btn-green{background: #29bd8b; color: #fff;}
a:hover.task-btn-green{background: #19b17e;}
a.task-btn-blue{background: #3498db; color:#fff!important;}
a:hover.task-btn-blue{background: #5faee3;color:#fff;}
a.new-btn{display: inline-block;border:none; padding:0 10px;color: #666;background: #e1e1e1; text-align:center;font-size: 12px; height: 30px;border-radius: 3px; line-height: 30px;}
a.new-btn:hover{background: #c3c3c3; color: #333;}
a.new-btn-green{background: #29bd8b; color: #fff;}
a.new-btn-green:hover{background:#19b17e; }
a.new-btn-blue{background: #6a8abe; color: #fff;}
a.new-btn-blue:hover{background:#5f7cab; }
a.new-bigbtn{display: inline-block;border:none; padding:2px 30px;color: #666;background: #e1e1e1; text-align:center;font-size: 14px; height: 30px;line-height: 30px; border-radius: 3px;}
a:hover.new-bigbtn{background: #c3c3c3; color: #333;}
a.new-bigbtn-green{background: #3b94d6; color: #fff;}
a.new-bigbtn-green:hover{background: #2384cd; color: #fff;}
a.task-btn-ver{ height:45px; line-height: 45px; background: #6a8abe; color: #fff!important; border-radius:5px; font-size:12px; padding:0 10px; }
a.task-btn-ver-line{height:43px; line-height: 43px; border-radius:5px; font-size:12px; padding:0 10px; border:1px solid #ccc;}
a:hover.task-btn-ver-line{ border:1px solid #29bd8b;}
a:hover.task-btn-ver{background:#5f7cab;}
.new_login_submit_disable{ width:265px; height:40px; line-height: 40px; background:#ccc; color:#fff; font-size:14px; border-radius:5px; border:none; text-align:center; cursor:pointer; vertical-align: middle;}
.new_login_submit{ width:100%; height:45px; line-height: 45px; background:#29bd8b; color:#fff; font-size:14px; border-radius:5px; border:none; text-align:center; cursor:pointer; vertical-align: middle;}
.new_login_submit:hover{background: #19b17e;}
/*提示条*/
.alert{ padding:10px;border: 1px solid transparent; text-align: center; border-radius:0;}
.alert-blue{ background-color: #d9edf7;border-color: #bce8f1; color: #3a87ad;}
.alert-orange{ background-color: #fff9e9;border-color: #f6d0b1; color:#ee4a20;}
.alert-green{ background-color: #dff0d8;border-color: #d6e9c6; color:#3c763d;}
.task-close{padding: 0;cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 21px; font-weight: bold;line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.3;}
.taskclose:hover{opacity: 0.5;}
/*tag*/
.task-tag{ padding:0 10px; text-align: center; display:inline-block; height:30px; line-height: 30px;}
.tag-blue{ background-color: #d9edf7; color: #3a87ad;}
.tag-grey{ background-color: #f3f5f7; color: #4d555d;}
.tag-border-grey{ background-color: #fff;border-color: #e2e2e2; color: #888;}
.cir-orange{background: #ff6530;color: #fff; border-radius: 15px; padding: 0 5px; display: inline-block; font-size: 12px; height: 16px;line-height: 16px; }
.cir-red{background: red;color: #fff; border-radius: 15px; padding: 0 5px; display: inline-block; font-size: 12px; height: 16px;line-height: 16px; }
/****************************/
/* 页面结构*/
.task-pm-content{ width: 1000px; margin: 0 auto; }
.task-pm-box{ width: 100%; background: #fff; border: 1px solid #e8e8e8;}
.task-paner-con{ padding:15px; color:#666; line-height:2.0;}
.task-text-center{ text-align: center;}
.flow_hidden{ width:300px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
/*pre标签换行*/
.break_word{word-break: break-all;word-wrap: break-word;}
.break_word_firefox{white-space: pre-wrap !important;word-break: break-all;}
.with10{ width: 10%;}.with15{ width: 15%;}
.with20{ width: 20%;}.with25{ width: 25%;}
.with30{ width: 30%;}.with35{ width: 35%;}
.with40{ width: 40%;}.with45{ width: 45%;}
.with50{ width: 50%;}.with55{ width: 55%;}
.with60{ width: 60%;}.with65{ width: 65%;}
.with70{ width: 70%;}.with75{ width: 75%;}
.with80{ width: 80%;}.with85{ width: 85%;}
.with90{ width: 90%;}.with95{ width: 95%;}
.with100{ width: 100%;}
.edu-bg{ background:#fff;}

View File

@ -1,164 +0,0 @@
/* 头部 */
.header{ width:100%; height:51px;background:#46484c; }
.header_con{ width:1200px; height:50px; margin:0 auto; }
.new-logo img{ width: 31px; height: 31px; margin-top:10px;}
.new-logo p{ font-size: 18px; color:#fff; line-height: 50px; }
a.new-nav-a{ display: block; font-size: 14px; line-height: 50px; color:#fff;}
a:hover.new-nav-a{ color:#3b94d6; text-decoration: none;}
.header-search{border-radius:3px; background:#fff;}
.header-search a:hover,a:link, a:visited{ text-decoration: none; color:#666;}
input.header-search-input{ width:200px; height:30px; padding:0 5px; border-style: none; border: none;outline:none;}
/* 登录注册 */
.new_login{ width:100%; background:#f5f9fc; color:#666; padding-bottom:50px; font-size:14px;}
.new_login_con{ width:1300px; margin:0 auto; background:#fff; border:1px solid #e8e8e8; padding:50px 0; }
.new_login_box{width:350px; padding:30px; border-radius:5px; margin:0 auto; border:solid 1px #fff;}
.new_login_h2{ font-size:18px; border-bottom:1px solid #fff; font-weight:normal; padding-bottom:5px; margin-bottom:30px;}
.new_login_h2 a{font-size:12px; background:url(/images/icons_login.png) 0 -69px no-repeat; padding-left:10px;}
input.new_loggin_input{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:295px; height:43px; border-radius:5px; padding-left:5px; line-height: 43px; font-size:14px; border: none; color:#666;}
input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:260px; height:45px; border-radius:5px; padding-left:5px; line-height: 45px; font-size:14px; border:1px solid #ccc;}
.new_loggin_users{width:348px;height:43px;border-radius:5px; border:1px solid #ccc; position: relative; }
.new_login_lock{background:#fff url(/images/icons_login.png) 8px -28px no-repeat; width:265px; height:45px; border-radius:5px; border:none;}
.new_register_li{background:#fff; width:265px; height:45px; border-radius:5px; border:none;}
.new_login_form ul li{ margin-bottom:20px; }
.new_login_check{ width:15px; height:15px; border:1px solid #fff; border-style:none; margin-right:5px; vertical-align: -2px;}
.new_login_form label{ }
.new_login_form a{ text-decoration:underline;}
.new_register{ width:100%; height:550px; background:#46484c; padding-top:80px;}
.new_register_con{width:1200px; height:550px; margin:0 auto; }
.new_login_txt{width:450px; height:140px; padding:30px 12px 0; color:#fff; margin:100px 0 0 100px;}
.new_login_txt h3{ font-size:24px; text-align:center; margin-bottom:20px;}
.new_login_txt p{ line-height:2.0; font-size: 16px;}
.new_register_left{ margin-top:150px;}
.new_login_tishi{ color: #fff; }
/* 展示内容 */
.new-container{ width: 100%;}
.new-container-inner{width:1200px; margin:0px auto; padding:100px 0;}
.inner-txt{ width:300px;}
.inner-txt-h3{ font-size: 18px; color: #333; margin-bottom:20px;}
.inner-txt-p{font-size: 14px; color: #666; margin-bottom:20px;}
.back-color-grey{ background:#f5f5f5;}
.guanzhu-box{ position: relative;}
.img-guanzhu{ position: absolute; top:0; left: 0;}
.guanzhu-img-box{ display: none;}
.guanzhu-box li:hover ul{display:block; }
/* 底部 */
.footer{width:100%; height:100px; background-color:#fff; }
.footer_con{ width:1200px; height:100px; margin:0 auto; text-align: center; padding:20px 0; }
.footer_con-inner{ width: 300px; margin:0px auto;}
.footer_con-inner li{ }
.footer_con-inner li a{ font-size: 16px; color: #888;display: block;padding:0 15px; border-right: solid 1px #888;}
.footer_con-inner li a:hover{text-decoration: underline;}
.footer_con-p{ color: #888; margin-top:10px;}
/* 微信登录扫描新增20170103byLB */
.new_login_weixin {border-bottom:1px solid #ddd; width: 100%;}
.new_login_weixin li {float:left; width:50%; padding:5px 0; display:inline-block; text-align:center; }
.new_login_weixin li a{font-size:18px;}
.login_weixin_nav_hover{border-bottom:3px solid #29bd8b; }
.login_weixin_nav_nomal { }
.undis {display:none;}
.dis {display:block;}
.code_wxbox{ width:350px; text-align: center; padding:30px 0;}
.wx_img{ width: 150px; margin:10px auto 10px; }
a.wx_help{ }
a:hover.wx_help{ text-decoration: underline;}
.hidetips{ }
.hidetips:hover{ }
/* 新版内页 */
.innner-nav li{float:left;}
.innner-nav li a{margin-right: 25px; display: block; color:#fff; padding:0 10px; }
.inner-banner{ background:url(/images/inner/banner-inner.jpg) 0px 0px no-repeat; width: 100%; height: 550px; padding-top:50px;}
.inner-banner-con{ width: 1200px; margin: 0px auto; color:#fff; text-align: center;}
.inner-banner-con h2{ font-size: 60px; font-weight: normal;}
.inner-banner-con-h3{font-size: 24px; font-weight: normal; color: #fff;}
.inner-c_blue{ color:#3b94d6;}
a.btn-blue{ display: block; width:265px; height:40px; line-height: 40px; background:#3b94d6; color:#fff; font-size:14px; border-radius:5px; text-align:center;border: 3px solid #3b94d6; font-weight: bold; }
a:hover.btn-blue{background: #2384cd; border: 3px solid #2384cd;}
a.btn-blue-line{ display: block; width:265px; height:40px; line-height: 40px; border: 3px solid #3b94d6; color:#3b94d6; font-size:14px; border-radius:5px; text-align:center; font-weight: bold; }
a:hover.btn-blue-line{background: #3b94d6; color:#fff;}
.inner-btnbox{ width: 580px; margin: 30px auto;}
.innner-banner-bottom{ width: 300px; text-align: left; float: left; margin-top: 50px; font-size: 14px;}
.inner-border{ display: block; width: 100px; border-top:3px solid #fff; margin-bottom: 15px;}
.new-container-inner-h3{ font-size:40px; font-weight: normal; color: #333; text-align: center; margin-bottom: 20px;}
.innerbox-txt{ width:300px;}
.innerbox-txt-h3{ font-size:24px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 16px; color: #666; margin-bottom:20px;}
.back-color-black{ background:#47494d;}
.inner-t-c{ text-align: center;}
.inner-footer{ width: 100%; background:#323232; height:155px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}
.saoma-box{ position: relative;}
.img-saoma{ }
.saoma-img-box{ position: absolute; top:-300px; left: -95px; border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); display: none;}
.saoma-box li:hover ul{display:block; }
.img-show{ width:50px; height:50px; border-radius:50px; }
.saoma-img-box font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:279px;left: 110px; border-style:solid; border-color:#fff transparent transparent transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-footer-p-big{ display: block; height: 50px; line-height: 50px; color:#888; font-size: 16px; border-left:2px solid #888; padding-left:15px;}
.inner-btnbox02{ width:270px; margin: 30px auto 0;}
.new-container-inner02{width:1200px; margin:0px auto; padding:50px 0;}
.inner-nav-mes{ font-size:20px; color:#fff; position: relative; margin-right:35px;}
.inner-nav-cir{ position: absolute; top:0px; left:15px; background:#ff6530; color:#fff; border-radius:15px;padding:0 5px; display: inline-block; font-size:10px; height:16px; line-height:16px;}
.inner-nav-user{ width: 55px; height: 40px; margin-top:5px; position: relative;}
.inner-nav-user-img{ width: 40px; height: 40px; border-radius:50px;}
.task-user-dropdown{width:120px; background-color:#fff; border-radius:3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:relative; top:10px; right:45px; display: none; z-index:999;}
.task-user-dropdown font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left:60px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.task-user-dropdown-nav { padding-top:5px; }
.task-user-dropdown-nav li { display: inline-block; text-align: center; width:100%; height: 30px; line-height: 30px;}
.task-user-dropdown-nav li:hover{ background:#eee;}
li.task-line{ height: 1px; line-height: 1px; border-bottom:1px solid #eee;}
.inner-nav-user:hover .task-user-dropdown{ display:block;}
/*消息弹框*/
.shadowbox_news{ width:305px; background-color:#fff; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:absolute; font-size: 12px; top:50px; left:-135px;display: none; z-index:999;}
.shadowbox_news_title{ height:40px; line-height:40px;padding-left:10px; font-size:12px; color:#333;border-bottom:1px solid #eee;}
.shadowbox_news font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left: 140px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.shadowbox_news_list{ max-height:200px; overflow:hidden;}
.shadowbox_news_list a{ color:#999;}
.shadowbox_news_list li{ height:40px; border-bottom:1px dashed #ebebeb; line-height:40px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis; padding:0 10px;}
.shadowbox_news_list li:hover{ background-color:#eee;}
a.shadowbox_news_user{ color:#3b94d6;}
a.shadowbox_news_all{ display:block; width:305px; height:40px; line-height:40px; color:#3b94d6; text-align:center;border-top:1px solid #eee;}
.inner-user-info{ border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); width:305px; display:block; width:300px; display: none;}
.inner-user-info font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:289px;left: 110px; border-style:solid; border-color:transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-user-info li a{ display: block; height: 30px; line-height: 30px; color: #fff; width: 200px; }
.inner-img02{ width: 1000px; margin:0 auto;}
.inner-txtbox02{width: 800px; margin:0 auto;}
.inner-txtbox02 p{ display: block; width: 200px; font-size: 20px; float: left; margin-top:30px; text-align: center; color:#666;}
.innerbox-txt-h3{ font-size:28px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 20px; color: #666; margin-bottom:20px;}
/*邮件激活*/
.task-email-box{ width:450px; margin:0 auto; background:#fff;}
.task-email-box-pd{ padding:30px; color:#666;}
.task-mail-img{ width:40px; height: 40px; border-radius:100px; border:2px solid #ccc; }
.task-name{ display: inline-block; max-width: 100px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.task-img-box{ width:265px;}
.new-login-header{ width: 1300px; margin:0 auto; height:70px;}
.new-login-header h2{ line-height: 70px; color:#666;}
.new-login-error{ display: inline-block; background-color:#fffafa; box-shadow: 0px 2px 8px rgba(255, 217, 217, 0.5); border:1px solid #ffd9d9; padding:5px; border-radius:5px; color:#dd6f75; width: 235px; position: absolute; left:360px; top:3px;}
.password-header{ width: 1300px; margin: 0 auto; background: #fff; border: 1px solid #e8e8e8; border-bottom:none; padding:15px 0;}
.new-loggin-other{ width:350px; text-align: center; padding-top:30px; border-top: 1px solid #e8e8e8;}
.task-img-weixin{ width: 50px; height: 50px; border-radius:100px; background:#ccc; }
.task-img-weixin:hover{ background:#86c610;}
.new-login-success{ text-align: center;}
.drag_slider{ position: relative; background-color: #e8e8e8; width: 350px; height: 45px; line-height: 45px; text-align: center;}
.drag_slider .handler{ position: absolute; top: 0px; left: 0px; width: 50px; height: 43px; border: 1px solid #ccc; cursor: move;}
.handler_bg{ background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;}
.handler_ok_bg{ background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;}
.drag_slider .drag_bg{ background-color: #29bd8b; height: 45px; width: 0px;}
.drag_slider .drag_text{ position: absolute; top: 0px; width: 350px; -moz-user-select: none; -webkit-user-select: none; user-select: none; -o-user-select:none; -ms-user-select:none;}
/*头像下拉弹框*/
.my_account_info{ width:160px; background-color:#fff; border-radius: 3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:absolute; font-size: 14px; top:46px; left:-97px;display: none; z-index:999;}
.my_account_info li a{ color: #888;}
.my_account_info font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left: 140px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.my_account_info li{ padding-left: 5px; line-height: 1.5;}
.li_bottom_border{ border-bottom:1px solid #eee;}

View File

@ -1,35 +0,0 @@
/* 修改密码成功弹框 */
.task-popup{ width: 30%;background: #fff; border:1px solid #e8e8e8; border-radius:3px; -webkit-box-shadow:0 0 10px #ccc; -moz-box-shadow:0 0 10px #ccc; box-shadow:0 0 10px #ccc; margin: 50px auto;}
.task-popup-text-center{ text-align: center; color: #666;}
.task-popup-title{ border-bottom: 1px solid #eee; padding:10px 15px; }
.task-popup-content{ padding:15px;}
.task-popup-submit{ margin:15px auto; width: 120px;}
.task-popup-bggrey{ background:#ccc; color:#333;}
/* 模板弹框 20170407byLB */
#task_popup_box{ background:#fff;padding-bottom:15px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5);}
.task_popup_top{background:#ccc;height:40px;-webkit-border-radius: 5px 5px 0px 0px;-moz-border-radius: 5px 5px 0px 0px;-o-border-radius: 5px 5px 0px 0px;border-radius: 5px 5px 0px 0px;}
.task_popup_top h3{ font-size:14px; color:#333; line-height:40px; padding-left:10px; }
a.task_icons_close{width:20px; height:20px;display:block;background: url(../images/popup/sy_icons_close.png) 0 0px no-repeat; margin:8px 10px 0 0;}
a:hover.task_icons_close{background: url(../images/popup/sy_icons_close.png) -40px 0px no-repeat;}
.task_popup_con{ padding:20px;}
/*智能课堂弹框 20170421byLB*/
.upload_select_box{ width: 260px; height:240px; overflow-y:auto; padding: 10px; background:#f7f9fd; color: #333; }
.task-popup-submit02{ margin:15px auto; width:110px;}
/*智能课堂弹框tab 20170428byLB*/
.newupload_conbox{ background: #fff; padding:15px; padding-bottom: 0;}
.newupload_navbox{border-bottom:1px solid #dbdbdb;}
.newupload_nav { height: 40px; line-height: 40px; background: #e7e7e7; }
.newupload_nav li {float:left; padding:0 15px; display: block; text-align:center; }
.newupload_nav li:last-child{ border-right: none;}
.newupload_nav li a{font-size:12px; color:#444;}
.newupload_nav_hover{ background: #3498db; }
.newupload_nav_nomal { }
.newupload_nav_hover a{color: #fff !important; }

View File

@ -1,196 +0,0 @@
/* 头部 */
.header{ width:100%; height:51px;background:#46484c; }
.header_con{ width:1200px; height:50px; margin:0 auto; }
.new-logo img{ width: 31px; height: 31px; margin-top:10px;}
.new-logo p{ font-size: 18px; color:#fff; line-height: 50px; }
a.new-nav-a{ display: block; font-size: 14px; line-height: 50px; color:#fff;}
a:hover.new-nav-a{ color:#3b94d6; text-decoration: none;}
.header-search{border-radius:3px; background:#fff;}
.header-search a:hover,a:link, a:visited{ text-decoration: none; color:#666;}
input.header-search-input{ width:135px; height:30px; padding:0 5px; border-style: none; border: none;outline:none;}
.innner-nav li{float:left;}
.innner-nav li a{ display: block; color:#fff; padding:0 10px; }
.inner-btnbox02{ width:270px; margin: 30px auto 0;}
.new-container-inner02{width:1200px; margin:0px auto; padding:50px 0;}
.inner-nav-mes{ font-size:20px; color:#fff; position: relative; margin-right:35px;}
.inner-nav-cir{ position: absolute; top:0px; left:15px; background:#ff6530; color:#fff; border-radius:15px;padding:0 5px; display: inline-block; font-size:10px; height:16px; line-height:16px;}
.inner-nav-user{ width: 55px; height: 40px; margin-top:5px; position: relative;}
.inner-nav-user-img{ width: 40px; height: 40px; border-radius:50px;}
select.header-search-select{ border:none; font-size:14px; padding:5px; background: none;}
.task-user-dropdown{width:120px; background-color:#fff; border-radius:3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:relative; top:10px; right:45px; display: none; z-index:999;}
.task-user-dropdown font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left:60px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.task-user-dropdown-nav { padding-top:5px; }
.task-user-dropdown-nav li { display: inline-block; text-align: center; width:100%; height: 30px; line-height: 30px;}
.task-user-dropdown-nav li:hover{ background:#eee;}
li.task-line{ height: 1px; line-height: 1px; border-bottom:1px solid #eee;}
.inner-nav-user:hover .task-user-dropdown{ display:block;}
dropdown{display: inline-block; height:30px; }
dropdown label, dropdown ul li{ display: block; width:60px; padding:4px 10px;}
dropdown label:hover, dropdown ul li:hover{background: #eee; color:#666;cursor: pointer;}
dropdown label{color: #666;border-radius: 3px 0 0 3px; position: relative; z-index: 2;}
dropdown input{display: none;}
dropdown input ~ ul{ position: relative; visibility: hidden; opacity: 0; top: -20px; z-index: 1;}
dropdown input:checked + label{ background: #fff;color:#666;}
dropdown input:checked ~ ul{ visibility: visible; opacity: 1; top: 0; background: #fff;}
$colors: #fff, #0072B5, #2C3E50;
@for $i from 1 through length($colors) {
dropdown ul li:nth-child(#{$i}) {
border-left: 4px solid nth($colors, $i);
.fa{
color: nth($colors, $i);
}
&:hover {
background: nth($colors, $i);
color: white;
.fa{
color: white;
}
}
}
}
.animate{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -ms-transition: all .3s;
transition: all .3s; backface-visibility:hidden; -webkit-backface-visibility:hidden; /* Chrome and Safari */ -moz-backface-visibility:hidden; /* Firefox */ -ms-backface-visibility:hidden; /* Internet Explorer */}
/* 底部 */
.footer{width:100%; height:100px; background-color:#fff; }
.footer_con{ width:1200px; height:100px; margin:0 auto; text-align: center; padding:20px 0; }
.footer_con-inner{ width: 300px; margin:0px auto;}
.footer_con-inner li{ }
.footer_con-inner li a{ font-size: 16px; color: #888;display: block;padding:0 15px; border-right: solid 1px #888;}
.footer_con-inner li a:hover{text-decoration: underline;}
.footer_con-p{ color: #888; margin-top:10px;}
.inner-footer{ width: 100%; background:#323232; padding-bottom:30px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}
.saoma-box{ position: relative;}
.img-saoma{ }
.saoma-img-box{ position: absolute; top:-300px; left: -95px; border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); display: none;}
.saoma-box li:hover ul{display:block; }
.img-show{ width:50px; height:50px; border-radius:50px; }
.saoma-img-box font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:289px;left: 110px; border-style:solid; border-color:#fff transparent transparent transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-footer-p-big{ display: block; height: 50px; line-height: 50px; color:#888; font-size: 16px; border-left:2px solid #888; padding-left:15px;}
.inner-btnbox02{ width:270px; margin: 30px auto 0;}
.new-container-inner02{width:1200px; margin:0px auto; padding:50px 0;}
/************布局 byLB****************/
.panel-content{ width: 1200px; margin:20px auto; background:#fff; }
/************讨论区20170321 byLB****************/
.panel-inner-fourm{ padding:20px; border-bottom:1px solid #eee;}
.panel-inner-fourm:hover{ background:#EFF2F7;}
.nobg:hover{ background:#fff;}
a.panel-list-title,.panel-list-title { display:inline-block; font-size: 16px; color: #333; font-weight:normal; max-width:82%;}
a:hover.panel-list-title{color:#29bd8b;}
.panel-list-img{ width: 60px; height: 60px; border-radius:100px;}
a.panel-name-small{ display: inline-block; max-width:100px; color:#29bd8b; font-size:12px; }
.panel-list-infobox{ width: 92%; margin-left:8%; margin-top:-70px;}
.panel-lightgrey,.panel-lightgrey span{ font-size:12px; color:#888;}
.panel-inner-info{ width: 92%; margin-left:8%; color:#666;}
.panel-bg-grey{ padding:5px 0;background:#f6f6f6; width: 100%; color:#666;}
.panel-list-nodata{ width: 420px; margin:100px auto; text-align: center;}
/* 回复评论 */
.panel-comment_item{ width: 100%; }
.panel-comment_item .t_area{ color:#888;}
.panel-comment_item .comment_item_cont{ padding:15px; border-bottom:1px solid #e3e3e3;}
.panel-comment_item .J_Comment_Face img{ width:50px; height:50px; border-radius:100px; }
.panel-comment_item .t_content{ width:92%; margin-left:15px;}
.panel-comment_item a.content-username { color:#333;font-size:14px; margin-right:15px; display:inline-block; max-width:100px; font-weight: bold;}
.panel-comment_item a:hover.content-username{color:#29bd8b;}
.panel-comment_item .orig_user img{width:40px; height:40px;border-radius:100px; }
.panel-comment_item .reply-right{ float:right; position:relative;}
.panel-comment_item .reply_iconup02{ position:absolute; top:22px; left:14px; color:#d4d4d4; font-size:16px; background:#f1f1f1; line-height:13px;}
.panel-comment_item .comment_orig_content{margin:10px 0; color:#999;}
.panel-comment_item .comment_orig_content .comment_orig_content{margin-top:0; color:#666;}
.panel-comment_item .orig_cont{ border:solid 1px #F3DDB3; background:#FFFEF4; padding:4px;color:#999;margin-top:-1px; }
.panel-comment_item .orig_cont_sub{ border-top:0}
.panel-comment_item .comment_orig_content .orig_index{ float:right; color:#666; font-family:Arial; padding-right:5px;line-height:30px;}
.panel-comment_item .comment_orig_content .orig_user{ margin:10px 15px 10px 5px;}
.panel-comment_item .comment_orig_content .orig_user span{ color:#999; padding-right:5px;}
.panel-comment_item .comment_orig_content .orig_content{padding:5px 0px 5px 0px;line-height:24px; color:#666; }
.panel-comment_item .orig_right{ width:80%; margin-top:5px;}
.panel-comment_item a.comment_ding_link{ height:24px;line-height:24px;display:inline-block;padding-left:2px;vertical-align:middle; color:#333; }
.panel-comment_item a:hover.comment_ding_link{ color:#269ac9;}
.panel-comment_item .comment_ding_link span{display: inline-block;padding: 0 0px 0 8px;}
.panel-comment_item .comment_ding_link em{font-style: normal;font-family:arial;}
.panel-comment_item .comment_reply_link{ display:inline-block; width:50px; height:24px;line-height: 24px; vertical-align:middle;text-align: center;}
.panel-comment_item .comment_reply_link:link,.comment_reply_link:visited{color:#333;text-decoration: none;}
.panel-comment_item .comment_content{ color:#666;}
.panel-comment_item .t_txt{ margin-top:10px;}
.panel-comment_item .orig_reply_box{border-top:1px solid #e3e3e3; width:100%;}
.panel-comment_item .orig_textarea02{ border:1px solid #ccc; background-color:#fff; width:92%; margin-bottom:10px;}
.panel-comment_item .orig_sub{ float:right; background-color:#269ac9; color:#fff; height:25px; line-height:25px; text-align:center; width:80px; border:none;}
.panel-comment_item .orig_sub:hover{ background:#297fb8;}
.panel-comment_item .orig_cont_hide{ text-align:center; width:100%; display:block; font-size:14px; color:#666; border-bottom:1px solid #F3DDB3; padding:8px 0;}
.panel-comment_item .orig_icon{ color:#888; margin-right:10px; font-size:14px; font-weight:bold;}
.orig_reply{ font-size: 12px; }
.panel-mes-head{ padding:10px; border-bottom:1px solid #eee;}
/* 表格 */
.panel-new-table { width:100%; text-align: center; }
.panel-new-table tr th{ color:#333; height: 50px;line-height:50px; }
.panel-new-table tr th,.panel-new-table tr td{ border-bottom:1px solid #eee; }
.panel-new-table tr td{color:#666; height: 40px; line-height:40px;}
.panel-table-pd15 tr td{ padding:15px 0;}
.panel-new-table tbody tr:hover{ background:#f9f9f9;}
a.panel-table-name{display:block; max-width:100px;text-align:center;}
a.panel-table-title{display:block; max-width:240px;text-align:center;}
.table-num{ width:5%; text-align: center;}
/* 滑动条 */
.panel-slider-bg{ width:240px; height: 15px; border-radius:15px; background:#f1f2f7; }
.panel-slider-inner01{ display:block; width:10%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner02{ display:block; width:20%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner03{ display:block; width:30%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner04{ display:block; width:40%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner05{ display:block; width:50%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner06{ display:block; width:60%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner07{ display:block; width:70%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner08{ display:block; width:80%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner09{ display:block; width:90%; height: 15px; border-radius:15px; background:#29bd8b;}
.panel-slider-inner10{ display:block; width:100%; height: 15px; border-radius:15px; background:#29bd8b;}
/* 翻页 */
.panel-pages a{ display: inline-block; border:1px solid #d1d1d1; color:#888; float:left;text-align:center; padding:0 10px; margin-right:5px; height: 30px; line-height: 30px; }
.panel-pages a:hover,.panel-pages .active{ background-color:#ccc; border:1px solid #ccc;color:#fff; }
.panel-pages{ width: 350px; margin:20px auto;}
/* 翻页*/
.pages_right_min a{ display: inline-block;border:1px solid #d1d1d1; color:#888; float:left;text-align:center; padding:3px 10px; line-height:1.9; border-right: none;}
.pages_right_min a.pages-border-right{border-right:1px solid #ccc; }
.pages_right_min a:hover,.pages_right a.active{ background-color:#ccc; color:#fff;}
/* 搜索*/
.panel-search{ position: relative;}
input.panel-search-input{ height: 30px; width:300px; color: #666;}
.panel-search-btn{ position: absolute; top:2px; right:10px;}
/* 表单*/
.panel-form-label{ display:inline-block; width:10%; min-width:90px; text-align:right; line-height:40px; font-weight: normal; }
.label-w20{ width:20%!important;}
.panel-form input,.panel-form textarea,.panel-form select{ border:1px solid #e2e2e2;color:#666;line-height: 1.9; background:#fff;}
.panel-box-sizing{-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; }
input.panel-form-width-690{ padding:5px;width:90%; height:40px; }
input.panel-form-width-100{ padding:5px;width:100%; height:40px;}
input.panel-form-width-45{ padding:5px;width:44.5%; height:40px; }
textarea.panel-form-width-100{ padding:5px;width:100%; height:150px; }
textarea.panel-form-width-690{ padding:5px;width:90%; height:150px; }
.panel-form-width-670{ width: 670px; padding:5px;}
.panel-form-height-150{ height: 150px;}
.panel-form-height-30{height: 30px;}
.task-bg-grey{ background:#f3f3f3; width:90%; min-width:700px; padding:10px; border:1px solid #f3f3f3; color:#888;}
.task-bg-grey02{ background:#f3f3f3; width:80%; min-width:700px; padding:7px 10px; border:1px solid #f3f3f3; color:#888;}
input.task-form-10,textarea.task-form-10,select.task-form-10,.task-form-10{padding:5px;width:10%;}
input.task-form-15,textarea.task-form-15,select.task-form-15,.task-form-15{padding:5px;width:15%;}
input.task-form-20,textarea.task-form-20,select.task-form-20,.task-form-20{padding:5px;width:20%;}
input.task-form-30,textarea.task-form-30,select.task-form-30,.task-form-30{padding:5px;width:30%;}
input.task-form-35,textarea.task-form-35,select.task-form-35,.task-form-35{padding:5px;width:35%;}
input.task-form-40,textarea.task-form-40,select.task-form-40,.task-form-40{padding:5px;width:40%;}
input.task-form-45,textarea.task-form-45,select.task-form-45,.task-form-45{padding:5px;width:45%;}
input.task-form-50,textarea.task-form-50,select.task-form-50,.task-form-50{padding:5px;width:50%;}
input.task-form-60,textarea.task-form-60,select.task-form-60,.task-form-60{padding:5px;width:60%;}
input.task-form-70,textarea.task-form-70,select.task-form-70,.task-form-70{padding:5px;width:70%;}
input.task-form-80,textarea.task-form-80,select.task-form-80,.task-form-80{padding:5px;width:80%;}
input.task-form-90,textarea.task-form-90,select.task-form-90,.task-form-90{padding:5px;width:90%;}
input.task-form-100,textarea.task-form-100,select.task-form-100,.task-form-100{padding:5px;width:100%;}
input.task-height-40,textarea.task-height-40,.task-height-40,select.task-height-40{height:40px;}
input.task-height-150,textarea.task-height-150,.task-height-150{height:150px;}
input.task-height-150,textarea.task-height-150,.task-height-100{height:100px;}

View File

@ -1,60 +0,0 @@
/* 新版展示内页 */
.innner-nav li{ float: left; margin-right: 25px;}
.inner-banner{ background:url(../images/inner/banner-inner.jpg) 0px 0px no-repeat; width: 100%; height: 550px; padding-top:50px;}
.inner-banner-con{ width: 1200px; margin: 0px auto; color:#fff; text-align: center;}
.inner-banner-con h2{ font-size: 60px; font-weight: normal;}
.inner-banner-con-h3{font-size: 24px; font-weight: normal; color: #fff;}
.inner-c_blue{ color:#3b94d6;}
a.btn-blue{ display: block; width:265px; height:40px; line-height: 40px; background:#3b94d6; color:#fff; font-size:14px; border-radius:5px; text-align:center;border: 3px solid #3b94d6; font-weight: bold; }
a:hover.btn-blue{background: #2384cd; border: 3px solid #2384cd;}
a.btn-blue-line{ display: block; width:265px; height:40px; line-height: 40px; border: 3px solid #3b94d6; color:#3b94d6; font-size:14px; border-radius:5px; text-align:center; font-weight: bold; }
a:hover.btn-blue-line{background: #3b94d6; color:#fff;}
.inner-btnbox{ width: 580px; margin: 30px auto;}
.innner-banner-bottom{ width: 300px; text-align: left; float: left; margin-top: 50px; font-size: 14px;}
.inner-border{ display: block; width: 100px; border-top:3px solid #fff; margin-bottom: 15px;}
.new-container-inner-h3{ font-size:40px; font-weight: normal; color: #333; text-align: center; margin-bottom: 20px;}
.innerbox-txt{ width:300px;}
.innerbox-txt-h3{ font-size:24px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 16px; color: #666; margin-bottom:20px;}
.back-color-black{ background:#47494d;}
.inner-t-c{ text-align: center;}
.inner-footer{ width: 100%; background:#323232; padding-bottom:30px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}
.saoma-box{ position: relative;}
.img-saoma{ }
.saoma-img-box{ position: absolute; top:-300px; left: -95px; border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); display: none;}
.saoma-box li:hover ul{display:block; }
.img-show{ width:50px; height:50px; border-radius:50px; }
.saoma-img-box font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:289px;left: 110px; border-style:solid; border-color:#fff transparent transparent transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-footer-p-big{ display: block; height: 50px; line-height: 50px; color:#888; font-size: 16px; border-left:2px solid #888; padding-left:15px;}
.inner-btnbox02{ width:270px; margin: 30px auto 0;}
.new-container-inner02{width:1200px; margin:0px auto; padding:50px 0;}
.inner-nav-mes{ font-size:28px; color: #fff; position: relative; margin-top:3px; margin-right:35px;}
.inner-nav-cir{ position: absolute; top:0px; left:15px; background:#3b94d6; color:#fff; border-radius:15px;padding:0 5px; display: inline-block; font-size: 10px;}
.inner-nav-user{ width: 40px; height: 40px; margin-top:5px; position: relative;}
.inner-nav-user-img{ width: 40px; height: 40px; border-radius:50px;}
.inner-nav-user font{border: 1px solid #dddddd; display: block; border-width: 6px; position: absolute; top:18px;left:45px; border-style:solid; border-color:#fff transparent transparent transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5);}
/*消息弹框*/
.shadowbox_news{ width:305px; background-color:#fff; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:absolute; font-size: 12px; top:50px; left:-135px;display: none; z-index:999;}
.shadowbox_news_title{ height:40px; line-height:40px;padding-left:10px; font-size:12px; color:#333;border-bottom:1px solid #eee;}
.shadowbox_news font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left: 140px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.shadowbox_news_list{ max-height:200px; overflow:hidden;}
.shadowbox_news_list a{ color:#999;}
.shadowbox_news_list li{ height:40px; border-bottom:1px dashed #ebebeb; line-height:40px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis; padding:0 10px;}
.shadowbox_news_list li:hover{ background-color:#eee;}
a.shadowbox_news_user{ color:#3b94d6;}
a.shadowbox_news_all{ display:block; width:305px; height:40px; line-height:40px; color:#3b94d6; text-align:center;border-top:1px solid #eee;}
.inner-nav-mes li:hover ul{ display: block;};
.inner-user-info{ border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); width:305px; display:block; width:300px; display: none;}
.inner-user-info font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:289px;left: 110px; border-style:solid; border-color:transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-user-info li a{ display: block; height: 30px; line-height: 30px; color: #fff; width: 200px; }
.inner-img02{ width: 1000px; margin:0 auto;}
.inner-txtbox02{width: 800px; margin:0 auto;}
.inner-txtbox02 p{ display: block; width: 200px; font-size: 20px; float: left; margin-top:30px; text-align: center; color:#666;}
.innerbox-txt-h3{ font-size:28px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 20px; color: #666; margin-bottom:20px;}

View File

@ -1,151 +0,0 @@
select,input,textarea{ font-size:14px; color:#666;}
/* 登录注册 */
.new_login{ width:100%; background:#f5f9fc; color:#666; padding-bottom:50px; font-size:14px;}
.new_login_con{ width:1300px; margin:0 auto; background:#fff; border:1px solid #e8e8e8; padding:50px 0; }
.new_login_box{width:350px; padding:30px; border-radius:5px; margin:0 auto; border:solid 1px #fff;}
.new_login_h2{ font-size:18px; border-bottom:1px solid #fff; font-weight:normal; padding-bottom:5px; margin-bottom:30px;}
.new_login_h2 a{font-size:12px; background:url(images/icons_login.png) 0 -69px no-repeat; padding-left:10px;}
input.new_loggin_input{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:295px; height:43px; border-radius:5px; padding-left:5px; line-height: 43px; font-size:14px; border: none; color:#666;}
input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:260px; height:45px; border-radius:5px; padding-left:5px; line-height: 45px; font-size:14px; border:1px solid #ccc;}
.new_loggin_users{width:348px;height:43px;border-radius:5px; border:1px solid #ccc; position: relative; }
.new_login_lock{background:#fff url(images/icons_login.png) 8px -28px no-repeat; width:265px; height:45px; border-radius:5px; border:none;}
.new_register_li{background:#fff; width:265px; height:45px; border-radius:5px; border:none;}
.new_login_form ul li{ margin-bottom:20px; }
.new_login_check{ width:15px; height:15px; border:1px solid #fff; border-style:none; margin-right:5px; vertical-align: -2px;}
.new_login_form label{ }
.new_login_form a{ text-decoration:underline;}
.new_register{ width:100%; height:550px; background:#46484c; padding-top:80px;}
.new_register_con{width:1200px; height:550px; margin:0 auto; }
.new_login_txt{width:450px; height:140px; padding:30px 12px 0; color:#fff; margin:100px 0 0 100px;}
.new_login_txt h3{ font-size:24px; text-align:center; margin-bottom:20px;}
.new_login_txt p{ line-height:2.0; font-size: 16px;}
.new_register_left{ margin-top:150px;}
.new_login_tishi{ color: #fff; }
/* 展示内容 */
.new-container{ width: 100%;}
.new-container-inner{width:1200px; margin:0px auto; padding:100px 0;}
.inner-txt{ width:300px;}
.inner-txt-h3{ font-size: 18px; color: #333; margin-bottom:20px;}
.inner-txt-p{font-size: 14px; color: #666; margin-bottom:20px;}
.back-color-grey{ background:#f5f5f5;}
.guanzhu-box{ position: relative;}
.img-guanzhu{ position: absolute; top:0; left: 0;}
.guanzhu-img-box{ display: none;}
.guanzhu-box li:hover ul{display:block; }
/* 微信登录扫描新增20170103byLB */
.new_login_weixin {border-bottom:1px solid #ddd; width: 100%;}
.new_login_weixin li {float:left; width:50%; padding:5px 0; display:inline-block; text-align:center; }
.new_login_weixin li a{font-size:18px; }
.login_weixin_nav_hover{border-bottom:3px solid #29bd8b; }
.login_weixin_nav_nomal { }
.undis {display:none;}
.dis {display:block;}
.code_wxbox{ width:266px; text-align: center; padding:30px 0;}
.wx_img{ width: 150px; margin:10px auto 10px; }
a.wx_help{ }
a:hover.wx_help{ text-decoration: underline;}
.hidetips{ }
.hidetips:hover{ }
/* 新版内页 */
.innner-nav li{ float: left; margin-right: 25px;}
.inner-banner{ background:url(../images/inner/banner-inner.jpg) 0px 0px no-repeat; width: 100%; height: 550px; padding-top:50px;}
.inner-banner-con{ width: 1200px; margin: 0px auto; color:#fff; text-align: center;}
.inner-banner-con h2{ font-size: 60px; font-weight: normal;}
.inner-banner-con-h3{font-size: 24px; font-weight: normal; color: #fff;}
.inner-c_blue{ color:#3b94d6;}
a.btn-blue{ display: block; width:265px; height:40px; line-height: 40px; background:#3b94d6; color:#fff; font-size:14px; border-radius:5px; text-align:center;border: 3px solid #3b94d6; font-weight: bold; }
a:hover.btn-blue{background: #2384cd; border: 3px solid #2384cd;}
a.btn-blue-line{ display: block; width:265px; height:40px; line-height: 40px; border: 3px solid #3b94d6; color:#3b94d6; font-size:14px; border-radius:5px; text-align:center; font-weight: bold; }
a:hover.btn-blue-line{background: #3b94d6; color:#fff;}
.inner-btnbox{ width: 580px; margin: 30px auto;}
.innner-banner-bottom{ width: 300px; text-align: left; float: left; margin-top: 50px; font-size: 14px;}
.inner-border{ display: block; width: 100px; border-top:3px solid #fff; margin-bottom: 15px;}
.new-container-inner-h3{ font-size:40px; font-weight: normal; color: #333; text-align: center; margin-bottom: 20px;}
.innerbox-txt{ width:300px;}
.innerbox-txt-h3{ font-size:24px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 16px; color: #666; margin-bottom:20px;}
.back-color-black{ background:#47494d;}
.inner-t-c{ text-align: center;}
/*消息弹框*/
.shadowbox_news{ width:305px; background-color:#fff; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:absolute; font-size: 12px; top:50px; left:-135px;display: none; z-index:999;}
.shadowbox_news_title{ height:40px; line-height:40px;padding-left:10px; font-size:12px; color:#333;border-bottom:1px solid #eee;}
.shadowbox_news font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left: 140px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.shadowbox_news_list{ max-height:200px; overflow:hidden;}
.shadowbox_news_list a{ color:#999;}
.shadowbox_news_list li{ height:40px; border-bottom:1px dashed #ebebeb; line-height:40px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis; padding:0 10px;}
.shadowbox_news_list li:hover{ background-color:#eee;}
a.shadowbox_news_user{ color:#3b94d6;}
a.shadowbox_news_all{ display:block; width:305px; height:40px; line-height:40px; color:#3b94d6; text-align:center;border-top:1px solid #eee;}
.inner-nav-mes li:hover ul{ display: block;};
.inner-user-info{ border-radius:3px; background:#fff; padding:15px;box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); width:305px; display:block; width:300px; display: none;}
.inner-user-info font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top:289px;left: 110px; border-style:solid; border-color:transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); }
.inner-user-info li a{ display: block; height: 30px; line-height: 30px; color: #fff; width: 200px; }
.inner-img02{ width: 1000px; margin:0 auto;}
.inner-txtbox02{width: 800px; margin:0 auto;}
.inner-txtbox02 p{ display: block; width: 200px; font-size: 20px; float: left; margin-top:30px; text-align: center; color:#666;}
.innerbox-txt-h3{ font-size:28px; color: #333; margin-bottom:20px;}
.innerbox-txt-p{font-size: 20px; color: #666; margin-bottom:20px;}
/*邮件激活*/
.task-email-box{ width:450px; margin:0 auto; background:#fff;}
.task-email-box-pd{ padding:30px; color:#666;}
.task-mail-img{ width:40px; height: 40px; border-radius:100px; border:2px solid #ccc; }
.task-name{ display: inline-block; max-width: 100px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.task-img-box{ width:265px;}
.new-login-header{ width: 1300px; margin:0 auto; height:70px;}
.new-login-header h2{ line-height: 70px; color:#666;}
.new-login-error{ display: inline-block; background-color:#fffafa; box-shadow: 0px 2px 8px rgba(255, 217, 217, 0.5); border:1px solid #ffd9d9; padding:5px; border-radius:5px; color:#dd6f75; width: 340px; position: absolute; left:360px; top:3px;}
.password-header{ width: 1300px; margin: 0 auto; background: #fff; border: 1px solid #e8e8e8; border-bottom:none; padding:15px 0;}
.new-loggin-other{ width:350px; text-align: center; padding-top:30px; border-top: 1px solid #e8e8e8;}
.task-img-weixin{ width: 50px; height: 50px; border-radius:100px; background:#ccc; }
.task-img-weixin:hover{ background:#86c610;}
.new-login-success{ text-align: center;}
/* 个人资料 20170324byLB */
.panel-user-left{ width:20%; min-width:240px; background:#eaebec; height:90%;}
.panel-user-right{width:80%; background:#fff;}
.panel-user-info{ width:100%; height:240px; }
.panel-user-img img{ display: block; width:240px; height:240px;}
.panel-user-leftnav li a{ display:block; height: 50px; line-height: 50px; width:100%; text-align: center; font-size:14px; }
.panel-user-leftnav li a.active{ background:#3498db; color:#fff;}
.panel-user-leftnav li a:hover{ background:#dbdbdb; color:#666; }
input.input-height,select.input-height{ height: 40px;}
input.select-width,select.select-width{ width:140px; text-align: center; padding:5px; }
label.label-width12{ width:12%; text-align: right;}
input.input-width87,textarea.input-width87{ width:87%; }
textarea.input-width87{ width:87%; line-height: 1.9;}
input.input-width43{ width:43%;}
.panel-user-headimg-show{ width: 50%; border-right:1px solid #eee;}
.panel-user-headimg-show img{ width:200px; margin:100px auto; }
.user-liucheng{ padding:10px 110px; text-align: center; background:#3498db; color:#fff; font-size:12px;}
.user-liucheng-grey{ background:#ccc; color:#666;}
.user-renzheng-box li{ float: left; width:200px; margin-right:25px;}
.user-renzheng-img{ width: 200px;}
a.user-renzheng-upload{ display: block; width: 200px; height: 100px; background:#ccc; text-align: center; padding-top:50px; color:#888;}
a:hover.user-renzheng-upload{ color:#666;}
.panel-user-setting-ul li{ float: left; width:25%; text-align: center; color:#333;}
.panel-user-setting-ul li.t_l{ text-align: left;}
.panel-user-setting-ul{ padding:20px 0; border-bottom:1px solid #eee; }
.panel-span-name{ display:inline-block; max-width:80px; overflow: hidden; line-height:12px;}
.task-arrow-right {width:0; height:0; border-top:21px solid transparent; border-bottom: 21px solid transparent; border-left:21px solid #3498db;}
.task-arrow-right-grey {border-left:21px solid #ccc;}
.select_box{font-family: "宋体"; font-size: 12px;color: #999999;width: 178px;line-height: 20px;margin: 50px auto;}
.select_showbox{border: 1px solid #b0a296;height: 20px;padding-left: 5px;background: url(/jscss/demoimg/201403/icon.png) no-repeat 156px 0;}
.select_option{border: 1px solid #b0a296;border-top: none;display: none;}
.select_option li{padding-left: 5px;}
.select_option li.selected{background-color: #F3F3F3;color: #999;}
.select_option li.hover{background: #7b6959; color: #fff;}
.panel-user-right-con{margin:30px 50px; font-size:14px;}
a.new-user-submit{ display: block; width:100%; height:45px; line-height: 45px; background:#3498db; color:#fff; font-size:14px; border-radius:5px; border:none; text-align:center; cursor:pointer; text-decoration: none; }
a:hover.new-user-submit{background: #5faee3;}

File diff suppressed because one or more lines are too long

View File

@ -1,143 +0,0 @@
/* 共用 后期再添加至公共样式 bylinda*/
a:link,a:visited{text-decoration:none;color:#666; }
a:hover {color:#5faee3;}
a:hover.fa{color:#5faee3;}
a.link-color-grey{color:#aaa!important;}
a:hover.link-color-grey{color:#5faee3!important;}
a.link-name-dark{ color:#333; max-width:140px; display: block; }
a:hover.link-name-dark{ color:#5faee3;}
.mb50{ margin-bottom: 50px;}
.mr50{ margin-right: 50px;}
.ml35{ margin-left:35px;}
input,textarea,select{ border:1px solid #eee; background: #fff; color:#666;}
.edu-name-dark{ max-width:100px; display: block; }
.edu-info-dark{ max-width:345px; display: block; }
.edu-color-grey{ color:#666;}
.edu-color-grey:hover{color:#5faee3;}
.edu-btn-search{ position: absolute; top:0; right:15px;}
.edu-bg-light-blue{ background:#f7f9fd; padding:5px;}
.edu-max-h200{ height:200px; overflow: auto;}
.edu-position{ position: relative;}
.edu-h200-auto{ max-height:200px; overflow:auto;}
.edu-h300-auto{ max-height:300px; overflow:auto;}
.edu-h350-auto{ max-height:350px; overflow:auto;}
.edu-txt-w240{ width:240px; display: block;}
.edu-txt-w280{ width:280px; display: block;}
.edu-txt-w200{ width:200px; display: block;}
a.edu-txt-w140,.edu-txt-w140{ width:141px; display: inline-block;}
a.edu-txt-w100,.edu-txt-w100{ width:100px; display: inline-block;}
.edu-txt-w50{ width:50px;}
.edu-con-top{ padding:10px 0; background:#fff; border-bottom:1px solid #eee;font-size:16px; }
.edu-con-top h2{ font-size:16px;}
.edu-form-label{display: inline-block; width:60px;text-align: right; line-height: 40px; font-weight: normal;}
.edu-form-border{ border:1px solid #ddd;}
.edu-form-noborder,input.edu-form-noborder{ border:none; outline:none;}
.edu-w245{ width: 245px; }
a.edu-btn{display: inline-block;border:none; padding:0 12px;color: #666!important;border:1px solid #ccc; text-align:center;font-size: 14px; height: 29px;line-height: 29px; border-radius:3px; font-weight: bold;letter-spacing:1px;}
a:hover.edu-btn{ border:1px solid #5faee3; color: #5faee3!important;}
.edu-cir-grey{ display: inline-block; padding:0px 5px; color:#666; background:#ddd; text-align: center; border-radius:15px; font-size:12px; line-height:20px!important;}
a.edu-filter-cir-grey{display: inline-block; padding:0px 15px; color:#666; border:1px solid #ddd; text-align: center; border-radius:3px; font-size:12px; height:25px; line-height:25px;}
a:hover.edu-filter-cir-grey,a.edu-filter-cir-grey.active{ border:1px solid #3498db; color:#3498db; }
.edu-filter-btn{display: inline-block; padding:0px 10px; color:#666; background:#eee; text-align: center; border-radius:3px; font-size:12px; height:25px; line-height:25px;}
.edu-filter-btn-blue{background:#ebf6fe; color:#3498db;}
.edu-filter-btn-orange{background:#ffeee8; color:#ff5055;}
.edu-filter-btn-red{background:#fee4e5; color:#d72e36;}
.edu-filter-btn-green{background:#e4f3ec; color:#6fbb9d;}
.edu-filter-btn-yellow{background:#fdefde; color:#ef9324;}
.edu-filter-btn-danger{background:#d72e36; color:#fff;}
.edu-pop-table{ width: 100%; border:1px solid #eee; border-bottom:none; background:#fff; color:#888;}
.edu-pop-table tr{ height:40px; line-height: 40px; }
.edu-pop-table tr.edu-bg-grey{ background:#f5f5f5;}
.edu-txt-center{ text-align: center;}
.edu-pop-table tr th{ color:#333;border-bottom:1px solid #eee; }
.edu-pop-table tr td{border-bottom:1px solid #eee;}
.edu-pop-table.table-line tr td,.edu-pop-table.table-line tr th{ border-right:1px solid #eee;}
.edu-pop-table.table-line tr td:last-child,.edu-pop-table.table-line tr th:last-child{border-right:none;}
.edu-line{ border-bottom:1px solid #eee;}
table.table-th-grey th{ background:#f5f5f5;}
table.table-pa5 th,table.table-pa5 td{ padding:0 3px;}
.panel-comment_item .orig_cont-red{ border:solid 1px #f3897e; background:#fff6f5; padding:4px;color:#999;margin-top:-1px; }
.alert-red{ background-color: #f2dede;border-color: #eed3d7; color: #d14f4d; text-align: left!important;}
.eud-pointer{ cursor:pointer;}
.edu-bg-grey{ background:#f6f6f6; width:90%; min-width:700px; color:#666;}
/* 智能课堂 bylinda*/
.edu-class-con{ width:50%; margin:0px auto; font-size:14px; padding:50px 0;}
.edu-con-bg01{ width: 100%; background:#fff;}
.edu-class-box{ width:100%;}
.edu-class-container{ width: 1200px; margin:10px auto 20px;}
.edu-class-top{ background:#fff; padding:20px;}
.edu-class-top-info{ }
.edu-class-top-img{ width:260px; height: 140px;}
/* tab */
.edu-tab{ width: 100%; background:#fff; }
#edu-tab-nav{height:47px;background: #fff; }
#edu-tab-nav li {float:left; width: 170px; text-align:center;height: 47px;line-height: 47px; position: relative; }
.edu-tab-fa{ position: absolute; top:45px; left:85px; color: #fff;}
#edu-tab-nav li a{font-size:14px; }
.edu-tab-hover {border-bottom:3px solid #5faee3; background: #fff; }
.edu-tab-hover .edu-tab-fa{ color: #5faee3;}
.edu-tab-hover a{ color:#5faee3; font-weight:bold;}
.undis {display:none;}
.dis {display:block;}
/* 课程 bylinda*/
.edu-tab-con-box{ padding:15px; max-height:1200px; overflow: auto; color:#666; line-height: 2.0; background:#fff;}
.edu-class-right-box{ background:#fff; position:relative; padding-bottom:20px;}
.edu-class-user-img img{ width: 80px; height: 80px; border-radius:100px;}
a.edu-class-right-add{ display: block; position:absolute; bottom: 0; width: 100%; height: 40px; background-color: rgba(0, 0, 0, 0.3);color:#fff; text-align: center; line-height: 40px;}
a:hover.edu-class-right-add{ background-color: rgba(0, 0, 0, 0.4);}
.edu-class-txt-con{ padding:15px; color:#888; line-height: 2.0;}
.edu-weixin-share{ position: relative;}
.edu-weixin-share a{ color:#888;}
.edu-weixin-share a:hover{color:#5faee3;}
.edu-weixin-hide{ position:absolute; left:70px; top:-5px;width: 100px; padding:5px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); background:#fff; z-index:999; border-radius:3px; display: none;}
.edu-weixin-hide img{ width: 100px; height: 100px;}
.edu-weixin-hide font{border: 1px solid #ddd; display: block; border-width: 8px; position: absolute; top:12px;left: -16px; border-style:solid; border-color: transparent #fff transparent transparent;font-size: 0;line-height: 0; }
.edu-weixin-p{ line-height: 1.5; color:#666; font-size:12px;}
.edu-weixin-share:hover .edu-weixin-hide{ display: block;}
.edu-class-list-style li{ line-height: 1.5; margin-bottom:10px;}
.sy_tab_con_p{ font-size: 16px;text-align: center; margin-bottom:100px; color:#888;}
.sy_classlist{padding: 20px 15px;border-bottom: 1px dashed #e6e6e6;}
.sy_classlist:last-child{ border-bottom: none;}
.resource_btns_bottom a{ height: 28px; line-height: 28px; padding:0px 15px; border:1px solid #d5d5d5; border-radius:3px; color: #666;}
.resource_btns_bottom a:hover{background-color: #3498db; color: #fff; }
.resource_classlist_title{color:#333; font-size: 16px; font-weight: normal;margin-bottom: 5px; max-width:98%; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
img.edu-nodata-img{ width:200px; margin:50px auto 20px; display: block;}
.edu-nodata-p{ font-size: 16px; text-align: center; color:#888;}
/* 班级 */
.edu-position-hide{ position: absolute; top:20px; left:-20px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); background:#fff;z-index:1001; padding:5px 0;}
.edu-position-hide li a{ display:inline-block; height: 30px; width: 100px; line-height: 30px; text-align: center; font-size:12px; }
.edu-position-hide li a:hover{ background:#eee; color:#666;}
.edu-position-hidebox{ padding:5px;}
.edu-position-hidebox i{ color:#bcbcbc;}
.edu-position-hidebox i:hover{ color:#3498db;}
.edu-position-hidebox a{ color:#888;}
.edu-position-hidebox:hover .edu-position-hide{ display: block;}
.edu-class-img{ height: 100px;}
.edu-class-leftnav{ background:#fff;}
.edu-class-leftnav li{ height: 50px; border-bottom:1px solid #eee; line-height: 50px; border-left:3px solid #fff;}
.edu-class-leftnav li a i{ color:#bbb;}
.edu-class-leftnav li:hover,.edu-class-leftnav li.active{ border-left:3px solid #5faee3; }
.edu-class-leftnav li:hover{ background:#f2f2f2;}
.edu-class-innner-conbox{ background:#fff;}
.edu-class-con-list{ padding:10px 0; border-bottom:1px solid #eee;}
.edu-class-con-list .edu-bg-grey{ background:#f5f5f5;}
a.edu-class-inner-list{display: block; color:#333; font-size: 16px; max-width:89%; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
a:hover.edu-class-inner-list{color:#3498db;}
.popup_tip_box {position: absolute; padding: 5px 15px; display: inline-block;white-space: nowrap; background-color: #FFFEF4;border: 1px solid #F3DDB3; color:#888; font-size:12px;}
.popup_tip_box em { display: block; border-width: 9px; position: absolute; top: 5px; left: -18px;
border-style: dashed solid dashed dashed; border-color: transparent #F3DDB3 transparent transparent; font-size: 0;line-height: 0;}
.popup_tip_box span { display: block;border-width: 9px; position: absolute; top: 5px; left: -17px; border-style: dashed solid dashed dashed;border-color: transparent #FFFEF4 transparent transparent; font-size: 0; line-height: 0;}
.edu-reply-teat{ width:92%; padding:5px; height: 100px;}
.popup_tip_box-black {position: absolute; padding: 5px 15px; display: inline-block;white-space: nowrap; background-color:#666; color:#fff; font-size:12px;left:70px; top:0px; display: none; text-align: left; line-height:1.9;}
.popup_tip_box-black em { display: block; border-width: 9px; position: absolute; top: 5px; left: -18px;
border-style: dashed solid dashed dashed; border-color: transparent #666 transparent transparent; font-size: 0;line-height: 0;}
.popup_tip_box-black span { display: block;border-width: 9px; position: absolute; top: 5px; left: -17px; border-style: dashed solid dashed dashed;border-color: transparent #666 transparent transparent; font-size: 0; line-height: 0;}
.edu-position:hover .popup_tip_box-black{ display: block;}
.edu-ces-top{ background:#f5f5f5; height:40px; line-height: 40px; padding:0 15px;}
.edu-bg-blue{ background:#f7f9fd; height: 230px;}
.padding10{ padding:10px;}

File diff suppressed because it is too large Load Diff

View File

@ -1,114 +0,0 @@
@keyframes hover-color {
from {
border-color: #c0c0c0; }
to {
border-color: #3e97eb; } }
.magic-radio,
.magic-checkbox {
position: absolute;
display: none; }
.magic-radio[disabled],
.magic-checkbox[disabled] {
cursor: not-allowed; }
.magic-radio + label,
.magic-checkbox + label {
position: relative;
display: block;
padding-left: 25px;
cursor: pointer;
vertical-align: middle; }
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
animation-duration: 0.4s;
animation-fill-mode: both;
animation-name: hover-color; }
.magic-radio + label:before,
.magic-checkbox + label:before {
position: absolute;
top: 5px;
left: 0;
display: inline-block;
width: 14px;
height: 14px;
content: '';
border: 1px solid #c0c0c0; }
.magic-radio + label:after,
.magic-checkbox + label:after {
position: absolute;
display: none;
content: ''; }
.magic-checkbox + label:before {
top: 7px;
left: 0;}
.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
cursor: not-allowed;
color: #e4e4e4; }
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
cursor: not-allowed; }
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
border: 1px solid #e4e4e4;
animation-name: none; }
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
border-color: #e4e4e4; }
.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
animation-name: none; }
.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
display: block; }
.magic-radio + label:before {
border-radius: 50%; }
.magic-radio + label:after {
top: 9px;
left: 4px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #3e97eb; }
.magic-radio:checked + label:before {
border: 1px solid #3e97eb; }
.magic-radio:checked[disabled] + label:before {
border: 1px solid #c9e2f9; }
.magic-radio:checked[disabled] + label:after {
background: #c9e2f9; }
.magic-checkbox + label:before {
border-radius: 3px; }
.magic-checkbox + label:after {
top: 7px;
left: 5px;
box-sizing: border-box;
width: 6px;
height: 10px;
transform: rotate(45deg);
border-width: 2px;
border-style: solid;
border-color: #fff;
border-top: 0;
border-left: 0; }
.magic-checkbox:checked + label:before {
border: #3e97eb;
background: #3e97eb; }
.magic-checkbox:checked[disabled] + label:before {
border: #c9e2f9;
background: #c9e2f9; }

View File

@ -1,226 +0,0 @@
/************新版公共****************/
a:link,a:visited{text-decoration:none;color:#898989;}
a:hover {color:#29bd8b;}
body{ font-size:14px; line-height:2.0;}
/*万能清除浮动*/
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.clearfix{clear:both;zoom:1}
.cl{ clear: both; overflow: hidden;}
/*通用浮动*/
.fl{ float: left;}
.fr{ float: right;}
/*通用文字功能样式*/
.color-red{ color:#d2322d;}
.color-green{color:#51a74f;}
.color-light-green{color:#29bd8b;}
.color-blue{color:#2788d0;}
.color-orenge{color:#ee4a1f;}
.color-yellow{color:#f0ad4e;}
.color-grey{color:#888;}
a.link-color-grey{color:#888;}
a:hover.link-color-grey{color:#29bd8b;}
a.link-color-green{color:#29bd8b;}
/*通用文字大小样式*/
.font-14{ font-size: 14px;}
.font-16{ font-size: 16px;}
.font-18{ font-size: 18px;}
.font-20{ font-size: 20px;}
.font-24{ font-size: 24px;}
.font-28{ font-size: 28px;}
.font-30{ font-size: 30px;}
/*通用内外边距*/
.mt3{ margin-top:3px;}.mt5{ margin-top:5px;}.mt7{ margin-top:7px;}.mt10{ margin-top:10px;}.mt15{ margin-top:15px;}.mt20{ margin-top:20px;}.mt25{ margin-top:25px;}.mt30{ margin-top:30px;}
.mb5{ margin-bottom: 5px;}.mb10{ margin-bottom: 10px;}.mb15{ margin-bottom: 15px;}.mb20{ margin-bottom: 20px;}.mb25{ margin-bottom: 25px;}.mb30{ margin-bottom: 30px;}
.ml5{ margin-left: 5px;}.ml10{ margin-left: 10px;}.ml15{ margin-left: 15px;}.ml19{margin-left: 19px;}.ml20{ margin-left: 20px;}.ml25{ margin-left: 25px;}.ml30{ margin-left: 30px;}.ml230{ margin-left: 230px;}
.mr5{ margin-right: 5px;}.mr10{ margin-right: 10px;}.mr15{ margin-right: 15px;}.mr20{ margin-right: 20px;}.mr25{ margin-right: 25px;}.mr30{ margin-right:30px;}.mr45{margin-right:45px;}
.pt5{ padding-top:5px;}.pt10{ padding-top:10px;}.pt15{ padding-top:15px;}.pt20{ padding-top:20px;}
.pb5{ padding-bottom:5px;}.pb10{ padding-bottom:10px;}.pb15{ padding-bottom:15px;}.pb20{ padding-bottom:20px;}
.pl5{ padding-left:5px;}.pl10{ padding-left:10px;}.pl15{ padding-left:15px;}.pl20{ padding-left:20px;}
.pr5{ padding-right:5px;}.pr10{ padding-right:10px;}.pr15{ padding-right:15px;}.pr20{ padding-right:20px;}
/*块*/
.col-width{background: #fff; border:1px solid #e8e8e8;}
.col-width2{background: #fff;}
.col-width-10{ max-width: 100%; background: #fff; border:1px solid #e8e8e8;}
.col-width-9{ max-width: 90%; background: #fff; border:1px solid #e8e8e8;}
.col-width-8{ max-width: 80%; background: #fff; border:1px solid #e8e8e8;}
.col-width-7{ max-width: 70%; background: #fff; border:1px solid #e8e8e8;}
.col-width-6{ max-width: 60%; background: #fff; border:1px solid #e8e8e8;}
.col-width-5{ max-width: 50%; background: #fff; border:1px solid #e8e8e8;}
.col-width-4{ max-width: 40%; background: #fff; border:1px solid #e8e8e8;}
.col-width-3{ max-width: 30%; background: #fff; border:1px solid #e8e8e8;}
.col-width-2{ max-width: 20%; background: #fff; border:1px solid #e8e8e8;}
.col-width-1{ max-width: 10%; background: #fff; border:1px solid #e8e8e8;}
/*按钮*/
a.task-btn{display: inline-block;border:none; padding:0 32px;color: #666;background: #e1e1e1; text-align:center;font-size: 14px; height: 35px;line-height: 35px; border-radius:3px;}
a:hover.task-btn {background: #c3c3c3; }
a.task-btn-green{background: #29bd8b; color: #fff;}
a:hover.task-btn-green{background: #19b17e;}
a.task-btn-orange{ background:#fc8675; color:#fff;}
a:hover.task-btn-orange{ background:#e27869;}
a.task-btn-blue{ background:#6a8abe; color:#fff;}
a:hover.task-btn-blue{ background:#5f7cab;}
/*提示条*/
.alert{ padding:10px;border: 1px solid transparent; text-align: center;}
.alert-blue{ background-color: #d9edf7;border-color: #bce8f1; color: #3a87ad;}
.alert-orange{ background-color: #fff9e9;border-color: #f6d0b1; color:#ee4a20;}
.alert-green{ background-color: #dff0d8;border-color: #d6e9c6; color:#3c763d;}
.task-close{padding: 0;cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 21px; font-weight: bold;line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.3;}
.task-close:hover{opacity: 0.5;}
/*tag*/
.task-tag{ padding:0 10px; text-align: center; display:inline-block; height:30px; line-height: 30px;}
.tag-blue{ background-color: #d9edf7; color: #3a87ad;}
.tag-grey{ background-color: #f3f5f7; color: #4d555d;}
.tag-border-grey{ background-color: #fff;border-color: #e2e2e2; color: #888;}
/****************************/
.task-container{ min-width:1300px; margin:0 auto; background: #f5f9fc; position: relative;}
/*左侧导航*/
.leftbar{ height: 100%; background: #1f212d; width: 210px;}
.user-info{ width: 210px; height:180px; background:#29bd8b; padding-top:30px;}
a.user-info-img{ display: block; width: 100px; height: 100px; margin:0 auto; }
a.user-info-img img{border-radius:100px;border:5px solid #3fcf9e;}
a.user-info-img img:hover{border:5px solid #4cdeac;}
a.user-info-name{ display: block; font-size: 16px; color: #fff; max-width:100px; margin: 20px auto; text-align: center;}
.leftnav-box{ width: 210px; height: 100px; background:#292b3a; padding:10px 0; margin-bottom:2px;}
a.leftnav-box-inner{ display: block; width: 207px; height:80px; border-left:3px solid #292b3a; background:#292b3a; text-align: center; padding-top:20px; color:#575f6c;}
a:hover.leftnav-box-inner,a.leftnav-active{border-left:3px solid #29bd8b;color: #fff; }
.btn-cir{ background:#575f6c; color:#292b3a;display: inline-block; padding:0px 5px; border-radius:25px; border-radius:15px; line-height:20px; font-size:12px;}
.btn-cir:hover{background:#fff;}
.btn-cir-grey{background: #e1e1e1;color: #333;}
.btn-cir-grey:hover{background: #c3c3c3;}
/*右侧头部*/
.rightbar-header{width: 100%; background:#282c37; height:60px; min-width:1000px;}
.rightbar-score{ margin-top: 17px; font-size: 14px; margin-right:20px;}
.rightbar-score li{ float: left; color:#fff; margin-right: 20px;}
.rightbar-score li a{ color:#fff;}
a.rightbar-pause{ color:#29bd8b; font-size: 18px; margin-right:15px; margin-top: 12px;}
.rightbar-h2{ color:#fff; margin:12px 0 0 20px; font-weight: normal;}
.rightbar{background:#f5f9fc; color:#333; position: relative;}
/*右侧内容*/
.content{ min-width:1000px; }
.content-row{ padding:15px; }
.content-info{ width:49.5%; min-width:250px;}
.content-editor{ width:49.3%; min-width:250px; margin-left:15px; }
.panel-header{ border-bottom:1px solid #eee; padding:10px 15px;}
.panel-header-border{ border:1px solid #eee; padding:10px 15px; border-bottom:none;}
/* tab */
.tab_content{ width: 100%; margin: 0 auto; background:#fff; }
#tab_nav {height:40px;background: #eff0f4; }
#tab_nav li {float:left; padding:0px 50px;text-align:center;height: 40px;line-height: 40px; }
#tab_nav li a{font-size:14px; }
.tab_hover {border-bottom:1px solid #fff; background: #fff;}
.tab_hover a{ color:#29bd8b; font-weight:bold;}
.undis {display:none;}
.dis {display:block;}
.tab-info{ }
.content-editor-inner{ overflow:auto; height:600px; }
.tab-info-inner{ overflow:auto; height:600px; margin:0 0 0px 15px;padding-top: 15px}
.content-history-inner{height:120px; overflow:auto; padding:15px;}
.content-history{width:48.7%; min-width:500px; }
.history-success{ width: 100%; height:40px; line-height: 40px; background:#eef1f2; color:#666; }
.history-fail{ width: 100%; height:40px; line-height: 40px; background:#fdebeb; color:#e53238; }
.icon-fail{ display:inline-block; padding:0 8px; background:#e53238; color:#fff;}
.icon-success{ display:inline-block; padding:0 8px; background:#252e38; color:#fff;}
.content-output{width:37.5%; min-width:200px; }
.content-submit{width:10%; min-width:135px; }
.content-submitbox{ width:120px; margin: 15px auto; height:135px;}
.panel-inner{ background:#EFF2F7; margin:15px; padding:15px;}
.panel-inner-title{ font-size: 14px; color: #666; max-width:85%; line-height:30px;word-wrap: break-word;}
.panel-footer{ min-width:1000px; height: 210px!important;}
/* 弹框 */
.task-popup{ width: 30%;background: #fff; border:1px solid #e8e8e8; border-radius:3px; -webkit-box-shadow:0 0 10px #ccc; -moz-box-shadow:0 0 10px #ccc; box-shadow:0 0 10px #ccc; margin: 50px auto;}
.task-popup-text-center{ text-align: center; color: #666;}
.task-popup-title{ border-bottom: 1px solid #eee; padding:10px 15px; }
.task-popup-content{ padding:15px;}
.task-popup-submit{ margin:15px auto; width: 200px;}
/* TPM */
.task-header{ width: 100%; background:url("/images/task/task-bg-header.png") 0 0 repeat-x; height: 100px;}
.task-header-info{ width: 1200px; margin: 0 auto; color:#fff; padding:30px 0;}
.task-header-info h2 a,.task-header-info h2{ font-weight: normal;color:#fff;}
a.task-header-name{ max-width:200px;}
.task-header-title{ display: block; max-width:750px;word-wrap: break-word;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.task-header-nav{ width: 100%; height:50px; background:#282c37;}
.task-header-navs{ width: 1200px; margin: 0 auto;}
.task-header-navs li{ float: left;}
.task-header-navs li a{ display: block; height: 50px; padding:0 50px; color:#fff; text-align: center; font-size: 16px; line-height: 50px;}
.task-header-navs li a:hover{ color:#29bd8b;}
.task-header-navs li a.active{ background:#29bd8b;color:#fff;}
.task-pm-content{ width: 1200px; margin: 0 auto; min-height:566px}
.task-pm-box{ width: 100%; background: #fff; border: 1px solid #e8e8e8;}
.task-paner-con{ padding:15px; color:#666; line-height:2.0;}
.task-paner-con img{ max-width: 100%}
.panel-form{ width:80%; margin:0 100px; padding:30px 0; }.panel-form li{ margin-bottom:20px; font-size: 14px; color:#666;}
.panel-form-label{ display:inline-block; width:10%; min-width:90px; text-align:right; line-height:40px; }
.panel-form input,.panel-form textarea{ border:1px solid #e2e2e2;color:#666;line-height: 1.9;}
.panel-box-sizing{-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; }
input.panel-form-width-690{ padding:5px;width:90%; height:40px; min-width:700px;}
input.panel-form-width-100{ padding:5px;width:100%; height:40px; min-width:700px;}
textarea.panel-form-width-100{ padding:5px;width:100%; height:150px; min-width:700px;}
textarea.panel-form-width-690{ padding:5px;width:90%; height:150px; min-width:700px;}
.panel-form-width-670{ width: 670px; padding:5px;}
.panel-form-height-150{ height: 150px;}
.panel-form-height-30{height: 30px;}
.task-bg-grey{ background:#f3f3f3; width:90%; min-width:700px; padding:10px; border:1px solid #f3f3f3;}
.task-bg-grey-ligh{line-height: 1.9;padding:5px 10px;}
.task-bg-grey li{ margin-bottom: 0}
.task-bd-grey{width:680px; padding:10 0px;}
.panel-form-width-690{ padding:5px;width:90%; min-height:40px; min-width:700px;}
input.task-tag-input{ border:none; background: none; height:30px; padding:0 5px; color:#888; line-height: 30px;}
textarea.task-textarea-pd{ padding-bottom: 0px; padding-top:0px;}
.task-setting-tab{ height:600px;}
.task-pd15-box{ padding:15px;}
.mb20{margin-bottom: 20px;}
input.knowledge_frame{height:30px;line-height:30px;border:none;background:#f3f5f7;}
/* TPi全屏展示css */
.content-all-fix{ position: absolute; top:75px; left:15px; right:15px; z-index:99; height: 91%; width: 98.5%;}
.content-all-fix .big-tab-info-inner{ display: block; height:50%; overflow:auto; margin:15px 0 0px 15px; }
.content-half-fix{ min-width:450px; margin:0; position: absolute; top:75px; left:15px; z-index:99;}
.content-half-fix .content-history-inner{height:100%; overflow:auto; }
.content-half-fix02{margin:0; position: absolute; top:65px; z-index:99; right:45px;}
.content-history-extend{ height: 98%;overflow:auto;}
.task-bg-grey .prettyprint{font-size: 9pt;font-family: Courier New,Arial;border: 1px solid #ddd;border-left: 5px solid #6CE26C;background: #f6f6f6;padding: 5px;}
/* TPM统计 20170321byLB */
.panel-warp-3{ width: 30%; background:#23b181; color:#fff; margin:2.5%; margin-right:0; position: relative; }
.panel-warp-3-over{ background:#fff;opacity:0.8; color:#29bd8b; width: 100%; height:135px; position: absolute; top:0; left:0; text-align: center; padding-top:130px;}
.panel-warp-3-over a{color:#29bd8b; font-size: 18px; text-align:center; font-weight: bold;}
.panel-warp-img{width: 30px; height: 30px; border-radius:100px;}
.panel-warp-name{ display:block; max-width:100px;}
.panel-warp-inner{ padding:15px;}
.panel-warp-dbg{ background:#29bd8b; padding:15px;}
.panel-warp-dbg li{ margin-bottom:15px; }
.panel-warp-dbg li:last-child{ margin-bottom:0;}
.fa-icons-trophy{ position:relative; padding-top:10px;}
.fa-icons-trophy span{ position:absolute; top:12px; right:10px; color:#f04b27; font-size:14px; font-weight: bold;}
.fa-icons-flower{ display: inline-block; width: 14px; height: 14px; background:url("../images/task/icons-flower.png") 0 0 no-repeat;}
.fa-icons-flower:hover{display:inline-block; width: 14px; height: 14px;background:url("../images/task/icons-flower.png") -18px 0 no-repeat;}
/* 实训首页 20170330byLB */
.task-index{ width: 1300px; margin:0 auto;}
.task-index-head{ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
.task-index-head-top{background-image: linear-gradient(to right, rgb(106, 177, 216) 0%, rgb(1, 74, 78) 100%);background-color: rgb(1, 70, 74); padding:30px;}
.task-inde-head-title{ color:#fff; }
.task-index-head-info{ background:#fff; padding:10px 30px;}
.task-index-head-info li{ width:100px; float: left; text-align: center; color:#666;}
.task-index-list{ width: 1300px;}
.task-index-list-box{ width:25%; }
.task-mg8{ margin:8px; border-radius:2px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); color:#666; position:relative; }
.task-index-list-box-top{padding:16px; padding-top:30px; background:#fff; text-align: center; position:relative;}
.task-index-list-title{ max-width:80%; display: block; margin:10px auto; font-size:14px; font-weight: bold;}
.task-index-list-user{ width: 150px; padding:5px 10px; border-radius:25px;background: #F5F6F7; margin:20px auto;}
.task-index-list-box-bottom{ background: #F5F6F7; color:#666; padding:10px 10%;}
.task-index-list-box-bottom li{ width: 30%; float: left; text-align: center;}
.task-vip{ position: absolute; right:15px; top:15px;}
.task-index-list-hover{ position:absolute; top:0; left:0; background:rgba(0,0,0,0.7); color:#fff; width: 100%; height: 100%; border-radius:2px 2px 0 0; }
.task-index-list-hover p{ margin:15px;overflow:hidden; text-align: left; height: 80%;}
a.task-index-name{ max-width:80px;}
.task-index-name{ display: inline-block; max-width:80px;}
.task-index-list-hover{ display: none; }
.task-mg8:hover .task-index-list-hover{display: block;}
.task-mg8:hover{ box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);cursor: pointer;}
.task-dropdown{}
.task-dropdown-menu{ min-width: 100px; border: 1px solid rgba(0,0,0,.05);box-shadow: 0 6px 12px rgba(0,0,0,.15);}
.task-dropdown-menu li a{ color:#666; }

View File

@ -1,28 +0,0 @@
/* 个人资料 20170324byLB */
.panel-user-left{ width:20%; min-width:240px; background:#eaebec;; height: 100%;}
.panel-user-right{width:80%; background:#fff;}
.panel-user-info{ width:100%; height:240px; }
.panel-user-img img{ display: block; width:240px; height:240px;}
.panel-user-leftnav li a{ display:block; height: 50px; line-height: 50px; width:100%; text-align: center;}
.panel-user-leftnav li a.active{ background:#3498db; color:#fff;}
.panel-user-leftnav li a:hover{ background:#dbdbdb; color:#666; }
input.input-height,select.input-height{ height: 40px;}
input.select-width,select.select-width{ width:130px; text-align: center; padding:5px; }
label.label-width12{ width:12%; text-align: right;}
input.input-width87,textarea.input-width87{ width:87%; }
textarea.input-width87{ width:87%; line-height: 1.9;}
input.input-width43{ width:43%;}
.panel-user-headimg-show{ width: 50%; border-right:1px solid #eee;}
.panel-user-headimg-show img{ width:200px; margin:100px auto; }
.user-liucheng{ padding:10px 140px; text-align: center; background:#3498db; color:#fff; border-radius:0 20px 20px 0;}
.user-liucheng-grey{ background:#ccc; color:#666;}
.user-renzheng-box li{ float: left; width:200px; margin-right:25px;}
.user-renzheng-img{ width: 200px;}
a.user-renzheng-upload{ display: block; width: 200px; height: 150px; background:#ccc; text-align: center; padding-top:50px; color:#888;}
a:hover.user-renzheng-upload{ color:#666;}
.panel-user-setting-ul li{ float: left; width:25%; text-align: center; color:#888;}
.panel-user-setting-ul li.t_l{ text-align: left;}
.panel-user-setting-ul{ padding:20px 0; border-bottom:1px solid #eee; }
.panel-span-name{ display:inline-block; max-width:80px; overflow: hidden; line-height:12px;}

View File

@ -1,181 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>普通班级-学生</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<div class="edu-class-container edu-position" style="flex: 1 0 auto;" >
<div class="popup_tip_box fontGrey2" style="right:-150px; top:55px;">
<em></em>
<span></span>
<p>请将邀请码告诉成员<br/>
他们可以主动加入</p>
</div>
<p class=" mb10">
<i class="fa fa-map-marker mr5 color-grey" ></i>
<a href="#">胡莎莎</a> >
<a href="#">智能课堂</a> >
<a href="#" title="课程">计算机基础 </a> >
<a href="#" title="班级">计算机基础计算机学院通信工程专业16级1班 </a> >
作业 </p>
<div class="edu-class-box ">
<div class="edu-class-top clearfix mb20">
<div class="edu-class-img fl " >
<img src="images/bigdata/edu-class/edu-class-img.jpg" width="" height="100">
</div>
<ul class="fl edu-class-top-info ml15">
<li class=" mb10 font-16">计算机基础计算机学院通信工程专业16级1班</li>
<li class="color-grey clearfix mb5">
<span class="fl">邀请码SXTSG</span>
<div class=" edu-weixin-share fl ml30">
<a href="#" class=" fr font-14 ">分享<i class="fa fa-weixin fr mt5 ml5" aria-hidden="true"></i></a>
<div class="cl"></div>
<div class="edu-weixin-hide">
<font></font>
<img src="images/bigdata/trustie_QR.jpg" width="100" height="100" alt="微信分享" >
<p class="edu-weixin-p">用微信扫描二维码分享给你的小伙伴</p>
</div>
</div>
</li>
<li class="color-grey clearfix font-12">
<span class=""><a href="#" class="edu-info-dark task-hide fl">陈晓婷</a></span>
<span class="ml30 edu-info-dark task-hide fl">国防科学技术大学</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">2</a>教师</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">120</a>学生</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">120</a>分班</span>
<span class="ml30"><span class="mr5">4</span>学分</span>
<span class="ml30">将于56天后结束</span>
</li>
</ul>
<div class=" fr edu-position edu-position-hidebox">
<a href="" class=" font-16"><i class="fa fa-bars " ></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">退出班级</a></li>
</ul>
</div>
</div>
<div class="edu-class-inner mb20 clearfix">
<div class="with15 fl ">
<div class="mb10">
<ul class="edu-class-leftnav">
<li class="clearfix "><a href="#" class="fl ml15">动态</a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">通知</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">讨论</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">资源</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix active"><a href="#" class="fl ml15 ">作业</a><span class="edu-cir-grey fl ml10 mt15">123</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">试卷</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">问卷</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">统计</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
</ul>
<span class="font-12 color-grey "><i class="fa fa-eye mr5" ></i>2562 次访问</span>
</div>
</div>
<div class="with85 fl">
<div class="ml15">
<div class="edu-con-top clearfix">
<p class="ml15 color-grey fl">作业列表</p>
<a href="#" class="edu-btn fr mr10">导出成绩</a>
</div>
<div class="edu-class-innner-conbox">
<div class="edu-con-top clearfix">
<p class="fl task-form-60 mt3 ml15">
<a href="#" class="edu-filter-cir-grey mr5 active">全部</a>
<a href="#" class="edu-filter-cir-grey mr5">挂起</a>
<a href="#" class="edu-filter-cir-grey mr5">提交中</a>
<a href="#" class="edu-filter-cir-grey mr5">补交中</a>
<a href="#" class="edu-filter-cir-grey mr5">匿评中</a>
<a href="#" class="edu-filter-cir-grey mr5">申诉中</a>
<a href="#" class="edu-filter-cir-grey mr5">评阅中</a>
<a href="#" class="edu-filter-cir-grey mr5">已结束</a>
</p>
<div class=" edu-position fr task-form-30 mr15">
<input class="task-form-100 panel-box-sizing " placeholder="输入作业名称进行搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt15"><i class="fa fa-search"></i></a>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字用二</a>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">匿评中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串字符串应用二字用二</a>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">评阅中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应字用二</a>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">匿评中</span>
<span class="edu-filter-btn edu-filter-btn-danger ml5 mt3">未提交</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用</a>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">评阅中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,404 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl color-grey"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">作业详情</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >作品列表</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-3" onclick="HoverLi(3);">
<a href="javascript:void(0);" class="tab_type" >参考答案</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-tab-con-box">
<a href="#" class="task-btn task-btn-blue fr mr10">提交作品</a>
<a href="#" class="edu-btn fr mr10">查看设置</a>
<div class="cl"></div>
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br/>
5通过实践培养创新意识和动手能力为学习后继计算机基础课程夯实基础<br/>
6最终目标是培养在各专业领域的应用能力。<br/>
第0讲 导学篇<br/>
第1讲 计算机文化与计算思维<br/>
1.1 引言<br/>
1.2 计算机的诞生和发展<br/>
1.3 计算思维基础<br/>
第2讲 操作系统基础<br/>
2.1 操作系统概述<br/>
2.2 操作系统基本功能<br/>
2.3 Windows的使用<br/>
第3讲 数据处理<br/>
</p>
</div>
<ul class=" panel-mes-head ">
<li>
<a href="#" class="link-color-grey ">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
<li>
<a href="#" class="link-color-grey">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
</ul>
<div class="panel-mesbox">
<div class="panel-mes-head clearfix">
<h6 class="fl">全部回复<span class="ml5">41</span></h6>
<p class="fr mr15">
<a href="#" class="mr5 link-color-blue"><i class="fa fa-thumbs-up mr5 " ></i><span class="ml5">5</span></a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复<span class="ml5">15</span></a>
</p>
</div>
<div class="panel-comment_item" >
<div class="comment_item_cont clearfix">
<div class="J_Comment_Face fl"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info clearfix">
<a href="#" class="content-username hide fl">Cillian风吹麦浪</a><span class="t_area fl">1分钟前</span>
</div>
</div>
<div class="J_Comment_Reply" >
<div class="comment_orig_content">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会,看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会,,</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-trash-o mr5 " ></i>删除</a>
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div><!--一层end-->
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username ">yixin</a><span class="orig_area">5分钟前</span>
<div class="orig_content ">烤活牛你见过似的,美国那边吃人你怎么不信?</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
<div class="orig_reply_box" >
<div class="orig_user fl ">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mt10 mr10 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mr10 mb5">发布</a>
<div class="cl"></div>
</div>
<!--二层end-->
</div>
<div class="orig_cont_hide clearfix"><i class="fa fa-long-arrow-down mr5 " ></i>点击展开隐藏楼层</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username ">yixin</a><span class="orig_area">5分钟前</span>
<div class="orig_content ">烤活牛你见过似的,美国那边吃人你怎么不信?</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="comment_content clearfix">
<div class="t_txt">校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗</div>
<div class="" >
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
</div>
</div>
<!--回复end-->
</div>
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
<div class="comment_item_cont clearfix">
<div class=" fl J_Comment_Face"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info">
<a href="#" class="content-username hide fl">Cillian风吹麦浪</a><span class="t_area fl">1分钟前</span>
</div>
</div>
<div class="J_Comment_Reply" >
<div class="comment_orig_content">
<div class="comment_content clearfix">
<div class="t_txt">校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗</div>
<div class="orig_reply" >
<div class="reply" >
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
</div>
</div>
<!--回复end-->
</div>
<div class="orig_reply_box" >
<div class="orig_user fl mt10 ml10">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mt10 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mb5">发布</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
<div class="comment_item_cont clearfix">
<div class="comment_reply_box">
<div class="J_Comment_Face fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mr15 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mr15">发布</a>
<div class="cl"></div>
</div>
</div>
<!--comment_item_cont end-->
</div>
</div>
</div>
<div id="edu-tab-con-2" class="undis " >
<div class="edu-tab-con-box">
<div class=" mb15">
<span class="edu-filter-btn edu-filter-btn-orange mb15">你未提交</span>
<p class="color-grey font-12 clearfix mb15">
<span class="">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" fr">提交剩余时间<span class="color-orange"> 4 天 2 小时 27 分</span></span>
</p>
<span class="edu-filter-btn edu-filter-btn-orange mb15">你在匿评开启之前提交了作品,你的作品正在匿评中</span>
<p class="color-grey font-12 clearfix mb15">
<span class="">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">2 未评</span>
<span class=" fr">匿评剩余时间<span class="color-orange"> 4 天 2 小时 27 分</span></span>
</p>
</div>
<div class=" panel-bg-grey clearfix ">
<a href="#" class=" fl ml15 ">更新时间排序</a>
<span class=" mr5 ml5 fl">|</span>
<a href="#" class=" fl color-blue">最终成绩排序</a>
<div class="fr resource_btns_bottom">
<a href="javascript:void(0);" class="fl mr5">导出成绩</a>
<a href="javascript:void(0);" class="fl mr5">导出附件</a>
</div>
</div>
<div class=" mt10">
<table class="edu-pop-table edu-txt-center" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>序号</th>
<th>姓名</th>
<th>学号</th>
<th>提交状态</th>
<th>更新时间</th>
<th>教师评分</th>
<th>助教评分</th>
<th>匿评评分</th>
<th>最终成绩</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>未提交</td>
<td>2017-03-05 14:15</td>
<td>- -</td>
<td>- -</td>
<td>- -3</td>
<td>- -</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">提交</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class=" mt10">
<table class="edu-pop-table edu-txt-center" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>序号</th>
<th>姓名</th>
<th>更新时间</th>
<th>评分</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td>2017-03-05 14:15</td>
<td class="color-green">80.02</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">查看</a>
</td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td>2017-03-05 14:15</td>
<td class="color-orange">50.02</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">评阅</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="edu-tab-con-3" class="undis" >
<div class="edu-tab-con-box">
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br/>
5通过实践培养创新意识和动手能力为学习后继计算机基础课程夯实基础<br/>
6最终目标是培养在各专业领域的应用能力。<br/>
第0讲 导学篇<br/>
第1讲 计算机文化与计算思维<br/>
1.1 引言<br/>
1.2 计算机的诞生和发展<br/>
1.3 计算思维基础<br/>
第2讲 操作系统基础<br/>
2.1 操作系统概述<br/>
2.2 操作系统基本功能<br/>
2.3 Windows的使用<br/>
第3讲 数据处理<br/>
</p>
</div>
</div>
<div class="cl"></div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,128 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl color-grey"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mb15" style="padding:30px 0;">
<div class="ml30 mr30">
<div class=" panel-form ">
<ul class="mb15">
<li class="clearfix mb5">
<p class="clearfix color-grey"><span class="fl">请使用 C++ 语言编写 </span><span span class="fr">编译器信息gcc version "4.4.7" 20120313 (Red Hat 4.4.7-11) (GCC)</span></p>
<textarea class="task-form-100 panel-form-height-150 fl task-textarea-pd">请输入补交作品的原因最多500个字符</textarea>
</li>
<li class="clearfix ">
<a href="#" class=" task-btn task-btn-blue fr ">测试代码</a>
<span class="fl font-12 color-grey">数据已于 16:50:50 保存</span>
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 " style="padding:30px 0;">
<div class="ml30 mr30">
<div class=" panel-form ">
<ul>
<li class="clearfix mb5">
<label class=" panel-form-label fl">内容&nbsp;&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd">请输入作品描述,可以直接粘贴图片</textarea>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl">&nbsp;&nbsp;</label>
<span class="fl color-grey font-12">数据已于 16:50:50 保存</span>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl">&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5" ></i>
<span >上传附件</span>
</a>
<a href="#" class="fl ml25">
<i class="fa fa-cloud mr5" ></i>
<span >资源库</span>
</a>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl">小组成员&nbsp;&nbsp;</label>
<div class=" fl with90" >
<div class="edu-bg-blue fl task-form-50 padding10 ">
<span class="color-grey mb5">成员要求2~4人</span>
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入姓名的关键字进行搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search"></i></a>
</div>
<table class="edu-pop-table edu-txt-center" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td >1班</td>
</tr>
<tr class="edu-bg-grey">
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>1班</td>
</tr>
<tr>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>1班</td>
</tr>
</tbody>
</table>
<span class="color-orange fr">双击添加成员</span>
<div class="cl"></div>
</div>
<div class="edu-bg-blue fr task-form-45 padding10 ">
<span class="color-grey mb5">已选成员</span>
<table class="edu-pop-table edu-txt-center" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td >1班</td>
</tr>
</tbody>
</table>
<span class="color-orange fr">双击删除成员,但不能删除自己</span>
<div class="cl"></div>
</div>
</div>
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"> 补交原因&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd">请输入补交作品的原因最多500个字符</textarea>
</li>
<li class="clearfix ">
<a href="#" class=" task-btn task-btn-blue fr ">提交</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,379 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>普通班级-教师</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<div class="edu-class-container edu-position" style="flex: 1 0 auto;" >
<div class="popup_tip_box fontGrey2" style="right:-150px; top:55px;">
<em></em>
<span></span>
<p>请将邀请码告诉成员<br/>
他们可以主动加入</p>
</div>
<p class=" mb10">
<i class="fa fa-map-marker mr5 color-grey" ></i>
<a href="#">胡莎莎</a> >
<a href="#">智能课堂</a> >
<a href="#" title="课程">计算机基础 </a> >
<a href="#" title="班级">计算机基础计算机学院通信工程专业16级1班 </a> >
作业 </p>
<div class="edu-class-box ">
<div class="edu-class-top clearfix mb20">
<div class="edu-class-img fl " >
<img src="images/bigdata/edu-class/edu-class-img.jpg" width="" height="100">
</div>
<ul class="fl edu-class-top-info ml15">
<li class=" mb10 font-16">计算机基础计算机学院通信工程专业16级1班</li>
<li class="color-grey clearfix mb5">
<span class="fl">邀请码SXTSG</span>
<div class=" edu-weixin-share fl ml30">
<a href="#" class=" fr font-14 ">分享<i class="fa fa-weixin fr mt5 ml5" aria-hidden="true"></i></a>
<div class="cl"></div>
<div class="edu-weixin-hide">
<font></font>
<img src="images/bigdata/trustie_QR.jpg" width="100" height="100" alt="微信分享" >
<p class="edu-weixin-p">用微信扫描二维码分享给你的小伙伴</p>
</div>
</div>
</li>
<li class="color-grey clearfix font-12">
<span class=""><a href="#" class="edu-info-dark task-hide fl">陈晓婷</a></span>
<span class="ml30 edu-info-dark task-hide fl">国防科学技术大学</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">2</a>教师</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">120</a>学生</span>
<span class="ml30"><a href="#" class="mr5 link-color-blue">120</a>分班</span>
<span class="ml30"><span class="mr5">4</span>学分</span>
<span class="ml30">将于56天后结束</span>
</li>
</ul>
<div class=" fr edu-position edu-position-hidebox">
<a href="" class=" font-16"><i class="fa fa-bars " ></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设为公开</a></li>
<li><a href="#">停用邀请码</a></li>
<li><a href="#">切换为学生</a></li>
<li><a href="#">复 制</a></li>
<li><a href="#">设 置</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class="edu-class-inner mb20 clearfix">
<div class="with15 fl ">
<div class="mb10">
<ul class="edu-class-leftnav">
<li class="clearfix "><a href="#" class="fl ml15">动态</a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">通知</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">讨论</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">资源</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix active"><a href="#" class="fl ml15 ">作业</a><span class="edu-cir-grey fl ml10 mt15">123</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">试卷</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">问卷</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
<li class="clearfix"><a href="#" class="fl ml15 ">统计</a><span class="edu-cir-grey fl ml10 mt15">8</span><a href="#"><i class="fa fa-plus fr mt18 mr15 " ></i></a></li>
</ul>
<span class="font-12 color-grey "><i class="fa fa-eye mr5" ></i>2562 次访问</span>
</div>
</div>
<div class="with85 fl">
<div class="ml15">
<div class="edu-con-top clearfix">
<p class="ml15 color-grey fl">作业列表</p>
<a href="#" class="task-btn task-btn-blue fr mr15">新建</a>
<a href="#" class="edu-btn fr mr10">题库选用</a>
<a href="#" class="edu-btn fr mr10">导出成绩</a>
</div>
<div class="edu-class-innner-conbox">
<div class="edu-con-top clearfix">
<p class="fl task-form-60 mt3 ml15">
<a href="#" class="edu-filter-cir-grey mr5 active">全部</a>
<a href="#" class="edu-filter-cir-grey mr5">挂起</a>
<a href="#" class="edu-filter-cir-grey mr5">提交中</a>
<a href="#" class="edu-filter-cir-grey mr5">补交中</a>
<a href="#" class="edu-filter-cir-grey mr5">匿评中</a>
<a href="#" class="edu-filter-cir-grey mr5">申诉中</a>
<a href="#" class="edu-filter-cir-grey mr5">评阅中</a>
<a href="#" class="edu-filter-cir-grey mr5">已结束</a>
</p>
<div class=" edu-position fr task-form-30 mr15">
<input class="task-form-100 panel-box-sizing " placeholder="输入作业名称进行搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt15"><i class="fa fa-search"></i></a>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二</a>
<span class="edu-filter-btn edu-filter-btn-yellow ml10 mt3 fl">挂起</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">创建于1小时前 </span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应</a>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">匿评中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">创建于1小时前 </span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn-blue ml10 mt3">提交中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn-orange ml10 mt3">补交中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn-red ml10 mt3">申诉中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn-green ml10 mt3">评阅中</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 color-orange">10 天 5 小时 12 分</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二用二字符用二</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn ml10 mt3">已结束</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 ">2017-01-12 15:30</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二用二字符用二</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn ml10 mt3">已结束</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 ">2017-01-12 15:30</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二用二字符用二</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn ml10 mt3">已结束</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 ">2017-01-12 15:30</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90">
<a href="javascript:void(0);" class="edu-class-inner-list fl">数组5--字符串应用二字符串应用二用二字符用二</a><i class="fa fa-lock fl color-grey font-16 mt8 ml10"></i>
<span class="edu-filter-btn edu-filter-btn ml10 mt3">已结束</span>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">发布于1小时前</span>
<span class=" ml30">60 已交</span>
<span class=" ml30">2 未交</span>
<span class=" ml30">40 未评</span>
<span class=" ml30 ">2017-01-12 15:30</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#" ><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">设 置</a></li>
<li><a href="#">导出成绩</a></li>
<li><a href="#">导出附件</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,259 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>普通班级-弹框</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/bigdata-popup.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
<script type="text/javascript" language="javascript">
function g(o){
return document.getElementById(o);
}
function HoverLi(n){
for(var i=1;i<=2;i++){
g('newupload_nav_'+i).className='newupload_nav_nomal';
g('newupload_content_'+i).className='undis';
}
g('newupload_nav_'+n).className='newupload_nav_hover';
g('newupload_content_'+n).className='dis';
}
</script>
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">您确定要公开吗?<br/>
公开后不能重设为私有 </p></div>
<div class="task-popup-submit clearfix">
<a href="#" class="task-btn fl">取消</a>
<a href="#" class="task-btn task-btn-blue fr ">确定</a>
</div>
</div>
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">您确定要删除吗?<br/>
已提交作品将全部被删除,不可恢复 </p></div>
<div class="task-popup-submit clearfix">
<a href="#" class="task-btn fl">取消</a>
<a href="#" class="task-btn task-btn-blue fr ">确定</a>
</div>
</div>
<div class="task-popup" style="width:750px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">题库选用</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con ">
<div class="newupload_conbox " >
<div class=" clearfix mb10">
<ul class="newupload_nav fl " >
<li id="newupload_nav_1" class="newupload_nav_hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" id="newupload_type_1" class="newupload_type_nomal" >我的题库</a>
</li>
<li id="newupload_nav_2" onclick="HoverLi(2);" >
<a href="javascript:void(0);" id="newupload_type_2" class="newupload_type_nomal" >公共题库</a>
</li>
</ul>
<div class="task-form-40 edu-position fr " style="padding:0;">
<input class="task-form-100 panel-box-sizing " placeholder="输入作业标题名称的关键字搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search"></i></a>
</div>
</div>
<div id="newupload_content_1">
<table class="edu-pop-table color-grey" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th class="">&nbsp;</th>
<th>标题</th>
<th >适用课程</th>
</tr>
</thead>
<tbody>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++计算机程序设计之C++计算机程序设计之C++</span></td>
</tr>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++</span></td>
</tr>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++计算机程序设计之C++计算机程序设计之C++</span></td>
</tr>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++</span></td>
</tr>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++计算机程序设计之C++计算机程序设计之C++</span></td>
</tr>
<tr>
<td ><input type="checkbox" class="mr5 ml15"></td>
<td ><p class="edu-txt-w200 task-hide ">数组5--字符串应用二</p></td>
<td class="clearfix"><span class="fl ml15">本科</span><span class="ml5 mr5 fl">/</span><span class="fl">工学</span><span class="ml5 mr5 fl">/</span><span class="fl">计算机类</span><span class="ml5 mr5 fl">/</span><span class="edu-txt-w200 task-hide fl">计算机程序设计之C++</span></td>
</tr>
</tbody>
</table>
<div class="clearfix">
<div class="clearfix fr mt10">
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</div>
<div class="fl pages_right_min mt10" >
<a href="javascript:void(0);" class="pages-big">上一页</a>
<a href="javascript:void(0);" class="active ">1</a>
<a href="javascript:void(0);">2</a>
<a href="javascript:void(0);">3</a>
<a href="javascript:void(0);">...</a>
<a href="javascript:void(0);">31</a>
<a href="javascript:void(0);" class="pages-big pages-border-right">下一页</a>
<div class="cl"></div>
</div>
</div>
</div>
<div id="newupload_content_2" class="undis">
dfddfdfd
</div>
</div>
</div>
</div>
<div class="task-popup" style="width:300px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">选择作业类别</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con ">
<div class="newupload_conbox ">
<div class="clearfix mb15 ">
<span class=" fl mt5">作业类别:</span>
<ul class=" fl">
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio" >
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
普通作业
</label>
</li>
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
分组作业
</label>
</li>
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio edu-color-grey">
<label class=" fl mt5 ml5 edu-class-pop-label">
编程作业
</label>
</li>
</ul>
</div>
<div class="cl"></div>
<div class="task-popup-submit clearfix">
<a href="#" class="task-btn fl">取消</a>
<a href="#" class="task-btn task-btn-blue fr ">确定</a>
</div>
</div>
</div>
</div>
<div class="task-popup" style="width:450px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">导出成绩</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con ">
<div class="newupload_conbox ">
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入作业名称的关键字搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search"></i></a>
</div>
<div class="clearfix mb15 edu-max-h200 ">
<ul class="">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<p class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二字符串应用二符串应用二字符字符串应用二</p>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<p class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二字符串应用二符串应用二字符字符串串应用二字符字符串应应用二</p>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<p class="edu-info-dark task-hide fl"><span class="color-blue">作业22</span>数组5--字符串应用二字符串应用二符串应用二字符字符串串应用二字符字符串应应用二</p>
</label>
</li>
</ul>
</div>
<div class="fl ml5">
<input type="checkbox" class=" magic-checkbox" style="width:50px;">
<label>全选</label>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">加入题库已完成 </p></div>
<div class="task-popup-submit02 clearfix">
<a href="#" class="task-btn task-btn-blue">知道啦</a>
</div>
</div>
</body>
</html>

View File

@ -1,142 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > 新建</p>
<div class="edu-con-top ">
<p class="ml15 color-grey">新建普通作业</p>
</div>
<div class="alert alert-red mb15 mt15">
<button class="task-close fr" type="button">×</button>
有3 处问题导致无法保存
<ul>
<li>标题不能超过60个字符</li>
<li>内容不能为空</li>
<li>单个附件不能超过50MB</li>
</ul>
</div>
<div class="edu-con-bg01 " style="padding:30px 0;">
<div class="ml30 mr30">
<div class=" panel-form ">
<ul>
<li class="clearfix mb15">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>标题&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="panel-form-width-690 panel-form-height-30 fl" placeholder="最多60个字符" />
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>内容&nbsp;&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd"></textarea>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl">&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5" ></i>
<span >上传附件</span>
</a>
<a href="#" class="fl ml25">
<i class="fa fa-cloud mr5" ></i>
<span >资源库</span>
</a>
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>分组设置&nbsp;&nbsp;&nbsp;</label>
<p class="fl task-height-40 edu-bg-grey ">
<span class="ml15 mr5">每组最小人数</span><input type="text" class="task-form-10 task-height-40 mr5" placeholder="2" /><span></span> <span class="ml30 mr5">每组最大人数</span><input type="text" class="task-form-10 task-height-40 mr5" placeholder="10" /><span></span>
</p>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl">&nbsp;&nbsp;&nbsp;</label>
<span class="fl color-orange">注:任一成员都可以提交作品,提交作品时需要关联同组成员,组内成员作品共享。</span>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>样例设置&nbsp;&nbsp;&nbsp;</label>
<ul class="fl edu-bg-grey ">
<li class="clearfix mt10 ml10 mr10 ">
<p class="clearfix">
<span class="color-green fb fl">样例1</span>
<a href="#" title="增加"><i class="fa fa-plus-circle color-grey font-16 ml10 fl mt5"></i></a>
<span class="color-grey fr font-12" >温馨提示:请至少输入一组样例供学生参考。</span>
</p>
<textarea class="task-form-100 task-height-40 mb10">样例输入</textarea>
<textarea class="task-form-100 task-height-40 mb10">样例输出</textarea>
</li>
<li class="clearfix mt10 ml10 mr10 ">
<p class="clearfix">
<span class="color-green fb fl">样例2</span>
<a href="#" title="增加"><i class="fa fa-plus-circle color-grey font-16 ml10 fl mt5"></i></a>
<a href="#" title="删除"><i class="fa fa-times-circle color-grey font-16 ml10 fl mt5"></i></a>
</p>
<textarea class="task-form-100 task-height-40 mb10">样例输入</textarea>
<textarea class="task-form-100 task-height-40 mb10">样例输出</textarea>
</li>
</ul>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>测试集设置&nbsp;&nbsp;&nbsp;</label>
<ul class="fl edu-bg-grey ">
<li class="clearfix mt10 ml10 mr10 ">
<p class="clearfix">
<select class="fl task-form-10 task-height-40">
<option>C语言</option>
</select>
<span class="color-grey fr font-12" >温馨提示:您可以在发布后,通过"模拟答题"进行标准代码的检测。</span>
</p>
</li>
<li class="clearfix mt10 ml10 mr10 ">
<p class="clearfix">
<span class="color-green fb fl">测试1</span>
<a href="#" title="增加"><i class="fa fa-plus-circle color-grey font-16 ml10 fl mt5"></i></a>
</p>
<textarea class="task-form-50 task-height-40 mb10 fl">测试输入</textarea>
<textarea class="task-form-50 task-height-40 mb10 fl ">测试输出</textarea>
</li>
<li class="clearfix mt10 ml10 mr10 ">
<p class="clearfix">
<span class="color-green fb fl">测试2</span>
<a href="#" title="增加"><i class="fa fa-plus-circle color-grey font-16 ml10 fl mt5"></i></a>
<a href="#" title="删除"><i class="fa fa-times-circle color-grey font-16 ml10 fl mt5"></i></a>
</p>
<textarea class="task-form-50 task-height-40 mb10 fl">测试输入</textarea>
<textarea class="task-form-50 task-height-40 mb10 fl ">测试输出</textarea>
</li>
</ul>
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"> 参考答案&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd"></textarea>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl">&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5" ></i>
<span >上传附件</span>
</a>
</li>
<li class="clearfix ">
<a href="#" class=" task-btn task-btn-blue fr ">保存</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,317 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix">
<p class="ml15 color-grey fl"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<a href="#" class="fr font-12 mr15 color-blue mt3">作业详情</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl">发布设置</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="保存"><i class="fa fa-floppy-o mr15"></i></a>
<a href="#" class="link-color-grey fr font-16 mt8" title="取消"><i class="fa fa-times mr15"></i></a>
</div>
<div class="ml30 mr30">
<div class=" panel-form clearfix" >
<ul>
<li class="clearfix mb15 edu-position">
<label class=" panel-form-label fl mr10">发布时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="2017-03-15 1500" />
<a href="#" class="fl ml15 mt5">清除</a>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>发布之前,学生不会收到作业</p>
</div>
</li>
<li class="clearfix mb15 edu-position">
<label class=" panel-form-label fl mr10">截止时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="2017-03-15 1000" />
<a href="#" class="fl ml15 mt5">清除</a>
<div class="cl"></div>
<span class="color-orange fl" style="margin-left:10%; "><i class="fa fa-exclamation-circle mr5 color-orange"></i>不能早于发布时间</span>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>截止时间过后,学生不能修改作品和追加附件</p>
</div>
</li>
<li class="clearfix mb15 edu-position">
<label class=" panel-form-label fl mr10">结束时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="2017-03-15 1000" />
<a href="#" class="fl ml15 mt5">清除</a>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>结束之后,系统自动归档作业</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl">补交设置</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="保存"><i class="fa fa-floppy-o mr15"></i></a>
<a href="#" class="link-color-grey fr font-16 mt8" title="取消"><i class="fa fa-times mr15"></i></a>
</div>
<div class="ml30 mr30 ">
<div class=" panel-form clearfix" >
<ul>
<li class="clearfix mb15 edu-position">
<label class=" task-height-40 fl mr10">是否允许在截止日期之后进行补交</label>
<span class="fl mr15">
<input class="magic-radio " type="radio" name="radio" value="option1"checked="" >
<label>允许</label>
</span>
<span class="fl mr15">
<input class="magic-radio " type="radio" name="radio" value="option1" >
<label>禁止</label>
</span>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>允许补交,则在补交截止日期之前,学生可以修改作品和追加附件 <br/>
但是在发布截止时间 ~ 补交截止时间内才提交作品的学生,将被扣迟交分
</p>
</div>
</li>
</ul>
<ul>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">截止时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="截止时间" />
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">迟交扣分</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="5" />
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl">匿评设置</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="保存"><i class="fa fa-floppy-o mr15"></i></a>
<a href="#" class="link-color-grey fr font-16 mt8" title="取消"><i class="fa fa-times mr15"></i></a>
</div>
<div class="ml30 mr30">
<div class=" panel-form clearfix" >
<ul>
<li class="clearfix edu-position">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" checked="">
<label class=" fl">启用匿评</label>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>给在匿评开始时间前提交了作品的全部学生,随机分配指定数量的匿名作品进行匿评<br/>
作品提交时间迟于匿评开始时间的学生,不会参与匿评,其作品将按照全部缺评进行扣分</p>
</div>
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">开始时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="选择匿评开启时间" />
<a href="#" class="fl ml15 mt5">清除</a>
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">结束时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="选择匿评结束时间" />
<a href="#" class="fl ml15 mt5">清除</a>
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">匿评数量</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="3" />
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">缺评扣分</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="2" />
</li>
</ul>
<ul class="mt50 mb50">
<li class="clearfix edu-position">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" checked="">
<label class=" fl">启用匿评申诉</label>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>允许学生对自己作品的匿评评分进行申诉,由教师和助教处理申诉<br/>
1.接受学生的合理申诉:<br/>
被申诉的评分记录,将被视为无效,即不参与最终成绩的计算<br/>
被申诉的评阅人的作品,则按照设置扣除违规匿评分<br/>
2.拒绝学生的不合理申诉:<br/>
被申诉的评分记录有效,且不能对该评分记录进行二次申诉<br/>
申诉人和被申诉人的最终成绩均不会扣除违规匿评分<br/>
</p>
</div>
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">申诉结束时间</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="选择匿评开启时间" />
<a href="#" class="fl ml15 mt5">清除</a>
</li>
<li class="clearfix mb15 ">
<label class=" panel-form-label fl mr10">违规匿评扣分</label>
<input type="text" class=" fl task-form-15 task-height-40 panel-box-sizing" placeholder="3" />
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl">评分设置</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="保存"><i class="fa fa-floppy-o mr15"></i></a>
<a href="#" class="link-color-grey fr font-16 mt8" title="取消"><i class="fa fa-times mr15"></i></a>
</div>
<div class="ml30 mr30">
<div class=" panel-form clearfix" >
<ul>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">助教评分</label>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5">
<input class="magic-radio " type="radio" value="option1" checked="">
<label>普通模式</label>
</span>
<span class="fl color-grey">(选中则取各助教最终评分的平均分)</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5">
<input class="magic-radio " type="radio" name="radio" value="option1" >
<label>复审模式</label>
</span>
<span class="fl color-grey">(选中则只取最终次的助教评分)</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">最终成绩组成</label>
</li>
<li class="clearfix edu-position ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5">
<input class="magic-radio " type="radio" value="option1" checked="">
<label>多项评分配比</label>
</span>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>计算说明:<br/>
教师评分 * 其百分比 + 助教评分 * 其百分比 + 学生匿评平均分 * 其百<br/>分比 - ( 迟交扣分 + 缺评扣分 * 缺评数 + 违规匿评扣分 * 违规匿评数 )<br/>
注意:<br/>
非零百分比的评分选项,在没有评分记录的情况下,其百分比平摊到<br/>另外的评分选项上。例如教师评分40% + 助教评分35% + 学生匿<br/>评25%学生A没有得到教师评分则最终成绩将按照助教评分55%<br/> + 学生匿评45%进行计算
</p>
</div>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5 task-form-30 ml20">
<label class="mr5">教师评分</label>
<select class=" task-height-40 task-form-20">
<option>50%</option>
</select>
</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5 task-form-30 ml20">
<label class="mr5">助教评分</label>
<select class=" task-height-40 task-form-20">
<option>30%</option>
</select>
</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5 task-form-30 ml20">
<label class="mr5">学生匿评</label>
<select class=" task-height-40 task-form-20">
<option>20%</option>
</select>
</span>
</li>
<li class="clearfix mt30 edu-position">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl mr5">
<input class="magic-radio " type="radio" name="radio" value="option1">
<label>单项评分优先</label>
</span>
<div class="popup_tip_box fontGrey2" style="right:0px; top:0px;">
<em></em>
<span></span>
<p>计算说明:<br/>
优先顺序排前的非零评分 * 100% - <br/>
( 迟交扣分 + 缺评扣分 * 缺评数 + 违规匿评扣分 * 违规匿评数 )
注意:<br/>
有教师评分则教师评分100%否则教辅评分100%,依次类推
</p>
</div>
</li>
<li class="clearfix mb50">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<span class="fl ml25">教师评分 → 教辅评分 → 学生匿评评分</span>
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl">公开设置</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="保存"><i class="fa fa-floppy-o mr15"></i></a>
<a href="#" class="link-color-grey fr font-16 mt8" title="取消"><i class="fa fa-times mr15"></i></a>
</div>
<div class="ml30 mr30">
<div class=" panel-form clearfix" >
<ul>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout">
<label class=" fl">公开作品</label>
<span class=" fl color-grey">(选中则在作业结束时间之后对班级学生公开所有作品,否则作品不公开)</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout">
<label class=" fl">公开成绩</label>
<span class=" fl color-grey">(选中则在作业结束时间之后对班级学生公开作品成绩,否则成绩不公开)</span>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10">&nbsp;</label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout">
<label class=" fl">公开答案</label>
<span class=" fl color-grey">(选中则在作业结束时间之后对班级学生公开作业答案,否则答案不公开)</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,574 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl color-grey"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">作业详情</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >作品列表</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-3" onclick="HoverLi(3);">
<a href="javascript:void(0);" class="tab_type" >参考答案</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-tab-con-box">
<div class=" fr edu-position edu-position-hidebox mr50">
<a href="" class=" font-16"><i class="fa fa-bars "></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">编辑</a></li>
<li><a href="#">设置</a></li>
<li><a href="#">加入题库</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
<div class="cl"></div>
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
</p>
</div>
<ul class=" panel-mes-head ">
<li>
<a href="#" class="link-color-grey ">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
<li>
<a href="#" class="link-color-grey">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
</ul>
<div class="edu-con-bg01 " >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl font-14 font-bd">分组要求</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="编辑"><i class="fa fa-edit mr15"></i></a>
</div>
<div class="edu-line font-14 pl15 pr15 pd15">
<p>分组人数: 2 - 4 人</p>
<span class="color-orange">注:任一成员都可以提交作品,提交作品时需要关联同组成员,组内成员作品共享。</span>
</div>
</div>
<div class="edu-con-bg01 " >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl font-14 font-bd">输入输出样例1组</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="编辑"><i class="fa fa-edit mr15"></i></a>
</div>
<div class="edu-line font-14">
<div class=" panel-form clearfix mr15">
<ul>
<li class="clearfix ">
<label class=" panel-form-label fl ">&nbsp;&nbsp;</label>
<span class="color-green font-bd fl">样例1</span>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl color-grey">样例输入&nbsp;&nbsp;&nbsp;</label>
<div class="fl edu-bg-grey ">
<p class="mt10 ml10 mr10 mb10">123</p>
</div>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl color-grey">样例输入&nbsp;&nbsp;&nbsp;</label>
<div class="fl edu-bg-grey ">
<p class="mt10 ml10 mr10 mb10">123dafdfaasd</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="edu-con-bg01 " >
<div class="edu-con-top clearfix mb15">
<p class="ml15 fl font-14 font-bd">测试集2 组</p>
<a href="#" class="link-color-grey fr font-16 mt8" title="编辑"><i class="fa fa-edit mr15"></i></a>
</div>
<div class="edu-line font-14 ">
<table class="edu-pop-table edu-txt-center table-line mb15 ml15 " style="width:97.5%;" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>序号</th>
<th>测试集输入</th>
<th>测试集输出</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>80 100 60 90 70</td>
<td>第1名 1402 b 100分<br/>
第2名 1404 d 90分<br/>
第3名 1401 a 80分<br/>
第4名 1405 e 70分<br/>
第5名 1403 c 60分</td>
</tr>
<tr>
<td>2</td>
<td>80 100 60 90 70</td>
<td>第1名 1402 b 100分<br/>
第2名 1404 d 90分<br/>
第3名 1401 a 80分<br/>
第4名 1405 e 70分<br/>
第5名 1403 c 60分</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel-mesbox">
<div class="panel-mes-head clearfix">
<h6 class="fl">全部回复<span class="ml5">41</span></h6>
<p class="fr mr15">
<a href="#" class="mr5 link-color-blue"><i class="fa fa-thumbs-up mr5 " ></i><span class="ml5">5</span></a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复<span class="ml5">15</span></a>
</p>
</div>
<div class="panel-comment_item" >
<div class="comment_item_cont clearfix">
<div class="J_Comment_Face fl"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info clearfix">
<a href="#" class="content-username hide fl">Cillian风吹麦浪</a><span class="t_area fl">1分钟前</span>
</div>
</div>
<div class="J_Comment_Reply" >
<div class="comment_orig_content">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_cont clearfix">
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会,看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们还很原始,不文明的社会,,</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-trash-o mr5 " ></i>删除</a>
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username hide fl">suntao</a><span class="t_area">30分钟前</span>
<div class="orig_content ">看看人家对待动物,再看看我们的活烤牛,这就是一个社会进步的表现,我们</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div><!--一层end-->
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username ">yixin</a><span class="orig_area">5分钟前</span>
<div class="orig_content ">烤活牛你见过似的,美国那边吃人你怎么不信?</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
<div class="orig_reply_box" >
<div class="orig_user fl ">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mt10 mr10 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mr10 mb5">发布</a>
<div class="cl"></div>
</div>
<!--二层end-->
</div>
<div class="orig_cont_hide clearfix"><i class="fa fa-long-arrow-down mr5 " ></i>点击展开隐藏楼层</div>
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username ">yixin</a><span class="orig_area">5分钟前</span>
<div class="orig_content ">烤活牛你见过似的,美国那边吃人你怎么不信?</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
<div class="comment_content clearfix">
<div class="t_txt">校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗</div>
<div class="" >
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
</div>
</div>
<!--回复end-->
</div>
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
<div class="comment_item_cont clearfix">
<div class=" fl J_Comment_Face"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info">
<a href="#" class="content-username hide fl">Cillian风吹麦浪</a><span class="t_area fl">1分钟前</span>
</div>
</div>
<div class="J_Comment_Reply" >
<div class="comment_orig_content">
<div class="comment_content clearfix">
<div class="t_txt">校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗校园枪击案你知道吗</div>
<div class="orig_reply" >
<div class="reply" >
<p class="fr mr10 orig_reply">
<a href="#" class="mr5"><i class="fa fa-thumbs-o-up mr5 " ></i>赞(5)</a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复</a>
</p>
<div class="cl"></div>
</div>
</div>
</div>
<!--回复end-->
</div>
<div class="orig_reply_box" >
<div class="orig_user fl mt10 ml10">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mt10 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mb5">发布</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
<div class="comment_item_cont clearfix">
<div class="comment_reply_box">
<div class="J_Comment_Face fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mr15 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mr15">发布</a>
<div class="cl"></div>
</div>
</div>
<!--comment_item_cont end-->
</div>
</div>
</div>
<div id="edu-tab-con-2" class="undis " >
<div class="edu-tab-con-box">
<div class=" panel-form clearfix mb10">
<ul>
<li class="clearfix ">
<label class=" panel-form-label fl mr10 color-grey">你的评阅:</label>
<span class="fl mr25 mt5"><a href="#" >不限</a></span>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" checked="">
<label class=" fl mr25 mt5">未评<span>20</span></label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">已评<span>20</span></label>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10 color-grey">作品状态:</label>
<span class="fl mr25 mt5"><a href="#" >不限</a></span>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">未提交<span>20</span></label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">按时提交<span>20</span></label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">延时提交<span>20</span></label>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl mr10 color-grey">分班情况:</label>
<span class="fl mr25 mt5"><a href="#" class="link-color-blue">不限</a></span>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">1班<span>20</span></label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">2班<span>20</span></label>
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label class=" fl mr25 mt5">3班<span>20</span></label>
</li>
<li class="clearfix ">
<span class="fl ml35">&nbsp;</span>
<div class=" edu-position task-form-20 fl ">
<input class="task-form-100 panel-box-sizing " placeholder="姓名、学号关键字检索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt15"><i class="fa fa-search"></i></a>
</div>
</li>
</ul>
</div>
<div class=" panel-bg-grey clearfix ">
<a href="#" class=" fl ml15 ">更新时间排序</a>
<span class=" mr5 ml5 fl">|</span>
<a href="#" class=" fl color-blue">最终成绩排序</a>
<p class=" fl ml15"> <span class="color-orange">90</span> 个检索结果108 学生)</p>
<div class="fr resource_btns_bottom">
<a href="javascript:void(0);" class="fl mr5">导出成绩</a>
<a href="javascript:void(0);" class="fl mr5">导出附件</a>
</div>
</div>
<div class=" mt10">
<table class="edu-pop-table edu-txt-center" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>序号</th>
<th>姓名</th>
<th>学号</th>
<th>提交状态</th>
<th>更新时间</th>
<th>教师评分</th>
<th>助教评分</th>
<th>匿评评分</th>
<th>最终成绩</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>未提交</td>
<td>2017-03-05 14:15</td>
<td>- -</td>
<td>- -</td>
<td>- -3</td>
<td>- -</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">评阅</a>
</td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">胡莎莎胡莎莎胡莎莎胡莎莎</a></td>
<td><span class="edu-txt-w140 task-hide ">114578454545454554545455454545</span></td>
<td>未提交</td>
<td>2017-03-05 14:15</td>
<td>95</td>
<td class="edu-position eud-pointer">98
<div class="popup_tip_box-black " >
<em></em>
<span></span>
<p>2名助教进行了评分<br/>复审分98 分
</p>
</div>
</td>
<td>98(3</td>
<td><span class="color-orange">90.5</span></td>
<td><a href="javascriptvoid(0);" class="link-color-blue">评阅</a></td>
</tr>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>未提交</td>
<td>2017-03-05 14:15</td>
<td>- -</td>
<td>- -</td>
<td>- -3</td>
<td>- -</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">评阅</a>
</td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">胡莎莎胡莎莎胡莎莎胡莎莎</a></td>
<td><span class="edu-txt-w140 task-hide ">114578454545454554545455454545</span></td>
<td>延时提交</td>
<td>2017-03-05 14:15</td>
<td>95</td>
<td >98</td>
<td>98(3</td>
<td><span class="color-orange">90.5</span></td>
<td><a href="javascriptvoid(0);" class="link-color-blue">评阅</a></td>
</tr>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>延时提交</td>
<td>2017-03-05 14:15</td>
<td>- -</td>
<td>- -</td>
<td>- -3</td>
<td>- -</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">评阅</a>
</td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">胡莎莎胡莎莎胡莎莎胡莎莎</a></td>
<td><span class="edu-txt-w140 task-hide ">114578454545454554545455454545</span></td>
<td>按时提交</td>
<td>2017-03-05 14:15</td>
<td>95</td>
<td >98</td>
<td>98(3</td>
<td><span class="color-orange">90.5</span></td>
<td><a href="javascriptvoid(0);" class="link-color-blue">评阅</a></td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">胡莎莎胡莎莎胡莎莎胡莎莎</a></td>
<td><span class="edu-txt-w140 task-hide ">114578454545454554545455454545</span></td>
<td>延时提交</td>
<td>2017-03-05 14:15</td>
<td>95</td>
<td >98</td>
<td>98(3</td>
<td><span class="color-orange">90.5</span></td>
<td><a href="javascriptvoid(0);" class="link-color-blue">评阅</a></td>
</tr>
<tr >
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">hushushushhushu</a></td>
<td><span class="edu-txt-w140 task-hide ">1145784545454545</span></td>
<td>延时提交</td>
<td>2017-03-05 14:15</td>
<td>- -</td>
<td>- -</td>
<td>- -3</td>
<td>- -</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">评阅</a>
</td>
</tr>
<tr >
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w140 task-hide ">胡莎莎胡莎莎胡莎莎胡莎莎</a></td>
<td><span class="edu-txt-w140 task-hide ">114578454545454554545455454545</span></td>
<td>按时提交</td>
<td>2017-03-05 14:15</td>
<td>95</td>
<td >98</td>
<td>98(3</td>
<td><span class="color-orange">90.5</span></td>
<td><a href="javascriptvoid(0);" class="link-color-blue">评阅</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="edu-tab-con-3" class="undis" >
<div class="edu-tab-con-box">
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br/>
5通过实践培养创新意识和动手能力为学习后继计算机基础课程夯实基础<br/>
6最终目标是培养在各专业领域的应用能力。<br/>
第0讲 导学篇<br/>
第1讲 计算机文化与计算思维<br/>
1.1 引言<br/>
1.2 计算机的诞生和发展<br/>
1.3 计算思维基础<br/>
第2讲 操作系统基础<br/>
2.1 操作系统概述<br/>
2.2 操作系统基本功能<br/>
2.3 Windows的使用<br/>
第3讲 数据处理<br/>
</p>
</div>
</div>
<div class="cl"></div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,288 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > <a href="#">#22</a> > 冰冰</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl color-grey"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<span class="edu-filter-btn edu-filter-btn-blue ml10 mt3">按时</span>
<a href="#" class="fr font-12 mr15 mt3 color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 ">内容</p>
</div>
<div class="edu-tab-con-box ">
<p >本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br>
1培养计算思维意识和能力 <br>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br>
</p>
<ul >
<li>
<a href="#" class="link-color-grey ">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
<li>
<a href="#" class="link-color-grey">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
<li class="color-grey"><span>2017-03-05 15:06 提交</span><span class="ml15">2017-03-05 15:06 更新</span></li>
</ul>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix mb15">
<p class="ml15 font-bd">迟交原因</p>
</div>
<div class="edu-tab-con-box ">
<p >本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br>
</p>
<ul >
<li>
<a href="#" class="link-color-grey ">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
</ul>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix ">
<p class="ml15 font-bd">其他组员</p>
</div>
<div class="edu-tab-con-box ">
<div class=" clearfix">
<a href="javascriptvoid(0);" class=" fl mr15 link-color-blue">hushushushhushu</a>
<a href="javascriptvoid(0);" class=" fl mr15 link-color-blue">hush打发u</a>
<a href="javascriptvoid(0);" class="fl mr15 link-color-blue">阿发达hhushu</a>
<a href="javascriptvoid(0);" class=" fl mr15 link-color-blue">h发的啊热风管u</a>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="edu-con-top clearfix">
<p class="ml15 font-bd">评测历史</p>
</div>
<div class="edu-tab-con-box ">
<div class="mb10">
<span class="font-bd mb5">第2次</span>
<div class="edu-ces-box">
<div class="edu-ces-top clearfix mb10">
<i class="fa fa-caret-down fl mt12 mr5"></i>
<span >测试集 2</span>
<i class="fa fa-exclamation-circle color-orange fr mt12"></i>
</div>
<div class="edu-ces-con">
<table class="edu-pop-table edu-txt-center table-line " cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>期望输出</th>
<th>实际输出</th>
</tr>
</thead>
<tbody>
<tr>
<td>第1名 1402 b 100分<br>
第2名 1404 d 90分<br>
第3名 1401 a 80分<br>
第4名 1405 e 70分<br>
第5名 1403 c 60分</td>
<td>80 100 60 90 70</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="mb10">
<span class="font-bd mb5">第1次</span>
<div class="edu-ces-box">
<div class="edu-ces-top clearfix mb10">
<i class="fa fa-caret-right fl mt12 mr5"></i>
<span >测试集 2</span>
<i class="fa fa-check-circle-o color-green fr mt12"></i>
</div>
<div class="edu-ces-top clearfix mb10">
<i class="fa fa-caret-right fl mt12 mr5"></i>
<span >测试集 1</span>
<i class="fa fa-check-circle-o color-green fr mt12"></i>
</div>
</div>
</div>
</div>
</div>
<div class="edu-con-bg01 mt15" >
<div class="panel-mesbox">
<div class="panel-mes-head clearfix">
<h6 class="fl font-14">全部评阅<span class="ml5">41</span></h6>
<p class="fr mr15">
<a href="#" class="mr5 link-color-grey"><i class="fa fa-thumbs-up mr5 "></i><span class="ml5">5</span></a>
</p>
</div>
<div class=" panel-form mt15 mr15">
<ul>
<li class="clearfix mb15">
<label class=" panel-form-label fl color-grey" style="width:80px;"> 评语&nbsp;&nbsp;</label>
<textarea class="edu-reply-teat fl ">录入你对本作品的评语最多1000个字符</textarea>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl color-grey" style="width:80px;"> 批量评分&nbsp;&nbsp;</label>
<input type="checkbox" class="fl mt15"><span class="fl ml10 color-grey font-12 mt10">组员同评选中则本次评阅对象指小组全部成员否则仅指此成员1人</span>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl color-grey" style="width:80px;"> 评分&nbsp;&nbsp;</label>
<input type="text" class=" fl task-form-10 task-height-40 panel-box-sizing" placeholder="88">
</li>
<li class="clearfix mb15">
<label class=" ml50 fl">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5"></i>
<span>上传附件</span>
</a>
<span class="color-grey ml5">未上传文件 (最大文件大小 150 MB)</span>
</li>
<li class="clearfix ">
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</li>
</ul>
</div>
<div class="panel-comment_item mt20" style="border-top:1px solid #eee;">
<div class="comment_item_cont clearfix">
<div class="J_Comment_Face fl"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info clearfix">
<a href="#" class="content-username hide fl">胡莎莎</a>
<span class="t_area fl">2017-03-20 10:08</span>
<span class="color-light-green fl ml15">88 分</span>
</div>
</div>
<div class="J_Comment_Reply">
<div class="comment_orig_content">
很好很好很好很好很好很好很好很好很好很好很
</div>
<p class="fr orig_reply">
<a href="#" class="link-color-grey"><i class="fa fa-trash-o mr5"></i>删除</a>
</p>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
</div>
<div class="comment_item_cont clearfix">
<div class="J_Comment_Face fl"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info clearfix">
<a href="#" class="content-username hide fl">胡莎莎</a>
<span class="t_area fl">2017-03-20 10:08</span>
<span class="color-light-green fl ml15">88 分</span>
</div>
</div>
<div class="J_Comment_Reply">
<div class="comment_orig_content">
很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很很好很好很好很好很好很很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好很好
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
</div>
<div class="comment_item_cont clearfix">
<div class="J_Comment_Face fl"><a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a></div>
<div class="t_content fl">
<div class="J_Comment_Info">
<div class="t_info clearfix">
<a href="#" class="content-username hide fl">胡莎莎</a>
<span class="t_area fl">2017-03-20 10:08</span>
<span class="color-orange fl ml15">55 分</span>
</div>
</div>
<div class="comment_orig_content">
结构不清晰,也没有附件
非常不符合作业要求
</div>
<div class="J_Comment_Reply">
<div class="comment_orig_content">
<div class="orig_cont-red clearfix">
<div class="orig_user fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="32" height="32" alt="头像"></a>
</div>
<div class="orig_right fl">
<a href="#" target="_self" class="content-username ">yixin</a><span class="orig_area">5分钟前</span>
<div class="orig_content ">为什么评分这么低,我已经按照作业的要求完成了所有的内容,并按时提交了附件
请说明评分这么低的原因</div>
</div>
<div class="cl"></div>
<p class="fr mr10 orig_reply">
<a href="#" class="mr5 color-orange">接受申诉</a>
<a href="#" class=" color-orange">拒绝申诉</a>
</p>
<div class="cl"></div>
</div>
</div>
</div>
<div class="cl"></div>
</div>
<!--comment_item_cont end-->
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,94 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl ">查重结果</p>
<span class="ml15 fl color-grey">2017-03-18 12:50</span>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="">
<table class="edu-pop-table edu-txt-center font-12 table-pa5 " cellspacing="0" cellpadding="0">
<thead>
<tr>
<th >序号</th>
<th>作品名称</th>
<th>姓名</th>
<th>学号</th>
<th>时间</th>
<th style="border-left:1px solid #eee;">作品名称</th>
<th>姓名</th>
<th>学号</th>
<th>时间</th>
<th style="border-left:1px solid #eee;">相似度</th>
<th>对比</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">莎莎</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-03-05 14:15</td>
<td style="border-left:1px solid #eee;"><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称2</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">彬彬</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-04-05 14:15</td>
<td style="border-left:1px solid #eee;">77%</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">查看</a></td>
</tr>
<tr>
<td>2</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称作品名称作品名称作品名称作品名称作品名称</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">莎莎莎莎莎莎莎莎莎莎莎莎莎莎</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-03-05 14:15</td>
<td style="border-left:1px solid #eee;"><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称2作品名称2作品名称2作品名称2作品名称2作品名称2作品名称2</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">彬彬彬彬彬彬彬彬彬彬彬彬彬彬彬彬</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-04-05 14:15</td>
<td style="border-left:1px solid #eee;">77%</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">查看</a></td>
</tr>
<tr>
<td>3</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">莎莎</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-03-05 14:15</td>
<td style="border-left:1px solid #eee;"><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">作品名称2</a></td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">彬彬</a></td>
<td><span class="edu-txt-w100 task-hide ">1145784545454545</span></td>
<td>2017-04-05 14:15</td>
<td style="border-left:1px solid #eee;">77%</td>
<td ><a href="javascriptvoid(0);" class="link-color-blue">查看</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,58 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">班级首页</a> > <a href="#">作业列表</a> > #22</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl ">查重结果</p>
<span class="ml15 fl color-grey">2017-03-18 12:50</span>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="">
<table class="edu-pop-table edu-txt-center " cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">罗又胖</a></td>
<td>&nbsp;</td>
<td><a href="javascriptvoid(0);" class="edu-txt-w100 task-hide ">杨柳</a></td>
</tr>
<tr>
<td >
<div class="cleafix mt15 ml15 mb15 mr15">
<textarea class="task-form-100 task-height-150 mb5" style="height:300px;"></textarea>
<a href="#" class=" task-btn task-btn-blue fr mb15">评阅</a>
</div>
</td>
<td class="color-orange">相似度70%</td>
<td>
<div class="cleafix mt15 ml15 mb15 mr15 ">
<textarea class="task-form-100 task-height-150 mb5" style="height:300px;"></textarea>
<a href="#" class=" task-btn task-btn-blue fr mb15">评阅</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,138 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > <a href="#">我的题库</a> > 新建</p>
<div class="edu-con-top ">
<p class="ml15 color-grey">新建普通作业</p>
</div>
<div class="edu-con-bg01 " style="padding:30px 0;">
<div class="ml30 mr30">
<div class=" panel-form ">
<ul>
<li class="clearfix mb20">
<label class="panel-form-label fl" ><span class="color-orange mr5">*</span>专业层级&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-30" >
<option >选择课程所属专业层级</option>
<option>专 科</option>
<option>本 科</option>
<option>研究生</option>
</select>
<div class="cl"></div>
<span class="color-orange fl" style="margin-left:10%; "><i class="fa fa-exclamation-circle mr5" ></i>请选择课程所属专业层级</span>
</li>
<li class="clearfix mb20">
<label class="panel-form-label fl" ><span class="color-orange mr5">*</span>学科门类&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-30" >
<option >选择课程所属学科门类</option>
<option>01哲学</option>
<option>02经济学</option>
<option>03法学</option>
<option>04教育学</option>
<option>05文学</option>
<option>06历史学</option>
<option>07理学</option>
<option>08工学</option>
<option>09农学</option>
<option>10医学</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label fl" ><span class="color-orange mr5">*</span>一级学科&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-30" >
<option >选择课程所属一级学科</option>
<option>01哲学</option>
<option>02经济学</option>
<option>03法学</option>
<option>04教育学</option>
<option>05文学</option>
<option>06历史学</option>
<option>07理学</option>
<option>08工学</option>
<option>09农学</option>
<option>10医学</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label fl" ><span class="color-orange mr5">*</span>课程名称&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="task-form-30 task-height-40 panel-box-sizing fl " placeholder=" 例如&nbsp;&nbsp;计算机基础">
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label fl" >英文名称&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="task-form-30 task-height-40 panel-box-sizing fl" placeholder=" 例如&nbsp;&nbsp;Basis of Computer Engineering">
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label fl" >课程性质&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-30" >
<option >请选择课程性质</option>
<option>专业选修课</option>
<option>学科必修课</option>
<option>公共必修课</option>
<option>实践选修课</option>
<option>时间必修课</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>标题&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="panel-form-width-690 panel-form-height-30 fl" placeholder="最多60个字符" />
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"><span class="color-orange mr5">*</span>内容&nbsp;&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd"></textarea>
</li>
<li class="clearfix mb15">
<label class=" panel-form-label fl">&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5" ></i>
<span >上传附件</span>
</a>
<a href="#" class="fl ml25">
<i class="fa fa-cloud mr5" ></i>
<span >资源库</span>
</a>
</li>
<li class="clearfix mb5">
<label class=" panel-form-label fl"> 参考答案&nbsp;&nbsp;</label>
<textarea class="panel-form-width-690 panel-form-height-150 fl task-textarea-pd"></textarea>
</li>
<li class="clearfix ">
<label class=" panel-form-label fl">&nbsp;</label>
<a href="#" class="fl">
<i class="fa fa-upload mr5" ></i>
<span >上传附件</span>
</a>
</li>
<li class="clearfix ">
<a href="#" class=" task-btn task-btn-blue fr ">保存</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,153 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=2;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > <a href="#">我的题库</a> > #22</p>
<div class="edu-con-top clearfix ">
<p class="ml15 fl color-grey"><i class="fa fa-lock mr5" ></i>数组5--字符串应用二</p>
<a href="#" class="fr font-12 mr15 mt3 link-color-grey">返回</a>
</div>
<div class="edu-con-bg01 mt15" >
<div class="">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">作业详情</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >参考答案</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-tab-con-box">
<div class=" fr edu-position edu-position-hidebox mr50">
<a href="" class=" font-16"><i class="fa fa-bars "></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">发送</a></li>
<li><a href="#">设为公开</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
<div class="cl"></div>
<p class="mb15 font-12 color-grey">
<span>创建于于10天前</span><span class="ml30">更新于3小时前</span><br/>
<span>适用课程:本科-工学 -计算机类 - 计算机程序设计之C++<a href="#" class="link-color-grey ml15 font-16 " title="编辑"><i class="fa fa-edit "></i></a></span>
</p>
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
</p>
</div>
<ul class=" panel-mes-head ">
<li>
<a href="#" class="link-color-grey ">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
<li>
<a href="#" class="link-color-grey">
<i class="fa fa-folder" aria-hidden="true"></i>
<span>操作系统概述.doc</span>
<span>(123.KB)</span>
<span>周海芳</span>
<span>2016-12-24 12:00</span>
</a>
</li>
</ul>
<div class="panel-mesbox">
<div class="panel-mes-head clearfix">
<h6 class="fl">全部回复<span class="ml5">41</span></h6>
<p class="fr mr15">
<a href="#" class="mr5 link-color-blue"><i class="fa fa-thumbs-up mr5 " ></i><span class="ml5">5</span></a>
<a href="#"><i class="fa fa-comments-o mr5 " ></i>回复<span class="ml5">15</span></a>
</p>
</div>
<div class="panel-comment_item" >
<div class="comment_item_cont clearfix">
<div class="comment_reply_box">
<div class="J_Comment_Face fl">
<a href="#" target="_blank"><img src="images/user/male.jpg" width="50" height="50" alt="头像"></a>
</div>
<textarea class="edu-reply-teat fr mr15 mb10"></textarea>
<div class="cl"></div>
<a href="#" class=" task-btn task-btn-blue fr mr15">发布</a>
<div class="cl"></div>
</div>
</div>
<!--comment_item_cont end-->
</div>
</div>
</div>
<div id="edu-tab-con-2" class="undis" >
<div class="edu-tab-con-box">
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br/>
5通过实践培养创新意识和动手能力为学习后继计算机基础课程夯实基础<br/>
6最终目标是培养在各专业领域的应用能力。<br/>
第0讲 导学篇<br/>
第1讲 计算机文化与计算思维<br/>
1.1 引言<br/>
1.2 计算机的诞生和发展<br/>
1.3 计算思维基础<br/>
第2讲 操作系统基础<br/>
2.1 操作系统概述<br/>
2.2 操作系统基本功能<br/>
2.3 Windows的使用<br/>
第3讲 数据处理<br/>
</p>
</div>
</div>
<div class="cl"></div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,150 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=2;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body >
<div class="edu-class-container " >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > 题库</p>
<div class="edu-con-bg01 mt15" >
<div class="">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">我的题库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >公共题库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-class-innner-conbox">
<div class=" edu-position task-form-20 mt15 ml15 mb10">
<input class="task-form-100 panel-box-sizing " placeholder="输入题目的关键词进行搜索" type="text">
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt15"><i class="fa fa-search"></i></a>
</div>
<div class=" panel-bg-grey clearfix color-grey font-12 ">
<p class=" fl ml15"><span class="color-orange">266</span>个搜索结果</p>
<a href="#" class=" fr mr15">引用次数排序</a>
<span class=" mr5 ml5 fr">|</span>
<a href="#" class=" fr color-blue">更新时间排序</a>
</div>
<div class="edu-con-top clearfix">
<p class="fl task-form-50 ml15">
<a href="#" class="edu-filter-cir-grey mr5 active">全部</a>
<a href="#" class="edu-filter-cir-grey mr5">编程作业</a>
<a href="#" class="edu-filter-cir-grey mr5">普通作业</a>
<a href="#" class="edu-filter-cir-grey mr5">分组作业</a>
<a href="#" class="edu-filter-cir-grey mr5">实训作业</a>
<a href="#" class="edu-filter-cir-grey mr5">试卷</a>
</p>
<a href="#" class="task-btn task-btn-blue fr mr15 mt5">新建</a>
<div class="cl"></div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl"><input type="checkbox"> 数组5--字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二字符串应用二</a>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">更新于2分钟前</span>
<span class=" ml30">60 次引用</span>
<span class=" ml30">2600 次答题</span>
<span class=" ml30">本科-工学 -计算机类 - 计算机程序设计之C++</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#"><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">预览</a></li>
<li><a href="#">发送</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<div class=" clearfix edu-class-con-list">
<div class="fl ml15 task-form-90 ">
<a href="javascript:void(0);" class="edu-class-inner-list fl"><input type="checkbox"> 数组5--字符串应用二字符串应用二字符串应用二字符串应用二字串应用二字符串应用二字符串应用二字符串应用二</a>
<div class="cl"></div>
<p class="color-grey font-12">
<span class=" "># 22</span>
<span class=" ml30">更新于2分钟前</span>
<span class=" ml30">60 次引用</span>
<span class=" ml30">2600 次答题</span>
<span class=" ml30">本科-工学 -计算机类 - 计算机程序设计之C++</span>
</p>
</div>
<div class=" fr edu-position edu-position-hidebox mr15 mt20">
<a href="#"><i class="fa fa-ellipsis-v font-16"></i></a>
<ul class="edu-position-hide undis">
<li><a href="#">预览</a></li>
<li><a href="#">发送</a></li>
<li><a href="#">删 除</a></li>
</ul>
</div>
</div>
<ul class="sy_classlist clearfix ">
<input class="magic-checkbox" type="checkbox" name="layout" checked="">
<label for="c2" class="fl mr15">全选</label>
<div class="fl resource_btns_bottom">
<a href="javascript:void(0);" class="fl mr10">发送</a>
<a href="javascript:void(0);" class="fl">删除</a>
</div>
<div class="fr pages_right_min ">
<a href="javascript:void(0);" class="pages-big">上一页</a>
<a href="javascript:void(0);" class="active ">1</a>
<a href="javascript:void(0);">2</a>
<a href="javascript:void(0);">3</a>
<a href="javascript:void(0);">...</a>
<a href="javascript:void(0);">31</a>
<a href="javascript:void(0);" class="pages-big pages-border-right">下一页</a>
<div class="cl"></div>
</div>
</ul>
</div>
</div>
<div id="edu-tab-con-2" class="undis" >
<div class="edu-tab-con-box">
dfadfad
</div>
</div>
<div class="cl"></div>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,209 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<header class="header" style="flex: 0 0 auto;" >
<div class="header_con clearfix">
<div class="fl clearfix new-logo">
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="45" height="45" alt="高校智能化教学与实训平台"></a>
</div>
<div class="header-search fl mt10 ml15 mr15">
<select class="fl header-search-select">
<option>搜索全部</option>
<option>智能课堂</option>
<option>实训项目</option>
<option>有问有答</option>
</select>
<!--<dropdown class="fl">
<input id="toggle2" type="checkbox">
<label for="toggle2" class="animate">搜索全部<i class="fa fa-sort-down fr mt3"></i></label>
<ul class="animate">
<li class="animate">智能课堂</li>
<li class="animate">游戏实训</li>
<li class="animate">有问有答</li>
</ul>
</dropdown>
<-->
<input type="text" placeholder="请输入关键词进行搜索" class="header-search-input fl">
<a href="#"><i class="fa fa-search font-16 mt8 mr10"></i></a>
</div>
<ul class="fl innner-nav ">
<li><a href="javascript:void(0);" class="new-nav-a ">智能课堂</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">游戏实训</a></li>
<li><a href="javascript:void(0);" class="new-nav-a ">有问有答</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">帮助中心</a></li>
<div class="cl"></div>
</ul>
<ul class="fr inner-nav-user">
<li>
<a href="#"><img src="images/inner/male.jpg" width="45" height="45" class="inner-nav-user-img fl"alt="高校教育大数据服务平台"></a>
<i class="fa fa-sort-down fl color_white mt10 ml5"></i>
<div class="cl"></div>
</li>
<div class="task-user-dropdown">
<font></font>
<ul class="task-user-dropdown-nav">
<li><a href="#" class="task-index-name task-hide ">莎莎莎莎莎莎</a></li>
<li class="task-line"></li>
<li><a href="#">我的主页</a></li>
<li><a href="#">我的课程</a></li>
<li><a href="#">我的实训</a></li>
<li class="task-line"></li>
<li><a href="#">修改资料</a></li>
<li><a href="#">退出</a></li>
</ul>
</div>
</ul>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-bell "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-check-square "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
</div>
</header>
<div class="edu-class-container " style="flex: 1 0 auto;" >
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > 计算机基础</p>
<div class="edu-con-top ">
<p class="ml15 color-grey">新建课程</p>
</div>
<div class="edu-con-bg01">
<div class="edu-class-con ">
<div class="alert alert-orange mb30 ">
<button data-dismiss="alert" class="task-close fr" type="button">×</button>
课程的核心是授课大纲,您可以为一门课程创建多个不同的班级
</div>
<div class="panel-form clearfix ">
<ul>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" ><span class="color-orange mr5">*</span>专业层级&nbsp;&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-80" >
<option >选择课程所属专业层级</option>
<option>专 科</option>
<option>本 科</option>
<option>研究生</option>
</select>
<div class="cl"></div>
<span class="color-orange fl" style="margin-left:20%; "><i class="fa fa-exclamation-circle mr5" ></i>请选择课程所属专业层级</span>
</li>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" ><span class="color-orange mr5">*</span>学科门类&nbsp;&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-80" >
<option >选择课程所属学科门类</option>
<option>01哲学</option>
<option>02经济学</option>
<option>03法学</option>
<option>04教育学</option>
<option>05文学</option>
<option>06历史学</option>
<option>07理学</option>
<option>08工学</option>
<option>09农学</option>
<option>10医学</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" ><span class="color-orange mr5">*</span>一级学科&nbsp;&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-80" >
<option >选择课程所属一级学科</option>
<option>01哲学</option>
<option>02经济学</option>
<option>03法学</option>
<option>04教育学</option>
<option>05文学</option>
<option>06历史学</option>
<option>07理学</option>
<option>08工学</option>
<option>09农学</option>
<option>10医学</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" ><span class="color-orange mr5">*</span>课程名称&nbsp;&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="task-form-80 task-height-40 panel-box-sizing fl " placeholder=" 例如&nbsp;&nbsp;计算机基础">
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" >英文名称&nbsp;&nbsp;&nbsp;&nbsp;</label>
<input type="text" class="task-form-80 task-height-40 panel-box-sizing fl" placeholder=" 例如&nbsp;&nbsp;Basis of Computer Engineering">
<div class="cl"></div>
</li>
<li class="clearfix mb20">
<label class="panel-form-label label-w20 fl" >课程性质&nbsp;&nbsp;&nbsp;&nbsp;</label>
<select class=" fl task-height-40 task-form-80" >
<option >请选择课程性质</option>
<option>专业选修课</option>
<option>学科必修课</option>
<option>公共必修课</option>
<option>实践选修课</option>
<option>时间必修课</option>
</select>
<div class="cl"></div>
</li>
<li class="clearfix" >
<a href="#" class=" task-btn task-btn-blue fr ">保存</a>
<a href="#" class=" task-btn fr mr10">取消</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="inner-footer" style="flex: 0 0 auto;" >
<div class="inner-footer_con">
<ul class="clearfix inner-footer-nav">
<li><a href="javascript:void(0);" class="fl">网站首页</a></li>
<li><a href="javascript:void(0);" class="fl">服务协议</a></li>
<li><a href="javascript:void(0);" class="fl">支持</a></li>
<li><a href="javascript:void(0);" class="fl">社区</a></li>
</ul>
<div class="cl"></div>
<div class="fl" style="width:440px;">
<p class="footer_con-p">Email:zhiqingcs@163.com</p>
<p class="footer_con-p">Copyright 2007~2017, 智擎信息All Rights Reserved</p>
</div>
<div class="fr mt20" >
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-weixin.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
</li>
</ul>
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-qq.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
<ul class="saoma-img-box">
<font></font>
<li><img src="images/inner/saoma-qq.jpg" width="191" height="252" alt="高校教育大数据服务平台" class="img-saoma" ></li>
</ul>
</li>
</ul>
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="50" height="50" alt="高校智能化教学与实训平台"></a>
<p class="inner-footer-p-big fr ml30">高校智能化教学与实训平台</p>
</div>
<div class="cl"></div>
</div>
</footer>
</body>
</html>

View File

@ -1,534 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<header class="header" style="flex: 0 0 auto;" >
<div class="header_con clearfix">
<div class="fl clearfix new-logo">
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="45" height="45" alt="高校智能化教学与实训平台"></a>
</div>
<div class="header-search fl mt10 ml15 mr15">
<select class="fl header-search-select">
<option>搜索全部</option>
<option>智能课堂</option>
<option>实训项目</option>
<option>有问有答</option>
</select>
<!--<dropdown class="fl">
<input id="toggle2" type="checkbox">
<label for="toggle2" class="animate">搜索全部<i class="fa fa-sort-down fr mt3"></i></label>
<ul class="animate">
<li class="animate">智能课堂</li>
<li class="animate">游戏实训</li>
<li class="animate">有问有答</li>
</ul>
</dropdown>
<-->
<input type="text" placeholder="请输入关键词进行搜索" class="header-search-input fl">
<a href="#"><i class="fa fa-search font-16 mt8 mr10"></i></a>
</div>
<ul class="fl innner-nav ">
<li><a href="javascript:void(0);" class="new-nav-a ">智能课堂</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">游戏实训</a></li>
<li><a href="javascript:void(0);" class="new-nav-a ">有问有答</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">帮助中心</a></li>
<div class="cl"></div>
</ul>
<ul class="fr inner-nav-user">
<li>
<a href="#"><img src="images/inner/male.jpg" width="45" height="45" class="inner-nav-user-img fl"alt="高校教育大数据服务平台"></a>
<i class="fa fa-sort-down fl color_white mt10 ml5"></i>
<div class="cl"></div>
</li>
<div class="task-user-dropdown">
<font></font>
<ul class="task-user-dropdown-nav">
<li><a href="#" class="task-index-name task-hide ">莎莎莎莎莎莎</a></li>
<li class="task-line"></li>
<li><a href="#">我的主页</a></li>
<li><a href="#">我的课程</a></li>
<li><a href="#">我的实训</a></li>
<li class="task-line"></li>
<li><a href="#">修改资料</a></li>
<li><a href="#">退出</a></li>
</ul>
</div>
</ul>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-bell "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-check-square "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
</div>
</header>
<div class="edu-class-container " style="flex: 1 0 auto;" >
<p class=" mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > 计算机基础</p>
<div class="edu-class-box ">
<div class="edu-class-top clearfix mb20">
<ul class="fl edu-class-top-info ">
<li class=" color-grey mb5">国防科学技术大学</li>
<li class="font-24 font-bold mb10">计算机基础<a href="#" class="link-color-grey"><i class="fa fa-edit ml15 " aria-hidden="true"></i></a></li>
<li class="color-grey ">Basis of Computer Engineering</li>
<li class="color-grey font-12"><span class="mr15">本科</span><span class="mr15">工学</span><span class="mr15">计算机类</span><span class="mr15">学科必修课</span></li>
</ul>
<div class="edu-class-top-img fr edu-position" >
<img src="images/bigdata/edu-class/edu-class-img.jpg" width="260" height="140">
<a href="#" class="edu-class-right-add">
<span>更换图片</span>
</a>
</div>
<a href="#" class=" task-btn task-btn-blue fr mr20 ml20" style="margin-top:105px;">选用</a>
</div>
<div class="edu-class-inner mb20">
<div class="with75 fl">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">授课大纲</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >课程资源库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-3" onclick="HoverLi(3);">
<a href="javascript:void(0);" class="tab_type" >课程题库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-tab-con-box">
<a href="#" class="link-color-grey fr font-16" title="编辑"><i class="fa fa-edit mr15" ></i></a>
<a href="#" class="link-color-grey fr font-16" title="保存"><i class="fa fa-floppy-o mr15" ></i></a>
<div class="cl"></div>
<p class="">本课程是根据教育部教指委的要求开设的第一门计算机基础课程。<br/>
本课程吸纳了国内外最新的教学研究成果,兼顾了初学计算机的学生,反映了当代计算机学科的最新成就,具有厚实的课程内容体系,为学习后续计算机基础课程夯实基础。<br/>
本课程的教学目标是拓宽知识面、提高应用能力、培养创新能力,即:<br/>
1培养计算思维意识和能力 <br/>
2拓宽计算机基础知识面介绍计算机的基本原理、技术和方法引入计算机新技术和了解计算机发展趋势<br/>
3培养计算机的基本使用技能常用操作系统和应用软件的使用<br/>
4提高计算机的应用能力重点是网络、多媒体、数据库等技术的基本知识和应用理解信息安全和程序设计方面的基本知识。 <br/>
5通过实践培养创新意识和动手能力为学习后继计算机基础课程夯实基础<br/>
6最终目标是培养在各专业领域的应用能力。<br/>
第0讲 导学篇<br/>
第1讲 计算机文化与计算思维<br/>
1.1 引言<br/>
1.2 计算机的诞生和发展<br/>
1.3 计算思维基础<br/>
第2讲 操作系统基础<br/>
2.1 操作系统概述<br/>
2.2 操作系统基本功能<br/>
2.3 Windows的使用<br/>
第3讲 数据处理<br/>
</p>
</div>
<div class="edu-bg">
<div class="edu-con-top clearfix" style="border-top:1px solid #eee;">
<h2 class="fl ml15 ">参考资料</h2>
<a href="#" class="link-color-grey"><i class="fa fa-edit fr mr15 mt8 " aria-hidden="true"></i></a>
</div>
<ul class=" edu-class-txt-con">
<li><span class="mr15">《大学计算机第6版</span><span class="mr15">)》 龚沛曾,杨志强主编;肖杨,朱君波,李湘梅编 </span><span class="mr15">编 北京市:高等教育出版社 2013.07</span></li>
<li><span class="mr15">《大学计算机第6版</span><span class="mr15">)》 龚沛曾,杨志强主编;肖杨,朱君波,李湘梅编 </span><span class="mr15">编 北京市:高等教育出版社 2013.07</span></li>
</ul>
</div>
</div>
<div id="edu-tab-con-2" class="undis " >
<div class="edu-tab-con-box">
<div class=" panel-bg-grey clearfix color-grey">
<p class=" fl ml15">共有资源:<span class="mr5">6</span></p>
<p class=" fl ml15">公共资源:<span class="mr5">6</span></p>
<p class=" fl ml15">私有资源:<span class="mr5">6</span></p>
<a href="#" class=" fr mr15 ">热度排序 </a>
<span class=" mr5 ml5 fr">|</span>
<a href="#" class=" fr color-blue">时间排序</a>
</div>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习.doc</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习.doc</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习.doc</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习计算机基础第二章课件练习.doc</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">计算机基础第二章课件练习..doc</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">hushushushushushushu</a>
<span class=" ml30">上传于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">大小:</span><span class="hw_cgrey">123KB</span>
<span class=" ml30">下载数:</span><span class="hw_cgrey">123</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix ">
<input class="magic-checkbox" type="checkbox" name="layout" class="fl " checked="">
<label for="c2" class="fl mr15">全选</label>
<div class="fl resource_btns_bottom">
<a href="javascript:void(0);" class="fl mr10">发送</a>
<a href="javascript:void(0);" class="fl">下载</a>
</div>
<div class="fr pages_right_min ">
<a href="javascript:void(0);" class="pages-big">上一页</a>
<a href="javascript:void(0);" class="active ">1</a>
<a href="javascript:void(0);">2</a>
<a href="javascript:void(0);">3</a>
<a href="javascript:void(0);">...</a>
<a href="javascript:void(0);">31</a>
<a href="javascript:void(0);" class="pages-big pages-border-right">下一页</a>
<div class="cl"></div>
</div>
</ul>
</div>
</div>
<div id="edu-tab-con-3" class="undis" >
<div class="edu-tab-con-box">
<div class=" panel-bg-grey clearfix color-grey">
<p class=" fl ml15">共有题:<span class="mr5">6</span></p>
<p class=" fl ml15">公共题:<span class="mr5">6</span></p>
<p class=" fl ml15">私有题:<span class="mr5">6</span></p>
<a href="#" class=" fr mr15 ">热度排序 </a>
<span class=" mr5 ml5 fr">|</span>
<a href="#" class=" fr color-blue">时间排序</a>
</div>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout" >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">编写一个简单的加法计算器</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">胡莎莎胡莎莎胡莎莎胡</a>
<span class=" ml30">创建于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">类别: </span><span class="hw_cgrey">编程</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
<ul class="sy_classlist clearfix">
<input class="magic-checkbox fl mt5" type="checkbox" name="layout"checked >
<label for="c1" class="fl"></label>
<div class="fl ml25">
<h3 class="resource_classlist_title fl"><a href="javascript:void(0);">编写一个简单的加法计算器</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascript:void(0);" class="link-name-dark fl">胡莎莎胡莎莎胡莎莎胡</a>
<span class=" ml30">创建于</span>
<span class=" ml5">2016-05-05 12:00</span>
<span class=" ml30">类别: </span><span class="hw_cgrey">编程</span>
<span class=" ml30">引用数:</span><span class="hw_cgrey">123</span>
</p>
</div>
<div class="cl"></div>
</ul>
</div>
</div>
<div class="cl"></div>
</div>
</div>
<div class="with25 fr ">
<div class="edu-class-right-box ml15 mb20 ">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">教师团队</h2>
<div class=" edu-weixin-share fr">
<a href="#" class="link-color-grey fr font-12 mr15 mt3">分享<i class="fa fa-weixin fr mt5 ml5" aria-hidden="true"></i></a>
<div class="cl"></div>
<div class="edu-weixin-hide">
<font></font>
<img src="images/bigdata/trustie_QR.jpg" width="100" height="100" alt="微信分享" >
<p class="edu-weixin-p">用微信扫描二维码分享给你的小伙伴</p>
</div>
</div>
</div>
<div class="edu-h300-auto mb20">
<div class="clearfix mb20">
<a href="#" class="fl edu-class-user-img ml15 mr15"><img src="images/user/male.jpg" width="100" height="100"></a>
<ul class="fl mr15">
<li><a href="" class="font-16 mt5 link-name-dark task-hide">胡莎莎胡莎莎</a></li>
<li><span class="color-grey">讲师</span><a href="" class="font-12 ml15 link-color-grey">更换管理员</a></li>
</ul>
</div>
<div class="clearfix mb20 ">
<a href="#" class="fl edu-class-user-img ml15 mr15"><img src="images/user/male.jpg" width="100" height="100"></a>
<ul class="fl mr15">
<li><a href="" class="font-16 mt5 link-name-dark task-hide">阿里巴巴</a></li>
<li><span class="color-grey">讲师</span><a href="" class="font-12 ml15 link-color-grey">删除</a></li>
</ul>
</div>
<div class="clearfix mb20 ">
<a href="#" class="fl edu-class-user-img ml15 mr15"><img src="images/user/male.jpg" width="100" height="100"></a>
<ul class="fl mr15">
<li><a href="" class="font-16 mt5 link-name-dark task-hide">阿里巴巴</a></li>
<li><span class="color-grey">讲师</span><a href="" class="font-12 ml15 link-color-grey">删除</a></li>
</ul>
</div>
</div>
<a href="#" class="edu-class-right-add">
<i class="fa fa-plus" ></i>
<span>添加</span>
</a>
</div>
<div class="edu-class-right-box ml15 mb20">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">班级列表</h2>
<span class="fr mr15 color-green font-12 mt3">正在进行</span>
</div>
<ul class="edu-class-list-style ml15 edu-h350-auto mb30">
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业16级1班与技术专业16级1班与技术专业16级1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业术专业16级1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业16级1班与1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业术专业16级1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业16级1班与1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业术专业16级1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业16级1班与1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业术专业16级1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业16级1班与1班</a></li>
<li class="clearfix "><i class="fa fa-caret-right mr5 color-grey fl mt3" ></i><a href="#" class="fl edu-w245">与技术专业术专业16级1班</a></li>
</ul>
<a href="#" class="edu-class-right-add">
<i class="fa fa-plus" ></i>
<span>新建</span>
</a>
</div>
<div class="edu-class-right-box ml15 mb20">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">班级列表</h2>
<span class="fr mr15 color-grey font-12 mt3">已结束</span>
</div>
<ul class="edu-class-list-style ml15 mr15 edu-h350-auto">
<p class="edu-nodata-p ">暂无</p>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="inner-footer" style="flex: 0 0 auto;" >
<div class="inner-footer_con">
<ul class="clearfix inner-footer-nav">
<li><a href="javascript:void(0);" class="fl">网站首页</a></li>
<li><a href="javascript:void(0);" class="fl">服务协议</a></li>
<li><a href="javascript:void(0);" class="fl">支持</a></li>
<li><a href="javascript:void(0);" class="fl">社区</a></li>
</ul>
<div class="cl"></div>
<div class="fl" style="width:440px;">
<p class="footer_con-p">Email:zhiqingcs@163.com</p>
<p class="footer_con-p">Copyright 2007~2017, 智擎信息All Rights Reserved</p>
</div>
<div class="fr mt20" >
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-weixin.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
</li>
</ul>
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-qq.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
<ul class="saoma-img-box">
<font></font>
<li><img src="images/inner/saoma-qq.jpg" width="191" height="252" alt="高校教育大数据服务平台" class="img-saoma" ></li>
</ul>
</li>
</ul>
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="50" height="50" alt="高校智能化教学与实训平台"></a>
<p class="inner-footer-p-big fr ml30">高校智能化教学与实训平台</p>
</div>
<div class="cl"></div>
</div>
</footer>
</body>
</html>

View File

@ -1,294 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body style="display: flex;flex-direction: column;height: 100%;">
<header class="header" style="flex: 0 0 auto;" >
<div class="header_con clearfix">
<div class="fl clearfix new-logo">
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="45" height="45" alt="高校智能化教学与实训平台"></a>
</div>
<div class="header-search fl mt10 ml15 mr15">
<select class="fl header-search-select">
<option>搜索全部</option>
<option>智能课堂</option>
<option>实训项目</option>
<option>有问有答</option>
</select>
<!--<dropdown class="fl">
<input id="toggle2" type="checkbox">
<label for="toggle2" class="animate">搜索全部<i class="fa fa-sort-down fr mt3"></i></label>
<ul class="animate">
<li class="animate">智能课堂</li>
<li class="animate">游戏实训</li>
<li class="animate">有问有答</li>
</ul>
</dropdown>
<-->
<input type="text" placeholder="请输入关键词进行搜索" class="header-search-input fl">
<a href="#"><i class="fa fa-search font-16 mt8 mr10"></i></a>
</div>
<ul class="fl innner-nav ">
<li><a href="javascript:void(0);" class="new-nav-a ">智能课堂</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">游戏实训</a></li>
<li><a href="javascript:void(0);" class="new-nav-a ">有问有答</a></li>
<li><a href="javascript:void(0);" class=" new-nav-a ">帮助中心</a></li>
<div class="cl"></div>
</ul>
<ul class="fr inner-nav-user">
<li>
<a href="#"><img src="images/inner/male.jpg" width="45" height="45" class="inner-nav-user-img fl"alt="高校教育大数据服务平台"></a>
<i class="fa fa-sort-down fl color_white mt10 ml5"></i>
<div class="cl"></div>
</li>
<div class="task-user-dropdown">
<font></font>
<ul class="task-user-dropdown-nav">
<li><a href="#" class="task-index-name task-hide ">莎莎莎莎莎莎</a></li>
<li class="task-line"></li>
<li><a href="#">我的主页</a></li>
<li><a href="#">我的课程</a></li>
<li><a href="#">我的实训</a></li>
<li class="task-line"></li>
<li><a href="#">修改资料</a></li>
<li><a href="#">退出</a></li>
</ul>
</div>
</ul>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-bell "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
<a href="#" class="fr inner-nav-mes mt10" style="color:#fff;">
<li class="fl">
<i class="fa fa-check-square "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
</div>
</header>
<div class="edu-class-container " style="flex: 1 0 auto;" >
<p class=" mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">胡莎莎</a> > <a href="#">智能课堂</a> > 计算机基础</p>
<div class="edu-class-box ">
<div class="edu-class-top clearfix mb20">
<ul class="fl edu-class-top-info ">
<li class=" color-grey mb5">国防科学技术大学</li>
<li class="font-24 font-bold mb10">计算机基础<a href="#" class="link-color-grey"><i class="fa fa-edit ml15 " aria-hidden="true"></i></a></li>
<li class="color-grey ">没有填写英文名称</li>
<li class="color-grey font-12"><span class="mr15">本科</span><span class="mr15">工学</span><span class="mr15">计算机类</span><span class="mr15">学科必修课</span></li>
</ul>
<div class="edu-class-top-img fr edu-position" >
<img src="images/bigdata/edu-class/edu-class-img.jpg" width="260" height="140">
<a href="#" class="edu-class-right-add">
<span>更换图片</span>
</a>
</div>
<a href="#" class=" task-btn task-btn-blue fr mr20 ml20" style="margin-top:105px;">选用</a>
</div>
<div class="edu-class-inner mb20">
<div class="with75 fl">
<div class="edu-tab clearfix mb20" >
<ul id="edu-tab-nav">
<li id="edu-tab-nav-1" class="edu-tab-hover " onclick="HoverLi(1);">
<a href="javascript:void(0);" class="tab_type">授课大纲</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-2" onclick="HoverLi(2);">
<a href="javascript:void(0);" class="tab_type" >课程资源库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
<li id="edu-tab-nav-3" onclick="HoverLi(3);">
<a href="javascript:void(0);" class="tab_type" >课程题库</a>
<span class="edu-tab-fa"><i class="fa fa-caret-down" ></i></span>
</li>
</ul>
<div class="cl"></div>
<div id="edu-tab-con-1" >
<div class="edu-tab-con-box">
<img src="images/bigdata/edu-class/edu-nodata.png" width="200" height="" class="edu-nodata-img">
<p class="edu-nodata-p mb30">还没有添加授课大纲 ~ </p>
</div>
</div>
<div id="edu-tab-con-2" class="undis " >
<div class="edu-tab-con-box">
<img src="images/bigdata/edu-class/edu-nodata.png" width="200" height="" class="edu-nodata-img">
<p class="edu-nodata-p mb30">还没有添加课程资源库 ~ </p>
</div>
</div>
<div id="edu-tab-con-3" class="undis" >
<div class="edu-tab-con-box">
<img src="images/bigdata/edu-class/edu-nodata.png" width="200" height="" class="edu-nodata-img">
<p class="edu-nodata-p mb30">还没有添加课程题库 ~ </p>
</div>
</div>
<div class="cl"></div>
</div>
<div class="edu-bg">
<div class="edu-con-top clearfix">
<h2 class="fl ml15 ">参考资料</h2>
<a href="#" class="link-color-grey"><i class="fa fa-save fr mr15 mt8 " aria-hidden="true"></i></a>
</div>
<ul class=" edu-class-txt-con">
<ul class=" ">
<li class="clearfix">
<span class="font-bd fl">参考一</span>
<a href="#" title="增加" class="link-color-grey"><i class="fa fa-plus-circle font-16 ml10 fl mt5"></i></a>
<div class="cl"></div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">书名:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料名称大学计算机第6版">
</div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">编辑:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料的主编等信息">
</div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">出版社:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料的出版社和版本等信息">
</div>
</li>
<li class="clearfix">
<span class="font-bd fl">参考二</span>
<a href="#" title="增加" class="link-color-grey"><i class="fa fa-plus-circle font-16 ml10 fl mt5"></i></a>
<a href="#" title="删除" class="link-color-grey"><i class="fa fa-times-circle font-16 ml10 fl mt5"></i></a>
<div class="cl"></div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">书名:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料名称大学计算机第6版">
</div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">编辑:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料的主编等信息">
</div>
<div class=" mb10 edu-form-border clearfix">
<label class="edu-form-label fl">出版社:</label>
<input type="text" class="task-form-90 task-height-40 panel-box-sizing fl edu-form-noborder" placeholder="请输入参考资料的出版社和版本等信息">
</div>
</li>
</ul>
</ul>
</div>
</div>
<div class="with25 fr ">
<div class="edu-class-right-box ml15 mb20 ">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">教师团队</h2>
<div class=" edu-weixin-share fr">
<a href="#" class="link-color-grey fr font-12 mr15 mt3">分享<i class="fa fa-weixin fr mt5 ml5" aria-hidden="true"></i></a>
<div class="cl"></div>
<div class="edu-weixin-hide">
<font></font>
<img src="images/bigdata/trustie_QR.jpg" width="100" height="100" alt="微信分享" >
<p class="edu-weixin-p">用微信扫描二维码分享给你的小伙伴</p>
</div>
</div>
</div>
<div class="edu-h300-auto mb20">
<div class="clearfix mb20 ">
<a href="#" class="fl edu-class-user-img ml15 mr15"><img src="images/user/male.jpg" width="100" height="100"></a>
<ul class="fl mr15">
<li><a href="" class="font-16 mt5 link-name-dark task-hide">胡莎莎胡莎莎胡莎莎胡莎莎胡莎莎</a></li>
<li><span class="color-grey">讲师</span><a href="" class="font-12 ml15 link-color-grey">更换管理员</a></li>
</ul>
</div>
</div>
<a href="#" class="edu-class-right-add">
<i class="fa fa-plus" ></i>
<span>添加</span>
</a>
</div>
<div class="edu-class-right-box ml15 mb20">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">班级列表</h2>
<span class="fr mr15 color-green font-12 mt3">正在进行</span>
</div>
<ul class="edu-class-list-style ml15 mr15 edu-h350-auto mb20">
<P class="edu-nodata-p mb30">还没创建呢~</P>
</ul>
<a href="#" class="edu-class-right-add">
<i class="fa fa-plus" ></i>
<span>新建</span>
</a>
</div>
<div class="edu-class-right-box ml15 mb20">
<div class="edu-con-top clearfix mb20">
<h2 class="fl ml15 ">班级列表</h2>
<span class="fr mr15 color-grey font-12 mt3">已结束</span>
</div>
<ul class="edu-class-list-style ml15 mr15 edu-h350-auto">
<p class="edu-nodata-p ">暂无</p>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="inner-footer" style="flex: 0 0 auto;" >
<div class="inner-footer_con">
<ul class="clearfix inner-footer-nav">
<li><a href="javascript:void(0);" class="fl">网站首页</a></li>
<li><a href="javascript:void(0);" class="fl">服务协议</a></li>
<li><a href="javascript:void(0);" class="fl">支持</a></li>
<li><a href="javascript:void(0);" class="fl">社区</a></li>
</ul>
<div class="cl"></div>
<div class="fl" style="width:440px;">
<p class="footer_con-p">Email:zhiqingcs@163.com</p>
<p class="footer_con-p">Copyright 2007~2017, 智擎信息All Rights Reserved</p>
</div>
<div class="fr mt20" >
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-weixin.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
</li>
</ul>
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-qq.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
<ul class="saoma-img-box">
<font></font>
<li><img src="images/inner/saoma-qq.jpg" width="191" height="252" alt="高校教育大数据服务平台" class="img-saoma" ></li>
</ul>
</li>
</ul>
<a href="javascript:void(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="50" height="50" alt="高校智能化教学与实训平台"></a>
<p class="inner-footer-p-big fr ml30">高校智能化教学与实训平台</p>
</div>
<div class="cl"></div>
</div>
</footer>
</body>
</html>

View File

@ -1,258 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>智能课堂</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css"><!--美化input-->
<script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//tab
function g(o){return document.getElementById(o);}
function HoverLi(n){
for(var i=1;i<=3;i++){
g('edu-tab-nav-'+i).className='edu-tab-nomal';
g('edu-tab-con-'+i).className='undis';
}
g('edu-tab-con-'+n).className='dis';
g('edu-tab-nav-'+n).className='edu-tab-hover';
}
</script>
</head>
<body style="display flex;flex-direction column;height 100%;">
<header class="header" style="flex 0 0 auto;" >
<div class="header_con clearfix">
<div class="fl clearfix new-logo">
<a href="javascriptvoid(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="45" height="45" alt="高校智能化教学与实训平台"></a>
</div>
<div class="header-search fl mt10 ml15 mr15">
<select class="fl header-search-select">
<option>搜索全部</option>
<option>智能课堂</option>
<option>实训项目</option>
<option>有问有答</option>
</select>
<!--<dropdown class="fl">
<input id="toggle2" type="checkbox">
<label for="toggle2" class="animate">搜索全部<i class="fa fa-sort-down fr mt3"></i></label>
<ul class="animate">
<li class="animate">智能课堂</li>
<li class="animate">游戏实训</li>
<li class="animate">有问有答</li>
</ul>
</dropdown>
<-->
<input type="text" placeholder="请输入关键词进行搜索" class="header-search-input fl">
<a href="#"><i class="fa fa-search font-16 mt8 mr10"></i></a>
</div>
<ul class="fl innner-nav ">
<li><a href="javascriptvoid(0);" class="new-nav-a ">智能课堂</a></li>
<li><a href="javascriptvoid(0);" class=" new-nav-a ">游戏实训</a></li>
<li><a href="javascriptvoid(0);" class="new-nav-a ">有问有答</a></li>
<li><a href="javascriptvoid(0);" class=" new-nav-a ">帮助中心</a></li>
<div class="cl"></div>
</ul>
<ul class="fr inner-nav-user">
<li>
<a href="#"><img src="images/inner/male.jpg" width="45" height="45" class="inner-nav-user-img fl"alt="高校教育大数据服务平台"></a>
<i class="fa fa-sort-down fl color_white mt10 ml5"></i>
<div class="cl"></div>
</li>
<div class="task-user-dropdown">
<font></font>
<ul class="task-user-dropdown-nav">
<li><a href="#" class="task-index-name task-hide ">莎莎莎莎莎莎</a></li>
<li class="task-line"></li>
<li><a href="#">我的主页</a></li>
<li><a href="#">我的课程</a></li>
<li><a href="#">我的实训</a></li>
<li class="task-line"></li>
<li><a href="#">修改资料</a></li>
<li><a href="#">退出</a></li>
</ul>
</div>
</ul>
<a href="#" class="fr inner-nav-mes mt10" style="color#fff;">
<li class="fl">
<i class="fa fa-bell "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
<a href="#" class="fr inner-nav-mes mt10" style="color#fff;">
<li class="fl">
<i class="fa fa-check-square "></i>
<span class="inner-nav-cir">15</span>
</li>
</a>
</div>
</header>
<div class="edu-class-container " style="flex 1 0 auto;" >
<p class=" mb10"><i class="fa fa-map-marker mr5 color-grey" ></i><a href="#">首页</a> ><a href="#"> 全部课程</a> > 搜索结果</p>
<div class="edu-class-box ">
<div class="edu-class-inner mb20">
<div class="edu-class-top">
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">12345678901234567890</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学工学工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学国防科学技术大学国防科学技术大学国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushushhushu</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程课程</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushu</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1000</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">1500</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学-计算机学计算机学计算机学计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学国防科学技术大学国防科学技术大学国防科学技术大学国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushushuu</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学工学工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushushhushu</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushushushus</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学工学工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学</span>
</p>
</div>
<div class="sy_classlist clearfix">
<h3 class="resource_classlist_title fl"><a href="javascriptvoid(0);">程序<span class="color-orange">设计</span>课程</a></h3><i class="fa fa-lock fl color-grey font-16 mt8 ml5" ></i>
<div class="cl"></div>
<p class="color-grey font-12">
<a href="javascriptvoid(0);" class="edu-txt-w140 task-hide fl">hushushushhushu</a>
<span class=" fl ml30 ">教师:</span>
<span class=" fl edu-txt-w50">1</span>
<span class=" fl ml30">班级:</span>
<span class=" fl edu-txt-w50">15</span>
<span class=" fl ml30">更新时间:</span>
<span class=" fl ">2016-08-20 1420</span>
<span class=" fl ml30 edu-txt-w280 task-hide">本科-工学-计算机学</span>
<span class=" fl ml30 edu-txt-w200 task-hide">国防科学技术大学</span>
</p>
</div>
<div class="panel-pages ">
<a href="javascriptvoid(0);" class="pages-big">上一页</a>
<a href="javascriptvoid(0);" class="active ">1</a>
<a href="javascriptvoid(0);">2</a>
<a href="javascriptvoid(0);">3</a>
<a href="javascriptvoid(0);">...</a>
<a href="javascriptvoid(0);">31</a>
<a href="javascriptvoid(0);" class="pages-big">下一页</a>
<div class="cl"></div>
</div>
</div>
</div>
</div>
</div>
<footer class="inner-footer" style="flex 0 0 auto;" >
<div class="inner-footer_con">
<ul class="clearfix inner-footer-nav">
<li><a href="javascriptvoid(0);" class="fl">网站首页</a></li>
<li><a href="javascriptvoid(0);" class="fl">服务协议</a></li>
<li><a href="javascriptvoid(0);" class="fl">支持</a></li>
<li><a href="javascriptvoid(0);" class="fl">社区</a></li>
</ul>
<div class="cl"></div>
<div class="fl" style="width440px;">
<p class="footer_con-p">Emailzhiqingcs@163.com</p>
<p class="footer_con-p">Copyright 2007~2017, 智擎信息All Rights Reserved</p>
</div>
<div class="fr mt20" >
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-weixin.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
</li>
</ul>
<ul class="saoma-box fl mr30">
<li>
<img src="images/inner/img-back-qq.png" width="50" height="50" alt="高校教育大数据服务平台" class="img-show" >
<ul class="saoma-img-box">
<font></font>
<li><img src="images/inner/saoma-qq.jpg" width="191" height="252" alt="高校教育大数据服务平台" class="img-saoma" ></li>
</ul>
</li>
</ul>
<a href="javascriptvoid(0);" class="fl "><img src="images/bigdata/bigdata-logo.png" width="50" height="50" alt="高校智能化教学与实训平台"></a>
<p class="inner-footer-p-big fr ml30">高校智能化教学与实训平台</p>
</div>
<div class="cl"></div>
</div>
</footer>
</body>
</html>

View File

@ -1,286 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>弹框</title>
<link href="css/bigdata-common.css" rel="stylesheet" type="text/css" />
<link href="css/bigdata-public.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/edu-class.css" rel="stylesheet" type="text/css" >
<link href="css/bigdata-popup.css" rel="stylesheet" type="text/css" >
<link href="css/magic-check.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="task-popup" style="width:450px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">更换管理员</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con " >
<div class="newupload_conbox " >
<div class="alert alert-orange mb15 font-12">
选择的成员将会成为新的管理员<br/>
您将不再拥有管理员的权限,但您仍是教师团队的一员
</div>
<div class="clearfix mb15 edu-bg-light-blue edu-max-h200">
<ul class="">
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">凌彬凌彬凌彬凌彬凌彬</span><span class=" fl mr15 ">(m12345678)</span>
</label>
</li>
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">凌彬凌彬凌</span><span class=" fl mr15">(m12345678)</span>
</label>
</li>
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio edu-color-grey">
<label class=" fl mt5 ml5 edu-class-pop-label">
<span class="edu-info-dark task-hide fl">凌彬凌彬凌</span><span class=" fl mr15">(m12345678)</span>
</label>
</li>
<li class="clearfix">
<input type="radio" class="fl mt12 magic-radio edu-color-grey">
<label class=" fl mt5 ml5 edu-class-pop-label">
<span class="edu-info-dark task-hide fl">凌彬凌彬凌</span><span class=" fl mr15">(m12345678)</span>
</label>
</li>
</ul>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup" style="width:640px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">教师团队-添加</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con " >
<div class="newupload_conbox " >
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入用户的真实姓名进行搜索" type="text" >
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search" ></i></a>
</div>
<div class="clearfix mb15">
<ul class="upload_select_box fl">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-name-dark task-hide fl">凌彬凌彬凌彬凌彬凌彬凌彬</span><span class=" fl mr5">(m12345678)</span>
<span class="fl color-grey">讲师</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-name-dark task-hide fl">凌彬凌彬凌彬凌彬凌彬凌彬</span><span class=" fl mr5">(m12345678)</span>
<span class="fl color-grey">讲师</span>
</label>
</li>
</ul>
<ul class="upload_select_box fl ml10 ">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-color-grey">
<span class="edu-name-dark task-hide fl">凌彬凌彬凌彬凌彬凌彬凌彬</span><span class="edu-name-dark task-hide fl">(m123456)</span>
</label>
</li>
</ul>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup" style="width:450px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">发送资源</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con " >
<div class="newupload_conbox " >
<div class="alert alert-orange mb15 font-12">
<button data-dismiss="alert" class="task-close fr " type="button">×</button>
选择的资源将会发送到指定班级
</div>
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入班级名称的关键字进行搜索" type="text" >
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search" ></i></a>
</div>
<div class="clearfix mb15 edu-bg-light-blue edu-max-h200">
<ul class="">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
</ul>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup" style="width:450px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">发送题库</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con " >
<div class="newupload_conbox " >
<div class="alert alert-orange mb15 font-12">
<button data-dismiss="alert" class="task-close fr " type="button">×</button>
选择的题将会发送到指定班级
</div>
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入班级名称的关键字进行搜索" type="text" >
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search" ></i></a>
</div>
<div class="clearfix mb15 edu-bg-light-blue edu-max-h200">
<ul class="">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
</ul>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup" style="width:450px;">
<div class=" task-popup-title clearfix task-popup-bggrey">
<h3 class="fl ">课程选用</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task_popup_con " >
<div class="newupload_conbox " >
<div class="alert alert-orange mb15 font-12">
<button data-dismiss="alert" class="task-close fr " type="button">×</button>
课程资源和课程题库将全部会发送到指定班级
</div>
<div class=" mb10 edu-position">
<input class="task-form-100 task-height-40 panel-box-sizing " placeholder="输入班级名称的关键字进行搜索" type="text" >
<a href="javascript:void(0);" class="edu-btn-search font-16 color-grey mt10"><i class="fa fa-search" ></i></a>
</div>
<div class="clearfix mb15 edu-bg-light-blue edu-max-h200">
<ul class="">
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件工程计算机系A班2016秋季</span>
</label>
</li>
<li class="clearfix">
<input type="checkbox" class="fl mt12 magic-checkbox">
<label class=" fl mt5 ml5 edu-class-pop-label edu-color-grey">
<span class="edu-info-dark task-hide fl">软件工程计算机系A班2016秋季软件</span>
</label>
</li>
</ul>
</div>
<a href="#" class=" task-btn task-btn-blue fr ">确定</a>
<a href="#" class=" task-btn fr mr10">取消</a>
<div class="cl"></div>
</div>
</div>
</div>
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">资源已经发送到指定班级 </div>
<div class="task-popup-submit02 clearfix">
<a href="#" class="task-btn task-btn-blue">知道啦</a>
</div>
</div>
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">已发送到目标班级的作业列表<br/>
但需要您设置发布和截止时间,以激活相应作业,谢谢! </div>
<div class="task-popup-submit02 clearfix">
<a href="#" class="task-btn task-btn-blue">知道啦</a>
</div>
</div>
<div class="task-popup">
<div class=" task-popup-title clearfix">
<h3 class="fl color-grey">提示</h3>
<a href="#"><i class="fa fa-times-circle font-18 link-color-grey fr mt5"></i></a>
</div>
<div class="task-popup-content">
<p class="task-popup-text-center font-16">已经复用到指定班级<br/>
但需要您设置发布时间,以激活他们,谢谢!</div>
<div class="task-popup-submit02 clearfix">
<a href="#" class="task-btn task-btn-blue">知道啦</a>
</div>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -21,7 +21,7 @@ input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; ou
.new_register_left{ margin-top:150px;}
.new_login_tishi{ color: #fff; }
/* 展示内容 */
.new-container{ width: 100%;}
.new-container{ width: 100%; min-width:1200px;}
.new-container-inner{width:1200px; margin:0px auto; padding:100px 0;}
.inner-txt{ width:300px;}
.inner-txt-h3{ font-size: 18px; color: #333; margin-bottom:20px;}
@ -47,10 +47,6 @@ a:hover.wx_help{ text-decoration: underline;}
.hidetips:hover{ }
/* 新版内页 */
.innner-nav li{ float: left; margin-right: 25px;}
.inner-banner{ background:url(/images/inner/banner-inner.jpg) 0px 0px no-repeat; width: 100%; height: 550px; padding-top:50px;}
.inner-banner-con{ width: 1200px; margin: 0px auto; color:#fff; text-align: center;}
.inner-banner-con h2{ font-size: 60px; font-weight: normal;}
.inner-banner-con-h3{font-size: 24px; font-weight: normal; color: #fff;}
.inner-c_blue{ color:#3b94d6;}
a.btn-blue{ display: block; width:265px; height:40px; line-height: 40px; background:#3b94d6; color:#fff!important; font-size:14px; border-radius:5px; text-align:center;border: 3px solid #3b94d6; font-weight: bold; }
a:hover.btn-blue{background: #2384cd; border: 3px solid #2384cd;}

View File

@ -1,6 +1,6 @@
/* 头部 */
.header{ width:100%; height:51px;background:#46484c; }
.header_con{ width:1200px; height:50px; margin:0 auto; }
.header{ width:100%; height:51px;min-width:1200px;background:#46484c; }
.header_con{ width:1200px; min-width:1200px; height:50px; margin:0 auto; }
.new-logo img{ width: 31px; height: 31px; margin-top:10px;}
.new-logo p{ font-size: 18px; color:#fff; line-height: 50px; }
a.new-nav-a{ display: block; font-size: 14px; line-height: 50px; color:#fff;}
@ -61,7 +61,7 @@ $colors: #fff, #0072B5, #2C3E50;
.footer_con-inner li a{ font-size: 16px; color: #888;display: block;padding:0 15px; border-right: solid 1px #888;}
.footer_con-inner li a:hover{text-decoration: underline;}
.footer_con-p{ color: #888; margin-top:10px;}
.inner-footer{ width: 100%; background:#323232; padding-bottom:30px;}
.inner-footer{ width: 100%; min-width:1200px; background:#323232; padding-bottom:30px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}

View File

@ -1,6 +1,6 @@
/* 新版展示内页 */
.inner-banner{ background:url(/images/inner/banner-inner.jpg) 0px 0px no-repeat; width: 100%; height: 550px; padding-top:50px;}
.inner-banner{ background:url(/images/inner/banner-inner.jpg) 0px 0px repeat-x; width: 100%;min-width:1200px; height: 550px; padding-top:50px;}
.inner-man{ position: absolute; right:100px; top:115px;}
.inner-man img{width:200px; }
.inner-banner-con{ width: 1200px; margin: 0px auto; color:#fff; text-align: center;}

View File

@ -119,7 +119,7 @@ a:hover.btn-blue-line{background: #3b94d6; color:#fff;}
.innerbox-txt{ width:300px;}
.back-color-black{ background:#47494d;}
.inner-t-c{ text-align: center;}
.inner-footer{ width: 100%; background:#323232; height:155px;}
.inner-footer{ width: 100%; min-width:1200px; background:#323232; height:155px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}

View File

@ -441,7 +441,7 @@ a.f_grey {color:#666666;}
a.f_grey:hover {color:#000000;}
/* 底部 */
.inner-footer{ width: 100%; background:#323232; height:155px;}
.inner-footer{ width: 100%; min-width:1200px; background:#323232; height:155px;}
.inner-footer_con{ width: 1200px; margin: 0 auto;}
.inner-footer-nav{ height: 50px; border-bottom:1px solid #47494d;}
.inner-footer-nav li a{ float: left; margin-right:15px; font-size: 14px; color: #888; line-height: 50px;}

View File

@ -68,12 +68,12 @@ a.rightbar-pause{ color:#29bd8b; font-size: 18px; margin-right:15px; margin-top:
.task-popup-content{ padding:15px;}
.task-popup-submit{ margin:15px auto; width: 200px;}
/* TPM */
.task-header{ width: 100%; background:url("/images/task/task-bg-header.png") 0 0 repeat-x; height: 100px;}
.task-header{ width: 100%;min-width:1200px; background:url("/images/task/task-bg-header.png") 0 0 repeat-x; height: 100px;}
.task-header-info{ width: 1200px; margin: 0 auto; color:#fff; padding:30px 0;}
.task-header-info h2 a,.task-header-info h2{ font-weight: normal;color:#fff;}
a.task-header-name{ max-width:200px;}
.task-header-title{ display: block; max-width:750px;word-wrap: break-word;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.task-header-nav{ width: 100%; height:50px; background:#282c37;}
.task-header-nav{ width: 100%;min-width:1200px; height:50px; background:#282c37;}
.task-header-navs{ width: 1200px; margin: 0 auto;}
.task-header-navs li{ float: left;}
.task-header-navs li a{ display: block; height: 50px; padding:0 50px; color:#fff; text-align: center; font-size: 16px; line-height: 50px;}
@ -272,4 +272,4 @@ a.shixun-task-btn { display: inline-block;
.shixun_title {color: #333;font-size: 16px;}
.g_frame{border: 1px solid #21b524;color: #21b524;padding: 5px;border-radius: 3px;}
.loading-center{text-align: center; padding-top: 50px;}
.two_lines_show{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 60px}
.two_lines_show{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 60px}