-
-
- <%= link_to image_tag(url_to_avatar(activity.user), :width => "50", :height => "50"), user_path(activity.user_id), :alt => "用户头像" %>
-
-
-
- <% if activity.try(:user).try(:realname) == ' ' %>
- <%= link_to activity.try(:user), user_path(activity.user_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
- <% else %>
- <%= link_to activity.try(:user).try(:realname), user_path(activity.user_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
- <% end %> TO
- <%= link_to activity.course.name.to_s+" | 课程作业", homework_common_index_path(:course => activity.course.id, :host=> Setting.host_course), :class => "newsBlue ml15"%>
-
-
- <%= link_to activity.name.to_s, student_work_index_path(:homework => activity.id,:host=> Setting.host_course), :class => "postGrey"%>
-
- <% if activity.homework_detail_manual%>
- <% if activity.homework_detail_manual.comment_status == 1%>
- <% if activity.anonymous_comment == 0%>
-
未开启匿评
- <% else %>
-
匿评已禁用
- <% end %>
- <% if Time.parse(activity.end_time.to_s).strftime("%Y-%m-%d") >= Time.now.strftime("%Y-%m-%d")%>
-
作品提交中
- <% elsif Time.parse(activity.end_time.to_s).strftime("%Y-%m-%d") < Time.now.strftime("%Y-%m-%d") %>
-
作品补交中
- <% end %>
- <% elsif activity.homework_detail_manual.comment_status == 2%>
- <% if activity.anonymous_comment == 0%>
-
匿评中
- <% else %>
-
匿评已禁用
- <% end %>
-
教师评阅中
- <% elsif activity.homework_detail_manual.comment_status == 3%>
- <% if activity.anonymous_comment == 0%>
-
匿评已结束
- <% else %>
-
匿评已禁用
- <% end %>
-
教师评阅中
- <% end%>
- <% end%>
-
- <% if activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 1%>
-
系统提示:该作业要求各组长<%=link_to "创建项目", new_project_path(:host=>Setting.host_name),:class=>"c_red",:title=>"新建项目",:style=>"text-decoration:underline;"%>,组成员加入项目,然后由组长关联项目。谢谢配合!
- <% elsif activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 0%>
-
系统提示:该作业要求各组长提交作品,提交作品时请添加组成员。谢谢配合!
- <% end %>
-
- <% if activity.homework_type == 3 && !is_teacher && activity.homework_detail_group.base_on_project == 1 && User.current.member_of_course?(activity.course)%>
- <% projects = cur_user_projects_for_homework activity %>
- <% works = cur_user_works_for_homework activity %>
- <% if works.nil? && projects.nil? %>
-
- <%=link_to "关联项目",new_student_work_project_student_work_index_path(:homework => activity.id,:is_in_course=>-1,:user_activity_id=>user_activity_id,:course_activity=>course_activity),remote: true,:class=> 'c_blue', :title=> '请各组长关联作业项目' %>
- <%#= relate_project(activity,is_teacher,-1,user_activity_id,course_activity) %>
-
- <% elsif works.nil? %>
-
- <%=link_to "取消关联",cancel_relate_project_student_work_index_path(:homework => activity.id,:is_in_course=>-1,:user_activity_id=>user_activity_id,:course_activity=>course_activity), :confirm => "您确定要取消关联吗?", remote: true,:class => "c_blue", :title=> '取消关联项目' %>
-
- <% end %>
- <% end %>
-
- <% is_teacher = User.current.allowed_to?(:as_teacher,activity.course) %>
- <%= user_for_homework_common activity,is_teacher %>
-
-
- <% if activity.homework_type == 2 && is_teacher%>
-
- <%= link_to "模拟答题", new_user_commit_homework_users_path(homework_id: activity.id, is_test: true), class: 'c_blue test-program-btn', title: '教师可以通过模拟答题设置作业的标准答案' %>
-
- <% end %>
- <% if activity.homework_type == 2%>
-
- 语言:
- <%= activity.language_name%>
-
- <% end %>
- <% if activity.homework_type == 3 && activity.homework_detail_group%>
-
- 分组人数:<%=activity.homework_detail_group.min_num %>-<%=activity.homework_detail_group.max_num %> 人
-
- <% end %>
-
截止时间:<%= activity.end_time.to_s %> 23:59
-
-
-
- <%= activity.description.html_safe %>
-
-
-
-
-
-
-
-
-
- 迟交扣分:<%= activity.late_penalty%>分
-
-
- 匿评开启时间:<%= activity.homework_detail_manual.evaluation_start%> 00:00
-
-
-
-
-
- 缺评扣分:<%= activity.homework_detail_manual.absence_penalty%>分/作品
-
-
- 匿评关闭时间:<%= activity.homework_detail_manual.evaluation_end%> 23:59
-
-
-
-
- <%= render :partial => 'student_work/work_attachments', :locals => {:attachments => activity.attachments} %>
-
-
- <% if activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 1 %>
-
- <% projects = activity.student_work_projects.where("is_leader = 1") %>
-
- 已关联项目:<%='各小组尚未将小组项目关联到本次作业。' if projects.empty? %>
-
- <% projects.each do |pro| %>
- <% project = Project.find pro.project_id %>
-
-
- <% if project.is_public || User.current.member_of?(project) || User.current.admin? %>
- <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s,:alt =>"项目头像" %>
- <% else %>
- <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s,:alt =>"项目头像") %>
- <% end %>
-
- 项目名称:<%=project.name %>
- 创建者:<%=(User.find project.user_id).show_name %>(组长)
- <% time=project.updated_on %>
- <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
- 更新时间:<%=time_from_now time %>
-
-
- <% end %>
-
- <% end %>
-
- <% if is_teacher%>
- <% comment_status = activity.homework_detail_manual.comment_status %>
-
-
-
-
-
- <%= link_to l(:button_edit),edit_homework_common_path(activity,:is_in_course => -1,:course_activity=>course_activity), :class => "postOptionLink"%>
-
-
- <%= link_to(l(:label_bid_respond_delete), homework_common_path(activity,:is_in_course => -1,:course_activity=>course_activity),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "postOptionLink") %>
-
-
- <%= link_to("评分设置", score_rule_set_homework_common_path(activity,:user_activity_id => user_activity_id, :is_in_course => -1,:course_activity=>course_activity),:class => "postOptionLink", :remote => true) %>
-
- <% if activity.anonymous_comment == 0 %>
-
- <%= link_to("匿评设置", start_evaluation_set_homework_common_path(activity,:user_activity_id => user_activity_id, :is_in_course => -1,:course_activity=>course_activity),:class => "postOptionLink", :remote => true) if activity.homework_detail_manual.comment_status == 1%>
-
-
- <%= homework_anonymous_comment activity,-1,user_activity_id,course_activity %>
-
- <% end %>
- <% if activity.anonymous_comment == 0 && (comment_status == 0 || comment_status == 1)%>
-
- <%= link_to("禁用匿评", alert_forbidden_anonymous_comment_homework_common_path(activity,:user_activity_id => user_activity_id,:course_activity=>course_activity),:class => "postOptionLink", :remote => true)%>
-
- <% end %>
-
-
-
-
- <% end%>
-
-
-
-
- <% count=activity.journals_for_messages.count %>
-
-
-
-
- 回复(<%= count %>)
-
-
- <%if count>3 %>
-
- <% end %>
-
-
- <% replies_all_i = 0 %>
- <% if count > 0 %>
-
-
- <% activity.journals_for_messages.reorder("created_on desc").each do |comment| %>
-
- <% replies_all_i = replies_all_i + 1 %>
-
-
- <%= link_to image_tag(url_to_avatar(comment.user), :width => "33", :height => "33", :class =>"mt8"), user_path(comment.user_id), :alt => "用户头像" %>
-
-
-
- <% if comment.try(:user).try(:realname) == ' ' %>
- <%= link_to comment.try(:user), user_path(comment.user_id), :class => "newsBlue mr10 f14" %>
- <% else %>
- <%= link_to comment.try(:user).try(:realname), user_path(comment.user_id), :class => "newsBlue mr10 f14" %>
- <% end %>
- <%= format_time(comment.created_on) %>
-
-
-
-
-
-
- <% end %>
-
-
- <% end %>
-
-
-
<%= link_to image_tag(url_to_avatar(User.current), :width => "33", :height => "33"), :alt => "用户头像" %>
-
-
- <%= form_for('new_form',:url => {:controller => 'words', :action => 'leave_homework_message', :id => activity.id},:method => "post", :remote => true) do |f|%>
- <%= hidden_field_tag 'user_activity_id',params[:user_activity_id],:value =>user_activity_id %>
- <%= hidden_field_tag 'course_activity',params[:course_activity],:value =>course_activity %>
-
-
-
发送
-
-
- <% end%>
-
-
-
-
-
-
+<% is_teacher = User.current.allowed_to?(:as_teacher,activity.course) %>
+
+
+
+ <%= link_to image_tag(url_to_avatar(activity.user), :width => "50", :height => "50"), user_path(activity.user_id), :alt => "用户头像" %>
+
+
+
+ <% if activity.try(:user).try(:realname) == ' ' %>
+ <%= link_to activity.try(:user), user_path(activity.user_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
+ <% else %>
+ <%= link_to activity.try(:user).try(:realname), user_path(activity.user_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
+ <% end %> TO
+ <%= link_to activity.course.name.to_s+" | 课程作业", homework_common_index_path(:course => activity.course.id, :host=> Setting.host_course), :class => "newsBlue ml15"%>
+
+
+ <%= link_to activity.name.to_s, student_work_index_path(:homework => activity.id,:host=> Setting.host_course), :class => "postGrey"%>
+
+ <% if activity.homework_detail_manual%>
+ <% if activity.homework_detail_manual.comment_status == 1%>
+ <% if activity.anonymous_comment == 0%>
+
未开启匿评
+ <% else %>
+
匿评已禁用
+ <% end %>
+ <% if Time.parse(activity.end_time.to_s).strftime("%Y-%m-%d") >= Time.now.strftime("%Y-%m-%d")%>
+
作品提交中
+ <% elsif Time.parse(activity.end_time.to_s).strftime("%Y-%m-%d") < Time.now.strftime("%Y-%m-%d") %>
+
作品补交中
+ <% end %>
+ <% elsif activity.homework_detail_manual.comment_status == 2%>
+ <% if activity.anonymous_comment == 0%>
+
匿评中
+ <% else %>
+
匿评已禁用
+ <% end %>
+
教师评阅中
+ <% elsif activity.homework_detail_manual.comment_status == 3%>
+ <% if activity.anonymous_comment == 0%>
+
匿评已结束
+ <% else %>
+
匿评已禁用
+ <% end %>
+
教师评阅中
+ <% end%>
+ <% end%>
+
+ <% if activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 1%>
+
系统提示:该作业要求各组长<%=link_to "创建项目", new_project_path(:host=>Setting.host_name),:class=>"c_red",:title=>"新建项目",:style=>"text-decoration:underline;"%>,组成员加入项目,然后由组长关联项目。谢谢配合!
+ <% elsif activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 0%>
+
系统提示:该作业要求各组长提交作品,提交作品时请添加组成员。谢谢配合!
+ <% end %>
+
+ <% if activity.homework_type == 3 && !is_teacher && activity.homework_detail_group.base_on_project == 1 && User.current.member_of_course?(activity.course)%>
+ <% projects = cur_user_projects_for_homework activity %>
+ <% works = cur_user_works_for_homework activity %>
+ <% if works.nil? && projects.nil? %>
+
+ <%=link_to "关联项目",new_student_work_project_student_work_index_path(:homework => activity.id,:is_in_course=>-1,:user_activity_id=>user_activity_id,:course_activity=>course_activity),remote: true,:class=> 'c_blue', :title=> '请各组长关联作业项目' %>
+ <%#= relate_project(activity,is_teacher,-1,user_activity_id,course_activity) %>
+
+ <% elsif works.nil? %>
+
+ <%=link_to "取消关联",cancel_relate_project_student_work_index_path(:homework => activity.id,:is_in_course=>-1,:user_activity_id=>user_activity_id,:course_activity=>course_activity), :confirm => "您确定要取消关联吗?", remote: true,:class => "c_blue", :title=> '取消关联项目' %>
+
+ <% end %>
+ <% end %>
+
+ <% is_teacher = User.current.allowed_to?(:as_teacher,activity.course) %>
+ <%= user_for_homework_common activity,is_teacher %>
+
+
+ <% if activity.homework_type == 2 && is_teacher%>
+
+ <%= link_to "模拟答题", new_user_commit_homework_users_path(homework_id: activity.id, is_test: true), class: 'c_blue test-program-btn', title: '教师可以通过模拟答题设置作业的标准答案' %>
+
+ <% end %>
+ <% if activity.homework_type == 2%>
+
+ 语言:
+ <%= activity.language_name%>
+
+ <% end %>
+ <% if activity.homework_type == 3 && activity.homework_detail_group%>
+
+ 分组人数:<%=activity.homework_detail_group.min_num %>-<%=activity.homework_detail_group.max_num %> 人
+
+ <% end %>
+
截止时间:<%= activity.end_time.to_s %> 23:59
+
+
+
+ <%= activity.description.html_safe %>
+
+
+
+
+
+
+
+
+
+ 迟交扣分:<%= activity.late_penalty%>分
+
+
+ 匿评开启时间:<%= activity.homework_detail_manual.evaluation_start%> 00:00
+
+
+
+
+
+ 缺评扣分:<%= activity.homework_detail_manual.absence_penalty%>分/作品
+
+
+ 匿评关闭时间:<%= activity.homework_detail_manual.evaluation_end%> 23:59
+
+
+
+
+ <%= render :partial => 'student_work/work_attachments', :locals => {:attachments => activity.attachments} %>
+
+
+ <% if activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 1 %>
+
+ <% projects = activity.student_work_projects.where("is_leader = 1") %>
+
+ 已关联项目:<%='各小组尚未将小组项目关联到本次作业。' if projects.empty? %>
+
+ <% projects.each do |pro| %>
+ <% project = Project.find pro.project_id %>
+
+
+
+ <% if project.is_public || User.current.member_of?(project) || User.current.admin? %>
+ <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s,:alt =>"项目头像" %>
+ <% else %>
+ <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s,:alt =>"项目头像") %>
+ <% end %>
+
TimTang (组长)
+
2个月前
+
+ 项目名称:<%=project.name %>
+ 创建者:<%=(User.find project.user_id).show_name %>(组长)
+ <% time=project.updated_on %>
+ <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
+ 更新时间:<%=time_from_now time %>
+
+
+ <% end %>
+
+ <% end %>
+
+ <% if is_teacher%>
+ <% comment_status = activity.homework_detail_manual.comment_status %>
+
+
+
+
+
+ <%= link_to l(:button_edit),edit_homework_common_path(activity,:is_in_course => -1,:course_activity=>course_activity), :class => "postOptionLink"%>
+
+
+ <%= link_to(l(:label_bid_respond_delete), homework_common_path(activity,:is_in_course => -1,:course_activity=>course_activity),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "postOptionLink") %>
+
+
+ <%= link_to("评分设置", score_rule_set_homework_common_path(activity,:user_activity_id => user_activity_id, :is_in_course => -1,:course_activity=>course_activity),:class => "postOptionLink", :remote => true) %>
+
+ <% if activity.anonymous_comment == 0 %>
+
+ <%= link_to("匿评设置", start_evaluation_set_homework_common_path(activity,:user_activity_id => user_activity_id, :is_in_course => -1,:course_activity=>course_activity),:class => "postOptionLink", :remote => true) if activity.homework_detail_manual.comment_status == 1%>
+
+
+ <%= homework_anonymous_comment activity,-1,user_activity_id,course_activity %>
+
+ <% end %>
+ <% if activity.anonymous_comment == 0 && (comment_status == 0 || comment_status == 1)%>
+
+ <%= link_to("禁用匿评", alert_forbidden_anonymous_comment_homework_common_path(activity,:user_activity_id => user_activity_id,:course_activity=>course_activity),:class => "postOptionLink", :remote => true)%>
+
+ <% end %>
+
+
+
+
+ <% end%>
+
+
+
+
+ <% count=activity.journals_for_messages.count %>
+
+
+
+
+ 回复(<%= count %>)
+
+
+ <%if count>3 %>
+
+ <% end %>
+
+
+ <% replies_all_i = 0 %>
+ <% if count > 0 %>
+
+
+ <% activity.journals_for_messages.reorder("created_on desc").each do |comment| %>
+
+ <% replies_all_i = replies_all_i + 1 %>
+
+
+ <%= link_to image_tag(url_to_avatar(comment.user), :width => "33", :height => "33", :class =>"mt8"), user_path(comment.user_id), :alt => "用户头像" %>
+
+
+
+ <% if comment.try(:user).try(:realname) == ' ' %>
+ <%= link_to comment.try(:user), user_path(comment.user_id), :class => "newsBlue mr10 f14" %>
+ <% else %>
+ <%= link_to comment.try(:user).try(:realname), user_path(comment.user_id), :class => "newsBlue mr10 f14" %>
+ <% end %>
+ <%= format_time(comment.created_on) %>
+
+
+
+
+
+
+ <% end %>
+
+
+ <% end %>
+
+
+
<%= link_to image_tag(url_to_avatar(User.current), :width => "33", :height => "33"), :alt => "用户头像" %>
+
+
+ <%= form_for('new_form',:url => {:controller => 'words', :action => 'leave_homework_message', :id => activity.id},:method => "post", :remote => true) do |f|%>
+ <%= hidden_field_tag 'user_activity_id',params[:user_activity_id],:value =>user_activity_id %>
+ <%= hidden_field_tag 'course_activity',params[:course_activity],:value =>course_activity %>
+
+
+
发送
+
+
+ <% end%>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css
index 9b6f4f9fe..e73109eed 100644
--- a/public/stylesheets/new_user.css
+++ b/public/stylesheets/new_user.css
@@ -1,1394 +1,1397 @@
-/* CSS Document */
-/* 2015-06-26 */
-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{ margin:0; padding:0;}
-body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.5; background:#eaebec;}
-div,img,tr,td,table{ border:0;}
-table,tr,td{border:0;cellspacing:0; cellpadding:0;}
-ol,ul,li{ list-style-type:none}
-a:link,a:visited{color:#7f7f7f;text-decoration:none;}
-a:hover,a:active{color:#000;}
-.pInline {margin:0px; padding:0px; display:inline-block;}
-
-/*常用*/
-/*#RSide{ background:#fff;}*/
-#users_setting{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
-#RSide{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
-/*上传图片处理*/
-.upload_img img{max-width: 100%;}
-blockquote img{max-width: 100%;}
-.hidden{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
-.none{display: none;}
-.rside_back{ width:670px; margin-left:10px; background:#fff; margin-bottom:10px;}
-.break_word{ word-break:break-all; word-wrap: break-word;}
-select,input,textarea{ border:1px solid #64bdd9; background:#fff; color:#000; padding-left:5px; }
-.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #707070; color:#000; border-radius:3px; padding:1px 10px; background:#dbdbdb;}
-.sub_btn:hover{ background:#b5e2fa; color:#000; border:1px solid #3c7fb1;}
-table{ background:#fff;}
-.more{ font-weight:normal; color:#999; font-size:12px;}
-.no_line{ border-bottom:none;}
-.line{border-bottom:1px dashed #d4d4d4; padding-bottom:10px; margin-bottom:10px;}
-.no_border{ border:none;background:none;}
-.min_search{ width:150px; height:20px; border:1px solid #d0d0d0; color:#666; background:url(../images/public_icon.png) 135px -193px no-repeat; cursor:pointer;}
-.db {display:block;}
-/* font & color */
-h2{ font-size:18px; color:#269ac9;}
-h3{ font-size:14px; color:#e8770d;}
-h4{ font-size:14px; color:#3b3b3b;}
-.f12{font-size:12px; font-weight:normal;}
-.f14{font-size:14px;}
-.f16{font-size:16px;}
-.f18{font-size:18px;}
-.fb{font-weight:bold;}
-.lh20{line-height:20px;}
-.lh22{line-height:22px;}
-.lh24{line-height:24px;}
-.lh26{line-height:26px;}
-.fmYh{font-family:"MicroSoft Yahei";}
-.font999{ color:#999;}
-.fontRed{color:#770000;}
-.text_c{ text-align:center;}
-
-/* Float & Clear */
-.cl{ clear:both; overflow:hidden; }
-.fl{float:left;display:inline;}
-.fr{float:right;display:inline;}
-.f_l{ float:left;}
-.f_r{ float:right;}
-.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
-.clearfix{clear:both;zoom:1}
-.break_word{ word-break:break-all; word-wrap: break-word;}
-.white_space{white-space:nowrap;}
-.fontGrey3 {color:#484848;}
-a.linkGrey6 {color:#484848 !important;}
-a.linkGrey6:hover {color:#ffffff !important;}
-.markPopup {width:290px; height:auto; padding:5px 0px 15px 15px; background-color:#ffffff; z-index:1000;}
-.markInput { outline:none; border:1px solid #e6e6e6; height:30px; width:140px; color:#3d3c3c;}
-.markPercentage {margin:10px 0; border:1px solid #e6e6e6; width:70px; height:30px; outline:none; font-size:12px; color:#3d3c3c;}
-
-/* Spacing */
-.ml2{ margin-left:2px;}
-.ml3{ margin-left:3px;}
-.ml4{ margin-left:4px;}
-.ml5{ margin-left:5px;}
-.ml8{ margin-left:8px;}
-.ml10{ margin-left:10px;}
-.ml15{ margin-left:15px;}
-.ml20{ margin-left:20px;}
-.ml36{ margin-left:36px; }
-.ml40{ margin-left:40px;}
-.ml45{ margin-left:45px;}
-.ml55{ margin-left:55px;}
-.ml30{ margin-left:30px;}
-.ml60{ margin-left:60px;}
-.ml80{ margin-left:80px;}
-.ml90{ margin-left:90px;}
-.ml100{ margin-left:100px;}
-.ml110{ margin-left:110px;}
-.ml125 { margin-left:125px;}
-.ml150 { margin-left:150px;}
-.mr-5 {margin-right:-5px;}
-.mr5{ margin-right:5px;}
-.mr45 {margin-right:45px;}
-.mr55{ margin-right:55px;}
-.mr10{ margin-right:10px;}
-.mr15 {margin-right:15px;}
-.mr20{ margin-right:20px;}
-.mr30{ margin-right:30px !important;}
-.mr40{ margin-right:40px !important;}
-.mw20{ margin: 0 20px;}
-.mt-20 {margin-top:-20px;}
-.mt-4 {margin-top: -4px;}
-.mt0 {margin-top: 0px !important;}
-.mt3{ margin-top:3px;}
-.mt5{ margin-top:5px;}
-.mt8{ margin-top:8px !important;}
-.mt10{ margin-top:10px !important;}
-.mt12 { margin-top:12px;}
-.mt15 {margin-top:15px;}
-.mt19 {margin-top:19px !important;}
-.mb0 {margin-bottom: 0px !important;}
-.mb4{ margin-bottom:4px;}
-.mb5{ margin-bottom:5px;}
-.mb8 {margin-bottom:8px !important;}
-.mb10{ margin-bottom:10px !important;}
-.mb12 {margin-bottom:12px !important;}
-.mb15{margin-bottom: 15px;}
-.mb20{ margin-bottom:20px;}
-.pl15{ padding-left:15px;}
-.w20{ width:20px;}
-.w50 {width:50px;}
-.w60{ width:60px;}
-.w70{ width:70px;}
-.w90{ width:90px;}
-.w210{ width:210px;}
-.w150{ width:150px;}
-.w280{ width:280px;}
-.w350 {width:350px;}
-.w430{ width:470px;}
-.w520{ width:520px;}
-.w543{ width:543px;}
-.w557{ width:557px;}
-.w583{ width:583px;}
-.w350{ width:350px;}
-.w610{ width:610px;}
-.w600{ width:600px;}
-.w713{width: 713px;}
-.h22{ height:22px;}
-.h26{ height:26px;}
-.h50{ height:50px;}
-.h70{ height:70px;}
-.h150{ height:150px;}
-.p10 {padding-left:10px; padding-right:10px;}
-
-/* Font & background Color */
-a.b_grey{ background: #F5F5F5;}
-a.b_dgrey{ background: #CCC;}
-a.c_orange{color:#ff5722;}
-a:hover.c_orange{color: #d33503;}
-a.c_lorange{color:#ff9900;}
-a:hover.c_lorange{color:#fff;}
-a.c_blue{ color:#269ac9;}
-a.c_dblue{ color:#09658c;}
-a:hover.c_dblue{ color:#297fb8;}
-a.c_white{ color:#fff;}
-input.c_white { color:#fff}
-a.c_dorange{ color:#fd6e2a;}
-a.c_dark{color: #3e4040;}
-a:hover.c_dark{color: #3ca5c6;}
-a.b_blue{background: #64bdd9;}
-a:hover.b_blue{background: #41a8c8;}
-a.b_green{background:#28be6c;}
-a:hover.b_green{background:#14ad5a;}
-a.c_blue02{color: #3ca5c6;}
-a:hover.c_blue02{color: #0781b4;}
-a.c_red{ color:#F00;}
-a:hover.c_red{ color: #C00;}
-a.c_purple{color: #426e9a;}
-a:hover.c_purple{color: #d33503;}
-a.c_green{ color:#28be6c;}
-
-.b_grey{ background: #F5F5F5;}
-.b_dgrey{ background: #CCC;}
-.c_orange{color:#e8770d;}
-.c_dark{ color:#2d2d2d;}
-.c_lorange{ color:#ff9900;}
-.c_purple{color: #6883b6;}
-.c_blue{ color:#269ac9;}
-.c_red{ color:#F00;}
-.c_green{ color:#28be6c;}
-.c_dblue{ color:#09658c;}
-.b_blue{background:#64bdd9;}
-.b_green{background:#28be6c;}
-.b_w{ background:#fff;}
-
-/*font&color add by Tim*/
-.fontGrey {color:#cecece;}
-.fontGrey2 {color:#888888;}
-.fontGrey3 {color:#484848;}
-.fontBlue {color:#3498db;}
-a.underline {text-decoration:underline;}
-a.fontBlue {color:#297fb8;}
-a.fontGrey {color:#cecece;}
-a.fontGrey2 {color:#888888;}
-a.linkOrange {color:#ff7143;}
-a.linkBlue {color:#269ac9;}
-a.linkBlue:hover {color:#297fb8;}
-a.linkBlue2 {color:#3498db;}
-a.linkBlue2:hover {color:#297fb8;}
-a.buttonBlue {background-color:#269ac9;}
-a.buttonBlue:hover {background-color:#297fb8;}
-a.linkGrey {color:#484848;}
-a.linkGrey:hover {color:#269ac9;}
-a.linkGrey2 {color:#888888;}
-a.linkGrey2:hover {color:#484848;}
-a.linkGrey3 {color:#484848;}
-a.linkGrey3:hover {color:#000000;}
-a.linkGrey4 {color:#484848;}
-a.linkGrey4:hover {color:#297fb8;}
-a.linkGrey5 {color:#484848;}
-a.linkGrey5:hover {color:#3498db;}
-a.linkGrey6 {color:#484848 !important;}
-a.linkGrey6:hover {color:#ffffff !important;}
-a.linkGrey7 {color:#888888;}
-a.linkGrey7:hover {color:#269ac9;}
-a.bBlue {background-color:#3498db;}
-a.bBlue:hover {background-color:#297fb8;}
-a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
-a.submit_btn:hover {background-color:#3498db; color:#ffffff;}
-a.submit_btn2 {background-color: #269ac9; padding: 3px 5px; color: #ffffff;}
-a.submit_btn2:hover {background-color: #297fb8;}
-
-/****翻页***/
-.wlist{float:right;}
-.wlist li{float:left;}
-.wlist a{ float:left; border:1px solid #64bdd9; padding:0 5px; margin-left:3px; color:#64bdd9;}
-.wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;}
-.wlist_select a { background-color:#48aac9; color:#fff;}
-
-/*add by Tim*/
-a.linkBlue {color:#269ac9;}
-a.linkBlue:hover {color:#297fb8;}
-a.buttonBlue {background-color:#269ac9;}
-a.buttonBlue:hover {background-color:#297fb8;}
-a.linkGrey {color:#484848;}
-a.linkGrey:hover {color:#269ac9;}
-
-a.bBlue {background-color:#3498db;}
-a.bBlue:hover {background-color:#297fb8;}
-.fontGrey {color:#cecece;}
-.fontGrey2 {color:#888888;}
-a.linkBlue2 {color:#3498db;}
-a.linkBlue2:hover {color:#297fb8;}
-a.linkOrange {color:#ff7143;}
-a.linkGrey2 {color:#888888;}
-a.linkGrey2:hover {color:#484848;}
-a.linkGrey4 {color:#484848;}
-a.linkGrey5 {color:#484848;}
-a.linkGrey5:hover {color:#3498db;}
-a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
-a.submit_btn:hover {background-color:#3498db; color:#ffffff;}
-input.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
-input.submit_btn:hover {background-color:#3498db; color:#ffffff;}
-a.yellowBtn{ display:inline-block;color:#0d90c3; height:22px;}
-
-
-/* commonBtn */
-.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
-a.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
-a:hover.grey_btn{ background:#717171; color:#fff;}
-.grey_n_btn{ background:#d9d9d9; color:#656565; font-weight:normal;padding:2px 10px; text-align:center;}
-a.grey_n_btn{background:#d9d9d9; color:#656565;font-weight:normal; padding:2px 10px; text-align:center;}
-a:hover.grey_n_btn{ background:#717171; color:#fff;}
-.green_btn{ background:#28be6c; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
-a.green_btn{background:#28be6c;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
-a:hover.green_btn{ background:#14ad5a;}
-.blue_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 8px; text-align:center;}
-a.blue_btn{background:#64bdd9;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
-a:hover.blue_btn{ background:#329cbd;}
-a.orange_btn{ background:#ff5722;color:#fff; font-weight:normal; padding:2px 10px; text-align:center; }
-a:hover.orange_btn{ background:#d63502;}
-
-.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
-a.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
-a:hover.green_u_btn{ background:#3cb761; color:#fff;}
-.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
-a.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
-a:hover.orange_u_btn{background:#ff5d31; color:#fff;}
-.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
-a.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
-a:hover.bgreen_u_btn{background:#1abc9c; color:#fff;}
-.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
-a.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
-a:hover.blue_u_btn{background:#64bdd9; color:#fff;}
-.blue_n_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
-a.blue_n_btn{background:#64bdd9;color:#fff;font-weight:normal; padding:2px 10px; text-align:center;}
-a:hover.blue_n_btn{ background:#329cbd;}
-.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
-a.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
-a:hover.green_n_btn{ background:#14ad5a;}
-.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
-a.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
-a:hover.orange_n_btn{background:#d63502;}
-.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
-a.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
-a:hover.bgreen_n_btn{background:#08a384;}
-
-.nolink_btn{ background:#BCBCBC; color: #fff; padding:2px 5px;}
-.more_btn{-moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #9DCEFF; color:#9DCEFF; border-radius:3px; padding:0px 3px;}
-.upbtn{ margin:42px 0 0 10px; border:none; color:#999; width:150px;}
-.red_btn_cir{ background:#e74c3c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
-.green_btn_cir{ background:#28be6c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
-.green_homework_btn_cir{ background:#28be6c; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
-.grey_btn_cir{ background:#b2b2b2; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
-.red_homework_btn_cir{ background:#e74c3c; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
-.grey_homework_btn_cir{ background:#b2b2b2; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
-.blue_btn_cir{ background:#3498db; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
-.orange_btn_cir{ background:#e67e22; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
-.sticky_btn_cir{ background:#269ac9; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
-.locked_btn_cir{background: url("../images/locked.png") 0 0 no-repeat; cursor: default;}
-.bgreen_btn_cir{ background:#1abc9c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
-/* commonpic */
-.pic_date{ display:block; background:url(../images/public_icon.png) -31px 0 no-repeat; width:16px; height:15px; }
-.pic_add{ display:block; background:url(../images/public_icon.png) -31px -273px no-repeat; width:16px; height:15px; }
-.pic_sch{ display:block; background:url(../images/public_icon.png) -31px -195px no-repeat; width:16px; height:15px; }
-.pic_mes{ display:block; background:url(../images/public_icon.png) 0px -376px no-repeat; width:20px; height:15px; padding-left:18px;}
-.pic_img{ display:block; background:url(../images/public_icon.png) -31px -419px no-repeat; width:20px; height:15px; }
-.pic_del{ display:block; background:url(../images/public_icon.png) 0px -235px no-repeat; width:20px; height:15px; }
-.pic_del:hover{ background:url(../images/public_icon.png) -32px -235px no-repeat; }
-.pic_stats{display:block; background:url(../images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
-.pic_files{display:block; background:url(../images/public_icon.png) 0px -578px no-repeat; width:20px; height:15px;}
-.pic_text{display:block; background:url(../images/public_icon.png) 0px -609px no-repeat; width:20px; height:18px;}
-.pic_text02{display:block; background:url(../images/public_icon.png) 0px -642px no-repeat; width:20px; height:19px;}
-.pic_edit{display:block; background:url(../images/public_icon.png) 0px -32px no-repeat; width:20px; height:15px;}
-.pic_edit:hover{display:block; background:url(../images/public_icon.png) -32px -32px no-repeat; width:20px; height:15px;}
-
-
-
-
-
-/*框架主类容*/
-#Container{ width:1000px; margin:0 auto; }
-
-
-/*myctrip*/
-.userImage{position:absolute; right:140px; top:5px; width:30px;height:30px; background: url(../images/item.png) 2px 4px no-repeat; line-height:1.4;}
-a.topnav_login_a{color:#fff; display:inline-block;}
-a.topnav_login_a:hover {color:#a1ebff;}
-a.topnav_login_mes{color:#fff; width:10px;height:20px; padding-left:15px; background: url(../images/item.png) -84px -145px no-repeat; display:inline-block; vertical-align:top;}
-a.topnav_login_mes:hover {color:#a1ebff;}
-a.topnav_login_box{ color:#fff; font-size:14px; font-weight:bold; width:90px; display:inline-block;}
-.menuArrow {background:url(../images/item.png) -20px -40px no-repeat;}
-li.menuArrow:hover {background:url(../images/item.png) -20px -70px no-repeat;}
-a.topnav_login_box:hover {color:#a1ebff;}
-.navRow1 {margin:0; padding:0;}
-.navRow2 {margin:0; padding:0;}
-.topnav_login_list{ border:1px solid #eaeaea; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); margin-top: 1px;}
-.topnav_login_list a{color:#269ac9;}
-.topnav_login_list li{ }
-
-/*主类容*/
-#Main{ background:#fff; margin-bottom:10px;}
-#content{}
-#content02{ background:#fff; padding:10px; margin-bottom:10px;}
-/*主类容搜索*/
-#TopBar{ height:60px; margin-bottom:10px; background:#fff;}
-.topbar_info02{ margin:5px 10px;width:480px; }
-.topbar_info02 p{color: #7f7f7f;}
-.search{ margin-top:8px; margin-left:71px;}
-.search_form{margin-top:8px;margin-left:72px;}
-.topbar_info{ width:350px; color:#5c5c5c; font-size:16px; margin-right:50px; line-height:1.3; padding-left:100px;}
-a.search_btn{ display:block; background:#269ac9; color:#fff; width:60px; height:24px; text-align:center; padding-top:3px;}
-a:hover.search_btn{ background: #0fa9bb;}
-.search_text{ border:1px solid #269ac9; background:#fff; width:220px; height:25px; padding-left:5px; }
-
-
-/*资源库*/
-.resources {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd;float: right}
-/*.resources {width:730px; background-color:#ffffff; padding:10px;float: right}*/
-.resourcesBanner {width:730px; height:40px; background-color:#eaeaea; margin-bottom:10px;}
-.bannerName {background:#64bdd9; color:#ffffff; height:40px; line-height:40px; width:90px; text-align:center; font-weight:normal; vertical-align:middle; font-size: 16px; float:left;}
-.resourcesSelect {width:30px; height:24px; float:right; position:relative; margin-top:-6px;}
-.resourcesSelected {width:25px; height:20px; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat;}
-.resourcesSelected:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}
-.resourcesIcon {margin-top:15px; display:block; width:25px; height:20px;}
-/*.resourcesIcon {margin-top:15px; display:block; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat; width:25px; height:20px;}*/
-/*.resourcesIcon:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}*/
-/*.resourcesType {width:50px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:35px; padding:5px 10px; left:-30px; font-size:12px; color:#888888; display:none;}*/
-a.resourcesGrey {font-size:12px; color:#888888;}
-a.resourcesGrey:hover {font-size:12px; color:#269ac9;}
-.resourcesBanner ul li:hover ul.resourcesType {display:block;}
-.resourcesSelected:hover ul {display:block;}
-.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#269ac9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}
-.resourcesUploadBox:hover {background-color:#297fb8;}
-.uploadIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:30px; height:30px; margin-left:-3px;}
-a.uploadText {color:#ffffff; font-size:14px;}
-.resourcesSearchloadBox {border:1px solid #e6e6e6; width:225px; float:left; background-color:#ffffff;}
-.searchResource {border:none; outline:none; background-color:#ffffff; width:184px; height:32px; padding-left:10px; display:block; float:left;}
-.searchCourse {border:none; outline:none; background-color:#ffffff; width:184px; padding-left:10px; display:block; margin-bottom:15px;}
-.searchResource:focus {border:none;}
-.searchIcon{width:31px; height:32px; background-color:#ffffff; background:url(images/resource_icon_list.png) -40px -15px no-repeat; display:block; float:left;}
-/*.resourcesSearchBanner {height:34px; margin-bottom:10px;}*/
-.resourcesSearchBanner {width:710px; height:34px; margin-bottom:10px; margin-top:15px; margin-left:auto; margin-right:auto;}
-/*.resourcesListTab {width:730px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a;}*/
-.resourcesListTab {width:710px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a; margin-left:auto; margin-right:auto;}
-/*.resourcesListName {width:175px; height:40px; line-height:40px; text-align:center;}*/
-/*.resourcesListSize {width:110px; height:40px; line-height:40px; text-align:center;}*/
-/*.resourcesListType {width:150px; height:40px; line-height:40px; text-align:center;}*/
-/*.resourcesListUploader {width:130px; height:40px; line-height:40px; text-align:center;}*/
-/*.resourcesListTime {width:165px; height:40px; line-height:40px; text-align:center;}*/
-.resourcesListName {width:340px; height:40px; line-height:40px; text-align:left;}
-.resourcesListSize {width:85px; height:40px; line-height:40px; text-align:center;}
-.resourcesListType {width:85px; height:40px; line-height:40px; text-align:center;}
-.resourcesListUploader {width:85px; height:40px; line-height:40px; text-align:center;}
-.resourcesListTime {width:95px; height:40px; line-height:40px; text-align:center;}
-/*.resourcesList {width:730px; height:39px; background-color:#ffffff; border-bottom:1px dashed #eaeaea; color:#9a9a9a; font-size:12px;}*/
-a.resourcesBlack {font-size:12px; color:#4c4c4c;white-space: nowrap;text-align: left}
-a.resourcesBlack:hover {font-size:12px; color:#000000;}
-.resourcesListCheckbox {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle;}
-.resourcesCheckbox {padding:0px; margin:0px; margin-top:14px; width:12px; height:12px;}
-.resourcesList {width:710px; height:39px; background-color:#ffffff; color:#9a9a9a; font-size:12px; margin-left:auto; margin-right:auto;} /*border-bottom:1px dashed #eaeaea;*/
-.resourcesListDashLine {width:710px;border-bottom:1px dashed #eaeaea !important; margin-left:auto; margin-right:auto; padding-bottom: 2px} /*border-bottom:1px dashed #eaeaea;*/
-.resourcesListOption {width:710px; height:40px; line-height:40px; vertical-align:middle; margin-left:auto; margin-right:auto; background-color:#f6f6f6;}
-.resourcesCheckAll {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle; float:left;}
-.resourcesSelectSend {float:right;}
-/*.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #15bccf; border-radius:5px; float:right;}*/
-.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #269ac9; border-radius:5px; float:right;}
-a.sendButtonBlue {color:#269ac9;}
-a.sendButtonBlue:hover {color:#ffffff;}
-.resourcesSelectSendButton:hover {background-color:#297fb8;}
-.db {display:block !important;}
-
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 80px;
- padding: 5px 0;
- margin: 2px 0 0;
- font-size: 12px;
- text-align: left;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #ccc;
- border-radius: 4px;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-}
-.dropdown-menu > li > a {
- display: block;
- padding: 3px 20px;
- clear: both;
- font-weight: normal;
- line-height: 1.5;
- color:#616060;
- white-space: nowrap;
-}
-.dropdown-menu > li > a:hover{
- color: #ffffff;
- text-decoration: none;
- background-color: #64bdd9;
- outline:none;
-}
-a.resourcesTypeAll {background:url(images/homepage_icon.png) -180px -89px no-repeat; padding-left:23px;}
-a.resourcesTypeAtt {background:url(images/homepage_icon.png) -180px -49px no-repeat; padding-left:23px;}
-a.resourcesTypeUser {background:url(images/homepage_icon.png) -178px -453px no-repeat; padding-left:23px;}
-.resourcesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:10px 20px; left:-90px; font-size:12px; color:#888888; display:none; line-height:2;}
-/*.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#64bdd9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}*/
-/*.resourcesUploadBox:hover {background-color:#0781b4;}*/
-/* 个人主页右边部分*/
-.homepageSearchIcon {width:30px; height:32px; background:url(images/nav_icon.png) -8px 3px no-repeat; float:left; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-input.homepageSearchIcon:hover {cursor: pointer;background:url(../images/nav_icon.png) -49px 3px no-repeat; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a.homepagePostTypeQuiz {background:url(images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
-a.homepagePostTypeAssignment {background:url(images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
-a.replyGrey {color:#888888; display:inline-block;}
-a.replyGrey:hover {color:#4b4b4b;}
-
-/*上传资源弹窗*/
-.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
-.uploadDialogText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:140px; display:inline-block; font-weight: bold;}
-.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative}
-.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; border-radius:3px; float:left; margin-right:12px;}
-a.uploadBoxIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:81px; height:30px; padding-left:22px; font-size:14px; color:#ffffff;}
-a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px;}
-.chooseFile {color:#ffffff; display:block; margin-left:32px;}
-.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
-.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
-.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
-.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
-.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
-
-/*发送资源弹窗*/
-/*.resourceShareContainer {width:100%; height:100%; background:#666; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; position:absolute; left:0; top:0; z-index:-999;}*/
-/*.resourceSharePopup {width:300px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}*/
-.resourceSharePopup {width:300px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
-.sendText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:110px; display:inline-block; font-weight: bold;}
-.resourcesSendTo {float:left; height:20px; margin-top:15px;}
-.boxContainer {height:33px; line-height:33px; position:relative}
-.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
-.resourcePopupClose {width:20px; height:20px; display:inline-block; float:right;}
-.resourceClose {background:url(images/resource_icon_list.png) 0px -40px no-repeat; width:20px; height:20px; display:inline-block; position: absolute; z-index: 1000;}
-.resourcesSearchBox {border:1px solid #e6e6e6; width:225px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
-.searchResourcePopup {border:none; outline:none; background-color:#ffffff; width:184px; height:25px; padding-left:10px; display:inline-block; float:left;}
-.searchIconPopup{width:31px; height:25px; background-color:#ffffff; background:url(../images/homepage_icon.png) 5px -394px no-repeat; display:inline-block; float:left; cursor: pointer;}
-.searchIconPopup:hover {background:url(../images/homepage_icon.png) 5px -420px no-repeat;}
-.courseSend {width:390px; height:15px; line-height:15px; margin-bottom:10px;display:block;white-space:nowrap;}
-.courseSendCheckbox {padding:0px; margin:0px; width:12px; height:12px; margin-right:10px; display:inline-block; margin-top:2px;}
-.sendCourseName {font-size:12px; color:#5f6060;display:inline-block}
-.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#269ac9; margin-right:25px; float:left;cursor: pointer;}
-.courseSendSubmit:hover {background-color:#297fb8;}
-.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
-.courseSendCancel:hover {background-color: #717171;}
-a.sendSourceText {font-size:14px; color:#ffffff;}
-input.sendSourceText {font-size:14px;color:#ffffff;background-color:#269ac9;cursor: pointer; outline: none; border: none; width: 50px; height: 25px;}
-input.sendSourceText:hover {background-color:#297fb8;}
-/*input.sendSourceText:hover {font-size:14px; color:#ffffff;}*/
-.resourcesSendTo {float:left; height:20px; margin-top:15px;}
-.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
-.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:auto; overflow-x:hidden;}
-.popbox{/* width:300px; *//* height:100px; */position:fixed !important;/* z-index:100; */left:50%;top:50%;margin:-100px 0 0 -150px; /* background:#fff; */ -moz-border-radius:5px; /* -webkit-border-radius:5px; */ /* border-radius:5px; */ /* box-shadow:0px 0px 8px #194a81; */ /* overflow:auto; */}
-/*上传资源弹窗*/
-.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
-.uploadText {font-size:16px; color:#269ac9; line-height:16px; padding-top:15px; width:140px; display:inline-block;}
-.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative;}
-.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; border-radius:3px; float:left; margin-right:12px;}
-.uploadBox:hover {background-color:#297fb8;}
-a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px; display:block;}
-.chooseFile {color:#ffffff; display:block; margin-left:32px;}
-.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
-.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
-.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
-.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
-.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
-
-
-/*新个人主页框架css*/
-.navContainer {width:100%; margin:0 auto; background-color:#269ac9;}
-.homepageContentContainer {width:100%; margin:0 auto; background-color:#eaebed;}
-.homepageContent {width:1000px; background-color:#eaebed; margin:0 auto;}
-.navHomepage {width:1000px; height:54px; background-color:#269ac9; margin:0 auto;}
-.navHomepageLogo {width:60px; height:54px; line-height:54px; vertical-align:middle; margin-left:2px; margin-right:30px;}
-.navHomepageMenu {margin-right:20px;display:inline-block;height:54px; line-height:54px; vertical-align:middle;}
-.navHomepageMenu:hover {background-color:#297fb8;}
-/*.navHomepageMenu:hover {background-color:#0ea6b7;}*/
-.navHomepageSearchBoxcontainer {margin-top:11px; }
-.navHomepageSearchBox {width:380px; border:none; outline:none; height:32px; margin-top:11px; background-color:#ffffff;}
-.navHomepageSearchInput {width:345px; height:32px; outline:none; border:none; float:left; padding-left:5px;; margin:0;}
-.homepageSearchIcon {width:30px; height:32px; background:url(../images/nav_icon.png) -8px 3px no-repeat; float:left;}
-a.homepageSearchIcon:hover {background:url(../images/nav_icon.png) -49px 3px no-repeat;}
-#navSearchAlert {display:none;}
-.navHomepageNews {width:30px; display:block; float:right; margin-top:8px; position:relative;}
-.homepageNewsIcon {background:url(../images/nav_icon.png) -5px -85px no-repeat; width:30px; height:35px; display:block;}
-.newsActive {width:16px; height:16px; border-radius:50%; background-color:#ff0000; position:absolute; left:17px; top:5px; text-align:center;font-size:12px; color:#ffffff !important;padding-bottom: 3px;padding-left: 2px;padding-right: 1px;font-weight: bold;}
-.navHomepageProfile {width:65px; display:block; float:right; margin-left:33px;}
-.portraitRadius {border-radius: 3px;}
-.homepageProfileMenuIcon {background:url(../images/nav_icon.png) 30px -155px no-repeat; width:65px; height:54px; position:relative; display:inline-block; line-height:0;}
-.homepageProfileMenuIconhover {background:url(../images/nav_icon.png) 30px -122px no-repeat;}
-/*.navHomepageProfile ul li ul {display:none;}
-.navHomepageProfile ul li:hover ul {display:block;}*/
-.homepageLeft {width:240px; float:left; margin-right:10px; margin-bottom:10px;}
-.homepageRight {width:750px; float:left; margin-top:10px; margin-bottom:10px;}
-.homepagePortraitContainer {width:208px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px; padding:15px;}
-.homepagePortraitImage {width:78px; height:78px; position:relative; border:1px solid #cbcbcb; padding: 2px;}
-.homepagePortraitImage:hover {border:1px solid #269ac9;}
-.homepageFollow {background:url(../images/homepage_icon.png) -10px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
-.homepageFollowCancel {background:url(../images/homepage_icon.png) -178px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
-.homepageEditProfile {width:16px; height:16px; border-radius:2px; background-color:#888888; position:absolute; right:5px; bottom:5px; font-size:12px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;}
-.homepageEditProfileIcon {background:url(../images/homepage_icon2.png) -14px -37px no-repeat; width:20px; height:20px; display:block;}
-.homepageImageName {font-size:16px; color:#484848; height:25px; float:left; font-weight: bold; max-width:90px;overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
-.homepageImageSexMan {top:116px; left:5px; width:20px; height:20px; background:url(../images/homepage_icon.png) -10px -112px no-repeat; float:left;}
-.homepageImageSexWomen {width: 20px;height: 20px;background: url(../images/homepage_icon.png) -10px -149px no-repeat;float: left;}
-a.UsersEditBtn{ display:block; width:55px; height:20px; border:1px solid #6d6d6d; color:#fff; background:#888888 url(../images/homepage_icon.png) -11px -35px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersEditBtn{ color:#484848; background:#888888 url(../images/homepage_icon2.png) -11px -74px no-repeat;}
-a.UsersAttBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -9px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersAttBtn{border:1px solid #888888; }
-a.UsersApBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -177px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersApBtn{border:1px solid #888888; }
-.homepageSignatureTextarea {width:207px; height:80px; max-width:207px; max-height:80px; border:1px solid #d9d9d9; outline:none; margin:0px 0px 12px 0px;}
-.homepageSignature {font-size:12px; color:#888888; margin:10px 0; width:208px;}
-.homepageImageBlock {margin:0 auto; width:68px; float:left; text-align:center; display:inline-block;}
-a.homepageImageNumber {font-size:12px; font-weight: bold;} /*color:#484848;*/
-a.homepageImageNumber:hover {color:#269ac9;}
-.homepageImageText {font-size:12px; color:#888888;}
-.homepageVerDiv {height:28px; vertical-align:middle; width:1px; float:left; display:inline-block; background-color:#d1d1d1; margin-top:3px;}
-.homepageLeftMenuContainer {width:238px; border:1px solid #dddddd; border-bottom:none; background-color:#ffffff; margin-top:10px;}
-.homepageLeftMenuBlock {border-bottom:1px solid #dddddd; height:50px; line-height:50px; vertical-align:middle;}
-.homepageLeftMenuCourses {font-size:13px; border-bottom:1px solid #dddddd;}
-.homepageLeftMenuCoursesLine {height:38px; line-height:38px; vertical-align:middle;}
-.homepageLeftMenuCoursesLine:hover {background-color:#269ac9;}
-a.coursesLineGrey {padding-left:25px; color:#808080; display:block;}
-a.coursesLineGrey:hover {color:#ffffff;}
-.homepageLeftMenuMore {height:18px;}
-.homepageLeftMenuMore:hover {background-color:#269ac9;}
-.homepageLeftMenuMoreIcon {background:url(../images/homepage_icon.png) -74px -240px no-repeat; display:block; height:18px;}
-.homepageMenuSetting {display:inline-block; background:url(../images/homepage_icon2.png) -190px -365px no-repeat; width:15px; height:15px; margin-top: 16px; margin-right: 15px;}
-.homepageMenuSetting:hover {background:url(../images/homepage_icon2.png) -190px -407px no-repeat;}
-a.homepageMenuText {color:#484848; font-size:16px; margin-left:20px;}
-.homepageLeftLabelContainer {width:238px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px;}
-.homepageLabelText {color:#484848; font-size:16px; margin-left:10px; margin-bottom:12px; display:block;}
-.homepageRightBanner {width:718px; margin:0px auto; float:right; background-color: #ffffff; padding:10px 15px; border:1px solid #dddddd;}
-.homepageRightBannerImg{width:1000px; margin:0px auto; height: 60px; margin-top: 10px; background:url(../images/TeachersDay.jpg)}
-.NewsBannerName {font-size:16px; color:#4b4b4b; display:block; width:150px; float:left;}
-.newsType {width:60px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-40px; font-size:12px; color:#888888; display:none; line-height:2; z-index:9999;}
-.newsReadSetting {width:700px; background-color:#f6f6f6; border-bottom:1px solid #eeeeee; margin:10px auto; height:39px; line-height:39px; vertical-align:middle; font-size:14px; color:#7a7a7a; padding-left:10px;}
-.homepageNewsList {width:710px; height:49px; line-height:49px; vertical-align:middle; border-bottom:1px dashed #eaeaea; margin-left:10px;}
-.homepageNewsPortrait {width:40px; display:block; margin-top:7px;}
-.homepageNewsPublisher { max-width:100px; font-size:12px; color:#269ac9; display:block; padding-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; }
-.homepageNewsType {padding-left: 5px; font-size:12px; color:#888888; display:block;}
-.homepageNewsTypeHomework {width:160px; padding-left: 5px; font-size:12px; color:#888888; display:block; overflow:hidden; height:49px;word-break:break-all; word-wrap:break-word; text-overflow:ellipsis;}
-.homepageNewsPubType {width:230px; font-size:12px; color:#888888; display: block;}
-.homepageNewsPubTypeHomework {width:270px; font-size:12px; color:#888888; display: block; white-space:nowrap;}
-.homepageNewsContent {width:355px; max-width:365px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
-.homepageSystenMessageContent {width:281px; max-width:291px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden;text-overflow:ellipsis;max-height: 49px; }
-.homepageHomeworkContentWarn {width:110px; max-width:365px; margin-right:10px; font-size:12px; color:red; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
-.homepageHomeworkContent {width:235px; max-width:365px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
-
-.homepageNewsTime {width:75px; font-size:12px; color:#888888; display:block; text-align:right;}
-a.homepageWhite {color:#ffffff;}
-a.homepageWhite:hover {color:#a1ebff}
-a.newsGrey {color:#4b4b4b;}
-a.newsGrey:hover {color:#000000;}
-a.newsRed {color:red;}
-a.newsRed:hover {color:#888888;}
-a.replyGrey {color:#888888; display:inline-block;}
-a.replyGrey:hover {color:#4b4b4b;}
-a.replyGrey1 {color:#888888;}
-a.replyGrey1:hover {color:#4b4b4b;}
-a.newsBlue {color:#269ac9;}
-a.newsBlue:hover {color:#297fb8;}
-a.newsBlack {color:#4b4b4b; font-size:13px; font-weight:bold}
-a.menuGrey {color:#808080;}
-a.menuGrey:hover {color:#fe7d68;}
-.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #e1e1e1; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
-#navSearchAlert {display:none;}
-.loadMore {font-size:14px;width:748px; text-align:center; display:block; border:1px solid #dddddd; background-color:#ffffff; float:right;padding:5px 0; letter-spacing: 1px;}
-
-/*个人主页右部分*/
-.homepagePostType {width:180px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-170px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
-.homepagePostTypeHomework {width:100px;}
-.homepagePostTypeProject {width:80px;}
-a.homepagePostTypeAssignment {background:url(../images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
-a.homepagePostTypeNotice {background:url(../images/homepage_icon.png) -87px -280px no-repeat; padding-left:23px;}
-a.homepagePostTypeForum {background:url(../images/homepage_icon.png) -10px -310px no-repeat; padding-left:23px;}
-a.homepagePostTypeQuiz {background:url(../images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
-a.homepagePostTypeQuestion {background:url(../images/homepage_icon.png) -10px -273px no-repeat; padding-left:23px;}
-a.homepagePostTypeMine {background:url(../images/homepage_icon.png) -187px -277px no-repeat; padding-left:23px;}
-a.homepagePostTypeAll {background:url(../images/homepage_icon.png) -185px -308px no-repeat; padding-left:23px;}
-a.homepagePostTypeMessage {background:url(images/homepage_icon.png) -3px -518px no-repeat; padding-left:23px;}
-.homepagePostTypeMore {width:180px; border-top:1px dashed #dddddd; margin-top:5px;}
-.w100 {width:100px;}
-a.homepageTypeUnread {background:url(../images/homepage_icon.png) -6px -579px no-repeat; padding-left:23px;}
-a.homepageTypePTask {background:url(../images/homepage_icon.png) -176px -523px no-repeat; padding-left:23px;}
-a.homepageTypeSystem {background:url(../images/homepage_icon.png) -88px -552px no-repeat; padding-left:23px;}
-a.homepageTypePNews {background:url(../images/homepage_icon.png) -5px -553px no-repeat; padding-left:23px;}
-a.homepageTypePost {background:url(../images/homepage_icon.png) -178px -553px no-repeat; padding-left:23px;}
-a.homepageTypeUMessage {background:url(../images/homepage_icon.png) -4px -519px no-repeat; padding-left:23px;}
-a.homepageTypeUApply {background:url(../images/homepage_icon.png) -91px -582px no-repeat; padding-left:23px;}
-a.postTypeGrey {color:#888888;}
-a.postTypeGrey:hover {color:#269ac9;}
-.homepagePostBrief {width:720px; margin:0px auto; position:relative;}
-.homepagePostPortrait {float:left; width:50px;}
-.homepagePostDes {float:left; width:655px; margin-left:15px; overflow:hidden;}
-.homepagePostTo {font-size:14px; color:#484848; margin-bottom:5px;}
-.homepagePostTitle {font-size:14px; color:#484848; margin-bottom:5px; font-weight:bold;}
-.homepagePostSubmitContainer {height:25px; margin-top: 8px; margin-bottom: 5px;}
-.homepagePostSubmit {font-size:14px; color:#888888; border:1px solid #dddddd; background-color:#eaeaea; float:left; margin-right:20px; padding:0px 10px;}
-.homepagePostSubmit:hover {background-color:#d8d8d8;}
-.homepagePostIntro {font-size:14px; color:#484848;overflow:hidden;}
-.homepagePostDeadline {font-size:12px; color:#888888; float:left; margin-top: 2px;}
-.homepagePostDate {font-size:12px; color:#888888;margin-bottom: 5px;}
-.homepagePostReply {width:720px; margin:0px auto; background-color:#f1f1f1; margin-top:10px;}
-.homepagePostReplyBanner {width:718px; height:33px; border:1px solid #e4e4e4; line-height:33px; vertical-align:middle; font-size:12px; color:#888888;}
-.borderBottomNone {border-bottom:none !important;}
-.topBorder {border-top: 1px solid #e4e4e4;}
-div.minHeight48{min-height: 48px;}
-.homepagePostReplyBannerCount{width:255px; display:inline-block; margin-left:15px;}
-.homepagePostReplyBannerTime{width:85px; display:inline-block;}
-.homepagePostReplyBannerMore{width:315px; display:inline-block; text-align:right; float:right; padding-right:15px;}
-.homepagePostReplyInputContainer {width:642px; float:left;}
-.homepagePostReplyInput {width:663px; height:45px; max-width:663px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:20px auto 10px auto;}
-.homepagePostReplyEmotion {background:url(../images/homepage_icon.png) -90px -88px no-repeat; width:50px; height:24px; float:left; padding-left:30px;}
-.homepagePostReplySubmit {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#ffffff; background-color:#269ac9;}
-.homepagePostReplySubmit:hover {background-color:#329cbd;}
-a.postReplySubmit {color:#ffffff; display:block;}
-.homepagePostReplyCancel {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#888888; background-color:#cecece; margin-left:8px;}
-.homepagePostReplyCancel:hover {background-color:#717171;}
-a.postReplyCancel {color:#888888; display:block;}
-a.postReplyCancel:hover {color:#ffffff;}
-.homepagePostReplyInputContainer2 {width:595px; margin:0px auto;}
-.homepagePostReplyInput2 {width:588px; height:45px; max-width:588px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:0px auto 10px auto;}
-.homepagePostReplyContainer {border-bottom:1px solid #e3e3e3; width:690px; margin:0px auto; margin-top:15px; min-height:50px;}
-.homepagePostSetting {position:absolute; width:20px; height:20px; right:0px; top:0px;}
-.homepagePostSetting ul li:hover ul {display:block;}
-.homepagePostSettingIcon {background:url(../images/homepage_icon.png) -93px -5px no-repeat; width:20px; height:20px;}
-.homepagePostSettiongText {width:85px; line-height:2; font-size:12px; color:#616060; background-color:#ffffff; border:1px solid #eaeaea; border-radius:3px; position:absolute; left:-68px; top:20px; padding:5px 0px; display:none;}
-.homepagePostSettingIcon:hover {background:url(../images/homepage_icon.png) -93px -44px no-repeat;}
-a.postOptionLink {color:#616060; display:block; width:55px; padding:0px 15px;}
-a.postOptionLink:hover {color:#ffffff; background-color:#269ac9;}
-.homepagePostReplyPortrait {float:left; width:33px;}
-.imageFuzzy {filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}
-.homepagePostReplyDes {float:left; width:642px; margin-left:15px;}
-.homepagePostReplyPublisher {font-size:12px; color:#888888; margin-bottom:5px;}
-.homepagePostReplyContent {font-size:12px; color:#484848; margin-bottom:12px;}
-.table_maxWidth table {max-width: 642px;}
-.homepagePostProjectState {width:52px; height:20px; line-height:20px; border-radius:1px; background-color:#28be6c; color:#ffffff; text-align:center; vertical-align:middle; font-size:12px; display:inline-block; margin-left:5px;}
-.homepagePostAssignTo {float:left; font-size:14px; color:#269ac9;}
-.homepagePostFileAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/public_icon.png) -27px -577px no-repeat; padding-left:25px; font-size:14px;}
-.homepagePostImageAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/homepage_icon.png) -86px -195px no-repeat; padding-left:35px; font-size:14px; margin-right:25px;}
-.postAttSize {color:#888888; font-size:12px; margin-left: 5px;}
-a.postGrey {color:#484848;}
-a.postGrey:hover {color:#000000;}
-a.gz_btn{display:block; background:url(../images/pic_uersall.png) -318px -25px no-repeat; width:53px; height:18px; border:1px solid #cdcdcd; color:#333333; padding:0px 0 0 18px;margin-top: 2px;margin-right: 15px;}
-a:hover.gz_btn{ color:#ff5722;}
-.homepagePostReplyjournal{margin-left: 15px; float: left;}
-.lh18 {line-height: 18px;}
-.maxh360 {max-height: 360px;}
-
-.courseMenu {width:30px; display:block; float:right;height: 50px;}
-.courseMenuIcon {display:inline-block; background:url(../images/homepage_icon2.png) -190px -365px no-repeat; width:15px; height:15px; margin-top: 16px; margin-right: 15px; position: relative;line-height:0;}
-.topnav_course_menu{display: none; border:1px solid #eaeaea; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); margin-top: 20px;}
-.topnav_course_menu a{color:#269ac9;}
-
-/*课程主页css*/
-.homepageCoursesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-65px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
-
-/*注册登陆页面*/
-#loginInBox {display:block; margin-top:143px;}
-#signUpBox {display:none; margin-top:79px;}
-#loginSignButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
-#loginInButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
-#loginSignButton:hover {background-color:#297fb8;}
-#loginInButton:hover {background-color:#297fb8;}
-.loginContentContainer {width:100%; background-color:#269ac9; margin-top:1px; height:580px;}
-.loginContent {width:1000px; margin:0px auto;}
-.loginLeft {width:595px; float:left;}
-.loginLogo {padding-left:208px; padding-top:155px;}
-.loginInro {width:465px; padding-top:55px; padding-left:50px; font-size:16px; color:#ffffff;}
-.loginRight {width:405px; float:left;}
-.loginChooseBox {width:405px; height:54px; background-color:#ffffff; padding-top:18px;}
-.loginChooseList {width:350px; height:30px; font-size:14px; margin:0px auto;}
-.loginChoose {width:55px; height:30px; border-bottom:1px solid #269ac9; text-align:center;}
-a.loginChooseTab {color:#484848; height:30px; display:block;}
-.loginInButton {width:315px; height:40px; background-color:#269ac9; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:20px;}
-.loginUpButton {width:315px; height:40px; background-color:#269ac9; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
-.loginInButton:hover {background-color: #297fb8}
-.loginUpButton:hover {background-color: #297fb8}
-.loginUpDisableButton {width:315px; height:40px; background-color:#C1C1C1; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
-.loginUpDisableButton:hover {background-color: #C1C1C1}
-.loginChooseBorder {width:295px; height:30px; border-bottom:1px solid #e3e3e3;}
-.loginSign {width:405px; background-color:#ffffff;}
-.loginSignBox {width:308px; height:38px; margin-left:46px; border:1px solid #98a1a6; outline:none;}
-.loginSignOption {margin-left:46px; margin-top:15px;}
-.loginIn {width:405px; background-color:#ffffff; padding-bottom:30px;}
-.loginSignAlert {font-size:12px; margin-left:53px;}
-.loginSignRow {height:60px; min-height:60px;}
-
-/*关注列表*/
-.inf_user_image{ padding-left:8px; margin:0px; background-color:#fff; height: auto;padding-bottom: 8px;}
-ul.list_watch{
- padding-left: 0px;
- list-style-type:none;
- height:auto;
- border-bottom: 1px dashed rgb(204, 204, 204);
-}
-
-/*留言*/
-.feedBack {width:728px; background-color:#ffffff; padding:10px; border:1px solid #dddddd;float: right}
-
-
-/*课程选择弹窗*/
-.coursesChoosePopup {width:530px; height:auto; padding-left:20px; padding-bottom:35px; background-color:#ffffff;}
-.coursesSearchBox {border:1px solid #e6e6e6; width:515px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
-.searchCoursesPopup {border:none; outline:none; background-color:#ffffff; width:470px; height:25px; padding-left:10px; display:inline-block; float:left;}
-
-/*导入作业弹窗*/
-.homeworkPublish {width:500px; height:15px; line-height:15px;}
-.homeworkPublishTime {font-size:12px; color:#b1b1b1; margin-left:22px; margin-bottom:8px;}
-.homeworkListForm{height: 160px;width: 550px;overflow: scroll;overflow-x: hidden;}
-.w450{width: 450px;}
-
-/*引用资源库弹窗*/
-.referenceResourcesPopup {width:750px !important; height:500px !important; overflow: hidden !important; border:3px solid #269ac9 !important; padding-left:20px; padding-right:20px; padding-bottom:35px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-375px; z-index:1000;}
-.referenceText {font-size:16px; color:#269ac9; line-height:16px; display:inline-block; font-weight:bold;}
-.referenceSearchBox {border:1px solid #e6e6e6; width:235px; height:32px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
-.searchReferencePopup {border:none; outline:none; background-color:#ffffff; width:190px; height:32px; padding-left:10px; display:inline-block; float:left;}
-.referenceSearchIcon{width:31px; height:25px; background-color:#ffffff; background:url(../images/homepage_icon2.png) -180px -270px no-repeat; display:inline-block; float:left;}
-.referenceSearchIcon:hover {background:url(../images/homepage_icon2.png) -180px -311px no-repeat;}
-.referenceResourceType {font-size:14px; width:460px; height:34px; line-height:34px; vertical-align:middle; background-color:#f6f6f6; margin-top:15px;}
-.referenceTypeActive {background-color:#269ac9; color:#ffffff !important;}
-a.referenceTypeBlock {color:#888888; display:inline-block; padding:0px 20px;}
-
-
-/*20150826忘记密码 LB*/
-.BgBox{ width:968px; border:1px solid #dddddd; background:#fff; padding:15px; padding-top:10px; margin:20px auto;}
-.BgBox_h2{ font-size:16px; color:#484848; width:968px;border-bottom:1px solid #e3e3e3; padding-bottom:5px;}
-.NomalInput{width:308px; height:38px; border:1px solid #98a1a6; outline:none; color:#888888; font-size:14px;}
-.BgBoxCon{ width:310px; margin:140px auto 520px;}
-.BgBoxConP{ font-size:14px; color:#484848;}
-.LoginButton {width:315px; height:40px; background-color:#269ac9; font-size:14px; text-align:center; line-height:40px; vertical-align:middle;}
-.LoginButton:hover {background-color:#297fb8;}
-/*20150826协议 LB*/
-.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
-.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px;}
-.AgreementTxt{text-indent:2em; margin-bottom:15px;}
-.AgreementImg{ margin:0px auto; width:619px;}
-
-
-/*创建贴吧样式*/
-.postContainer {width:968px; border:1px solid #dddddd; padding:15px; background-color:#ffffff;}
-.postBanner {height:30px; width:970px; border-bottom:1px solid #efefef;}
-.postSort {width:40px; float:left; margin-top:5px; padding-left:5px;}
-a.sortArrowDown {background:url(images/post_image_list.png) 0px 0px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
-a.sortArrowUp {background:url(images/post_image_list.png) -17px 0px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
-a.sortArrowActiveD {background:url(images/post_image_list.png) -0px -20px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
-a.sortArrowActiveU {background:url(images/post_image_list.png) -17px -20px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
-.creatPost {width:80px; height:25px; border-radius:3px; color:#ffffff; text-align:center; float:right; line-height:25px; vertical-align:middle; margin-top:2px;}
-.creatPostIcon {background:url(images/post_image_list.png) -40px -54px no-repeat; width:70px; height:25px; padding-left:10px; border-radius:3px;}
-.postRow {width:970px; border-bottom:1px solid #efefef; padding:15px 0;}
-.postPortrait {width:75px; height:75px; float:left; margin-right:15px;}
-.postWrap {width:690px; float:left; margin-right:95px;}
-.postTitle {width:690px; max-width:690px; margin-bottom:5px;word-break: break-all; word-wrap:break-word; }
-.postDes {width:690px; max-width:690px; margin-bottom:6px; color:#484848;}
-.postCreater {color:#888888; font-size:12px; float:left; margin-right:40px;}
-.postDate {color:#888888; font-size:12px;}
-.postStatics { margin-top:28px; color:#888888; float:right; text-align:center;}
-.slice {width:1px; height:25px; background-color:#d1d1d1; float:right; margin-top:35px; margin-right:20px;}
-.pageRoll {float:right; border-left:1px solid #dddddd; margin-top:15px;}
-.pageCell {border:1px solid #dddddd; border-width:1px 1px 1px 0px; padding:5px 12px; float:left; border-spacing:0px;}
-.pageCellActive {background-color:#3498db;}
-.postCreateInput {width:963px; height:28px; border:1px solid #d9d9d9 !important; outline:none;}
-.upImg {padding:1px 6px; border: 1px solid #dddddd; margin-top:53px;}
-
-/*贴吧内部样式*/
-.postDetailContainer {padding:15px; border:1px solid #dddddd; background-color:#ffffff;}
-.postlabel {background-color:#edf1f2; color:#888888; padding:2px 5px; float:left; margin-bottom:5px;}
-.postRightContainer {width:718px; border:1px solid #dddddd; padding:15px; background-color:#ffffff; float:left; margin-bottom:10px;}
-.postDetailBanner {height:30px; width:720px; border-bottom:1px solid #efefef;}
-.postDetailRow {width:720px; border-bottom:1px solid #efefef; padding:15px 0;}
-.postDetailPortrait {width:50px; height:50px; float:left; margin-right:15px;}
-.postDetailWrap {width:580px; float:left;}
-.postDetailTitle {width:580px; max-width:580px; margin-bottom:5px;}
-.postDetailDes {width:580px; max-width:580px; margin-bottom:6px; color:#888888;display:block;overflow:hidden;word-break:keep-all;text-overflow:ellipsis;}
-.postDetailDes p,div,em{word-break: break-all;word-wrap: break-word;}
-.postDetailCreater {color:#888888; font-size:12px; float:left; margin-right:25px;}
-.postDetailDate {color:#888888; font-size:12px; float:left;}
-.postDetailReply { margin-top:28px; color:#888888; float:right;display: inline}
-.disablePostLikeIcon {background:url(images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; padding-right: 5px; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a.postReplyIcon {background:url(images/post_image_list.png) -40px 2px no-repeat; width:18px; height:18px; float:left; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a.postReplyIcon:hover {background:url(images/post_image_list.png) -40px -29px no-repeat; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-.postDetailInput {width:713px; height:28px; border:1px solid #d9d9d9; outline:none !important;}
-.postAttIcon {background:url(images/post_image_list.png) 0px -91px no-repeat; width:16px; height:16px; padding-left:20px;}
-.postAttIcon:hover {background:url(images/post_image_list.png) 0px -113px no-repeat;}
-.postThemeContainer {width:720px;}
-.postThemeWrap {width:655px; float:left;position: relative}
-.postLikeIcon {background:url(images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; margin-top:3px; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-.postLikeIcon:hover {background:url(images/post_image_list.png) 0px -64px no-repeat ; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a.AnnexBtn{ background: url(images/homepage_icon2.png) 0px -343px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a:hover.AnnexBtn{background: url(images/homepage_icon2.png) -90px -343px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-.postEdit {background:url(images/post_image_list.png) 0px -94px no-repeat; width:18px; height:18px; display:block; float:left;}
-.postDelete {background:url(images/post_image_list.png) -42px -93px no-repeat; width:18px; height:18px; display:block; float:right;}
-.pageBanner {width:968px; margin:0px auto; border:1px solid #dddddd; background-color: #FFF; padding: 10px 15px; float:left;}
-.homepagePostReplyInput {width:543px; height:33px; max-width:543px; max-height:33px; border:1px solid #d9d9d9; outline:none;}
-.postRouteContainer {padding:10px 15px; background-color:#ffffff; border:1px solid #dddddd; margin-top:10px; font-size:14px;}
-a.postRouteLink {font-weight:bold; color:#484848;}
-a.postRouteLink:hover {text-decoration:underline;}
-/*底部*/
-#Footer{background-color:#ffffff; padding-bottom:15px; color:#666666;} /*margin-bottom:10px;*/
-.footerAboutContainer {width:auto; border-bottom:1px solid #efefef;}
-.footerAbout{ width:365px; margin:0 auto;height:35px; line-height:35px; padding-top: 10px; }
-.languageBox {width:55px; height:20px; margin-left:5px; outline:none; color:#666666; border:1px solid #d9d9d9;}
-.departments{ width:890px; margin:5px auto 0 auto;height:30px;line-height:30px;}
-.copyright{ width:375px; margin:0 auto;height:20px;line-height:20px;}
-a.f_grey {color:#666666;}
-a.f_grey:hover {color:#000000;}
-/*意见反馈*/
-html{ overflow-x:hidden;}
-.scrollsidebar{ position: fixed; bottom:1px; right:1px; background:none; }
-.side_content{width:154px; height:auto; overflow:hidden; float:left; }
-.side_content .side_list {width:154px;overflow:hidden;}
-.show_btn{ width:0; height:112px; overflow:hidden; float:left; margin-top:200px; cursor:pointer;}
-.show_btn span { display:none;}
-.close_btn{width:24px;height:24px;cursor:pointer;}
-.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat; }
-.side_title {height:35px;}
-.side_bottom { height:8px;}
-.side_center {font-family:Verdana, Geneva, sans-serif; padding:0px 12px; font-size:12px;}
-.close_btn { float:right; display:block; width:21px; height:16px; margin:9px 10px 0 0; _margin:16px 5px 0 0;}
-.close_btn span { display:none;}
-.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
-.msgserver { margin:10px 0 0px 5px;}
-.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -110px; padding-left:22px; display:block; height:24px; }
-.opnionText{box-shadow:none; width:122px; height:180px; border-color: #DFDFDF; background:#fff; color:#999; padding:3px; font-size:12px;overflow:auto; background-attachment:fixed;border-style:solid;}
-a.opnionButton{ display:block; background:#269ac9; width:130px; height:26px; margin-top:5px; text-align:center; padding-top:0px; color:#fff;}
-a.opnionButton:hover{background: #297fb8; }
-/* blue skin as the default skin */
-.side_title {background-position:-195px 0;}
-.side_center {background:url(../images/blue_line.png) repeat-y center; }
-.side_bottom {background-position:-195px -50px;}
-.close_btn {background-position:-44px 0;}
-.close_btn:hover {background-position:-66px 0;}
-.show_btn {background-position:-119px 0;}
-.msgserver a {color:#269ac9; }
-.msgserver a:hover { text-decoration:underline; }
-.closeSidebar {background:url(../images/sidebar_bg.png) 0px -112px no-repeat; width:28px; height:18px; margin-top:65px; position:absolute;}
-
-
-/***** Ajax indicator ******/
-#ajax-indicator {
- position: absolute; /* fixed not supported by IE */
- background-color:#eee;
- border: 1px solid #bbb;
- top:35%;
- left:40%;
- width:20%;
- font-weight:bold;
- text-align:center;
- padding:0.6em;
- z-index:100000;
- opacity: 0.5;
-}
-
-html>body #ajax-indicator { position: fixed; }
-
-#ajax-indicator span {
- background-position: 0% 40%;
- background-repeat: no-repeat;
- background-image: url(../images/loading.gif);
- padding-left: 26px;
- vertical-align: bottom;
-}
-
-div.modal {
- border-radius: 5px;
- background: #fff;
- z-index: 50;
- padding: 4px;
-}
-.ui-widget-content {
- border: 1px solid #ddd;
- color: #333;
-}
-.ui-widget {
- font-family: Verdana, sans-serif;
- font-size: 1.1em;
-}
-.ui-dialog .ui-dialog-content {
- position: relative;
- border: 0;
- padding: .5em 1em;
- background: none;
- overflow: auto;
- zoom: 1;
-}
-.ui-widget-overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}
-.ui-widget-overlay {
- background: #666 url(http://forge.trustie.net/stylesheets/jquery/images/xui-bg_diagonals-thick_20_666666_40x40.png.pagespeed.ic.9mfuw_R0z1.png) 50% 50% repeat;
- opacity: .5;
- filter: Alpha(Opacity=50);
-}
-/***** end Ajax indicator ******/
-
-/***** Flash & error messages ****/
-#errorExplanation, div.flash, .nodata, .warning, .conflict {
- padding: 4px 4px 4px 30px;
- margin-bottom: 12px;
- font-size: 1.1em;
- border: 2px solid;
-}
-
-div.flash {margin-top: 8px;}
-
-div.flash.error, #errorExplanation {
- background: url(../images/exclamation.png) 8px 50% no-repeat;
- background-color: #ffe3e3;
- border-color: #dd0000;
- color: #880000;
-}
-
-div.flash.notice {
- background: url(../images/true.png) 8px 5px no-repeat;
- background-color: #dfffdf;
- border-color: #9fcf9f;
- color: #005f00;
-}
-
-div.flash.warning, .conflict {
- background: url(../images/warning.png) 8px 5px no-repeat;
- background-color: #FFEBC1;
- border-color: #FDBF3B;
- color: #A6750C;
- text-align: left;
-}
-
-.nodata, .warning {
- text-align: center;
- background-color: #FFEBC1;
- border-color: #FDBF3B;
- color: #A6750C;
-}
-
-#errorExplanation ul { font-size: 0.9em;}
-#errorExplanation h2, #errorExplanation p { display: none; }
-
-.conflict-details {font-size:80%;}
-/***** end Flash & error messages ****/
-
-
-/*弹出框*/
-.black_overlay{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
-.white_content{display:none;position:fixed;top:15%;left:30%;width:420px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
-.white_content02{display:none;position:fixed;top:15%;left:30%;width:200px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
-.newhwork_content{ display:none;position:fixed;top:15%;left:30%;width:600px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
-.floatbox{ width:420px; border:3px solid #269ac9; background:#fff; padding:5px;}
-a.box_close{ display:block; float:right; width:16px; height:16px; background:url(../images/img_floatbox.png) 0 0 no-repeat;}
-a:hover.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
-
-/*个人主页头像*/
-.white_content_users{display:none;position:fixed;top:45%;left:45%;width:210px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
-a.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
-.box_h3{ color:#269ac9; font-size:16px;}
-.uppicBox{ width:265px; height:265px; background:#f2f2f5; float:left; color:#666; text-align:center;}
-.showpicBox{width:133px; height:250px; background:#f2f2f5; float:left; margin-left:20px; text-align:center; padding-top:15px; color:#666;}
-.mr15{ margin-right:15px;}
-.uppic_btn{background: #64bdd9;color: #fff; padding:2px 10px; cursor:pointer; margin-top: 105px; outline: none; border: none;}
-.uppic_btn:hover {background-color: #329cbd;}
-
-/*20150820课程作业 LB*/
-.RightBanner {width:708px; height:34px; border-bottom:1px solid #e9e9e9;}
-select.InputBox,input.InputBox,textarea.InputBox{ border:1px solid #d9d9d9; color:#888888; height:28px; line-height:28px; padding-left:5px; font-size:14px;}
-a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; text-align:center; border:1px solid #269ac9; color:#269ac9; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-a:hover.BlueCirBtn{ background:#269ac9; color:#fff;}
-.W440{ width:440px;}
-.W120{ width:110px;}
-.W700{ width:700px;max-width: 700px;min-width: 700px;}
-.w708{width: 708px;}
-.w712{width:712px;max-width:712px;min-width: 712px;}
-.w720{width:721px;}
-.w709{width: 709px;}
-.w701{width: 701px;}
-/*a.AnnexBtn{ background: url(../images/homepage_icon2.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}*/
-/*a:hover.AnnexBtn{background: url(../images/homepage_icon2.png) -90px -343px no-repeat; color:#269ac9;}*/
-a.FilesBtn{ background: url(../images/homepage_icon2.png) 0px -373px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
-a:hover.FilesBtn{background: url(../images/homepage_icon2.png) -89px -372px no-repeat; color:#269ac9;}
-a.BlueCirBtnMini{ display:block;width:40px; height:22px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #269ac9; color:#269ac9; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-a:hover.BlueCirBtnMini{ background:#269ac9; color:#fff;}
-a.DropBtn{background: url(../images/homepage_icon2.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
-a:hover.DropBtn{background: url(../images/homepage_icon2.png) -125px -370px no-repeat;}
-.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
-/*20150820课程作业 LB*/
-.HomeWork {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd; float:right;}
-.RightBanner {font-size:16px; width:733px; color:#4b4b4b; padding:10px 0 0 15px; margin-bottom:10px; background:#fff; border:1px solid #dddddd;height:34px;}
-select.InputBox,input.InputBox,textarea.InputBox{ border:1px solid #d9d9d9; color:#888888; height:28px; line-height:28px; padding-left:5px; font-size:14px;}
-a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#fff; line-height:28px; vertical-align:middle; text-align:center; border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-a:hover.BlueCirBtn{ background:#3598db; color:#fff;}
-.W440{ width:440px;}
-.W120{ width:110px;}
-.W700{ width:700px;}
-/*a.AnnexBtn{ background: url(../images/homepage_icon.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}*/
-/*a:hover.AnnexBtn{background: url(../images/homepage_icon.png) -90px -343px no-repeat; color:#3598db;}*/
-a.FilesBtn{ background: url(../images/homepage_icon.png) 0px -373px no-repeat; width:38px; height:20px; display:block; padding-left:20px; color:#888888;}
-a:hover.FilesBtn{background: url(../images/homepage_icon.png) -89px -372px no-repeat; color:#3598db;}
-a.BlueCirBtnMini{ display:block;width:40px; height:22px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-a:hover.BlueCirBtnMini{ background:#3598db; color:#fff;}
-a.ProBtn{background: url(../images/homepage_icon.png) -86px -396px no-repeat; width:30px; height:20px; display:block; padding-left:20px; color:#888888;}
-a:hover.ProBtn{background: url(../images/homepage_icon.png) -86px -426px no-repeat; color:#3598db;}
-
-a.DropBtn{background: url(../images/homepage_icon.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
-a:hover.DropBtn{background: url(../images/homepage_icon.png) -125px -370px no-repeat;}
-.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
-/*20150820编程作业 LB*/
-.W320{ width:320px;}
-.icon_add{ background:url(../images/course/icons.png) 0px -310px no-repeat; width:16px; height:27px; display:block;float:left; margin-right:5px;}
-a:hover.icon_add{background:url(../images/course/icons.png) -20px -310px no-repeat;}
-.icon_remove{background:url(../images/course/icons.png) 0px -338px no-repeat; width:16px; height:27px; display:block;float:left;}
-a:hover.icon_remove{background:url(../images/course/icons.png) -20px -338px no-repeat;}
-/*20150820提交作业 LB*/
-.HomeWorkBox{ background:#f6f6f6; padding:10px;}
-.c_grey{ color:#888888;}
-.HomeWorkP{ width:690px; font-size:14px;}
-.HomeWorkP p{background-color: transparent !important;}
-.HomeWorkP div{background-color: transparent !important;}
-.H150{ height:150px;}
-.ProResult{width:748px; background-color:#fff; border:1px solid #dddddd;border-bottom:none; }
-.ProResultTop{ height:38px; line-height:38px; border-bottom:1px solid #dddddd; background:#f2f2f2; padding:0 10px;}
-.ProResultCon{ padding:10px; color:#888888; line-height:24px; border-bottom:1px solid #dddddd; }
-.W50{ width:50px;}
-.W200{ width:200px;}
-.m_w460{max-width: 460px;}
-.m_w505{max-width: 505px;}
-.m_w530{max-width: 530px;}
-.m_w600{max-width: 600px;}
-.ProResultTable{ color:#888888;}
-.T_C{ text-align:center;}
-.SearchIcon{background:url(../images/homepage_icon2.png) 676px -393px no-repeat; }
-.SearchIcon:hover{background:url(../images/homepage_icon2.png) 676px -419px no-repeat; }
-a.link_file{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
-a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
-a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%;width: 1px;display: inline-block;padding-left: 16px;margin-left: 5px;}
-a.FilesName{ max-width:540px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
-a.FilesName02{ max-width:665px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
-.ProResultUl span { display:block; float:left;}
-.ProResultUl li{ line-height:35px; border-bottom:1px solid #dddddd; }
-.DateBorder{border:1px solid #d9d9d9; border-left:none; padding:7px 6px 6px 6px;}
-
-a.UsersEditBtn{ display:block; width:55px; height:20px; border:1px solid #6d6d6d; color:#fff; background:#888888 url(../images/homepage_icon.png) -11px -35px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersEditBtn{ color:#484848; background:#888888 url(../images/homepage_icon2.png) -11px -74px no-repeat;}
-a.UsersAttBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -9px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersAttBtn{border:1px solid #888888; }
-a.UsersApBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -177px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
-a:hover.UsersApBtn{border:1px solid #888888; }
-/*20150906编程作业设置弹框 LB*/
-.C_lgrey{ color:#a5a5a5;}
-.C_Blue{ color:#3598db;}
-a.C_Blue{ color:#3598db;}
-a:hover.C_Blue{ color:#297fb8;}
-.BluePopupBox{ padding:20px; background:#fff; width:707px;}
-/*.BluePopupBox:hover{ border:3px solid #297fb8; }*/
-a.CloseBtn{background:url(../images/CloseBtn.png) 0px 0px no-repeat; width:13px; height:13px; display:block; float:right;}
-a:hover.CloseBtn{background:url(../images/CloseBtn.png) 0px -24px no-repeat; }
-.BluePopuph2{ font-size:16px; font-weight:bold; color:#3598db; }
-.ProBoxResult{width:706px; background-color:#fff; border:1px solid #dddddd;border-bottom:none; max-height:300px; overflow:auto; }
-.W108{ width:108px;}
-.HomeWorkCon{ width:706px;}
-/*20150906导入作业弹框 LB*/
-.ImportBox{ width:708px; max-height:300px;overflow:auto;}
-.ImportBox li{ margin-bottom:10px;}
-.WorkTitle{ max-width:660px; font-size:14px; font-weight:bold; color:#484848;}
-.W520{ width:680px;}
-.ImportSearchIcon{background:url(../images/homepage_icon.png) 656px -393px no-repeat; }
-.ImportSearchIcon:hover{background:url(../images/homepage_icon.png) 656px -419px no-repeat; }
-
-/*日历选择图*/
-img.ui-datepicker-trigger {
- display:block;
- background:url(../images/public_icon.png) -31px 0 no-repeat;
- cursor: pointer;
- vertical-align: middle;
- width:16px;
- height:15px;
- float:left;
- margin: 7px;
-}
-/*消息*/
-.homepageNewsTypeNotRead {padding-left: 5px; font-size:12px; color:#4b4b4b; font-weight:bold; display:block;}
-.homepageNewsTypeNotReadHomework {width:170px; padding-left: 5px; font-size:12px; color:#4b4b4b; font-weight:bold; display:block;overflow:hidden; height:49px; word-break:break-all; word-wrap:break-word;text-overflow:ellipsis;}
-.calendar_input{border-left:none !important;border-bottom: none!important; border-top: none!important; border-right: 1px solid #d9d9d9;}
-.calendar_div{border: 1px solid #d9d9d9;}
-/*缺陷更新动态在消息中显示样式*/
-.issue_update_message{padding-left: 2px; margin-right: 3px;}
-.issue_update_message_value{margin-right: 8px;}
-#attachments_fields input.filename {
- border: 0;
- height: 1.8em;
- width: 200px;
- color: #7f7f7f;
- background-color: inherit;
- background: url(../images/pic_file.png) 0 3px no-repeat;
- padding-left: 18px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-bottom: 3px;
-}
- .ajax-waiting input.upload_filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
- .ajax-loading input.upload_filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
-div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
-.upload_filename{ background: url(../images/pic_file.png) 0 -25px no-repeat;color: #7f7f7f;width: 270px;border: none; padding-left: 20px;margin-right: 10px;margin-bottom: 5px; white-space: nowrap; text-overflow:ellipsis;}
-.message_title{border: 1px solid #9C9C9C;padding: 0.6em;margin-left: 1.4em;margin-right: 0.4em;border-radius: 4px;font-family: "Microsoft YaHei";background-size: 100% 100%;margin-bottom: 5px;background-color: #fff; max-width:400px;word-wrap:break-word; word-break:break-all;}
-.message_title_red{border: 1px solid #484848;padding: 0.6em;margin-left: 1.4em;margin-right: 0.4em;border-radius: 4px;font-family: "Microsoft YaHei";background-size: 100% 100%;margin-bottom: 5px;background-color: #fff;background-image: -moz-linear-gradient(top, #fff, #E0E0E0);}
-
-.description{display: none !important;}
-.ispublic-label{display: none !important;}
-.is_public_checkbox{display: none !important;}
-.is_public{display: none !important;}
-.ui-corner-left{background: #64bdd9;}
-
-div.respond-form .reply_btn{margin-left:565px;margin-top:5px;}
-div.recall_con{width:570px;}
-div.recall_con .reply_btn{margin-left:525px;margin-top:5px;}
-.fr.cr{ clear: right}
-
-blockquote {
- /* font-style: italic; */
- border:1px solid #d4d4d4;
- padding-left: 0.6em;
- padding-top: 0.6em;
- padding-right: 0.6em;
- padding-bottom: 0.6em;
- margin-left: 1.4em;
- margin-right: 0.4em;
- border-radius: 4px;
- font-family: "Microsoft YaHei";
- /*background: url('../images/requirements/reference.jpg');*/
- background-size: 100% 100%;
- margin-bottom:5px;
- background-color: #e8e8e8;
-}
-
-/* 创建作品 work */
-.Newwork{ width:668px;}
-.N_top{ float:right; margin-left:390px; }
-.N_con{ color:#484747; font-weight:bold; width:660px; margin-top:10px; }
-.N_con p{ }
-.w430{ width:470px;}
-.w557{ width:557px;}
-.w350{ width:350px;}
-.h400{height: 400px !important;}
-.w620{ width:480px; height:160px; border:1px solid #CCC;}
-.bo{height:26px; border:1px solid #CCC; padding-left:5px; background:#fff;width:470px; }
-.bo02{height:26px; border:1px solid #CCC; padding-left:5px; background:#fff;width:480px; margin-left:2px; color: #999; }
-.hwork_txt{ width:560px; padding-left:5px; background:#fff;}
-a.tijiao{ height:28px; display:block; width:80px; color:#fff; background:#15bccf; text-align:center; padding-top:4px; float:left; margin-right:10px;}
-a:hover.tijiao{ background:#0f99a9;}
-.members_left{ float:left; width:410px; margin-right:20px; text-align:center;}
-.members_left{}
-.members_left ul li{ height:30px; border-bottom:1px solid #E4E4E4; width:410px; padding-top:10px; }
-.members_left ul li a{ float:left; text-align:center;}
-.members_left ul li span{ float:left; text-align:center; color:#484747;}
-.w150{ text-align:center; width:150px;min-height: 10px;}
-.f_b{ font-weight: bold;}
-.members_right label{ margin-left:15px;}
-.N_search{ height:20px; border:1px solid #999;}
-/* 创建作品 homework */
-.hwork_new{ color:#4c4c4c;}
-.c_red{ color:#F00;}
-.hwork_input{ border:1px solid #64bdd9; height:22px; width:88%; background:#fff; margin-bottom:10px; padding:5px;}
-.hwork_input02{ border:1px solid #64bdd9; height:15px; width:140px; background:#fff; margin-bottom:10px; padding:5px;}
-.hwork_text{ border:1px solid #64bdd9; height:100px;width:555px; background:#fff; margin-left:5px; padding:5px; margin-bottom:10px;}
-.hwork_new ul li{ }
-.ml21{ margin-left:21px;}
-.ml9{ margin-left:9px;}
-.hwork_ttl{height:24px;}
-.hwork_ctt{height:auto; padding-left:10px;clear:both;}
-.hwork_tb_{ border-bottom:3px solid #e4e4e4; text-align:center;}
-.hwork_tb_ ul{height:24px;}
-.hwork_tb_ li{float:left;height: 24px;width: auto; padding:0 10px;cursor:pointer;}
-.hwork_normaltab { color:#15bccf ; border-bottom:3px solid #e4e4e4; }
-.hwork_hovertab { color:#656767; font-weight:bold; border-bottom:3px solid #15bccf; }
-
-.hwork_dis{display:block; }
-.hwork_undis{display:none;}
-.project_none{ display:none;}
-.about_project{ overflow:hidden;display:none;}
-.project_r_h{ width:670px; height:40px; background:#eaeaea; margin-bottom:10px;}
-.project_r_h02{ width:920px; height:40px; background:#eaeaea; margin-bottom:10px;}
-
-/* colorbox
-*******************************************************************************/
-/*
- Colorbox Core Style:
- The following CSS is consistent between example themes and should not be altered.
-*/
-#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
-#cboxWrapper {max-width:none;}
-#cboxOverlay{position:fixed; width:100%; height:100%;}
-#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
-#cboxContent{position:relative;}
-#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
-#cboxTitle{margin:0;}
-#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
-#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
-.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
-.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
-#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
-
-/*
- User Style:
- Change the following styles to modify the appearance of Colorbox. They are
- ordered & tabbed in a way that represents the nesting of the generated HTML.
-*/
-#cboxOverlay{background:#fff;}
-#colorbox{outline:0;}
-#cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
-#cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
-#cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
-#cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
-#cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
-#cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
-#cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
-#cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
-#cboxContent{background:#fff; overflow:hidden;}
-.cboxIframe{background:#fff;}
-#cboxError{padding:50px; border:1px solid #ccc;}
-#cboxLoadedContent{margin-bottom:20px;}
-#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
-#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
-#cboxLoadingOverlay{background:#fff url(../images/colorbox/loading.gif) no-repeat 5px 5px;}
-
-/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
-#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
-
-/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
-#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
-
-#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
-#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
-#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
-#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
-.system_message_style {line-height: 19.1px; max-width: 681px; work-wrap: break-word; word-break: break-all; text-overflow:clip; z-index:9999}
-.system_message_style img {max-width: 100%;}
-/*20150906关联项目LB*/
-a.RalationIcon{ background: url(../images/homepage_icon.png) -183px -396px no-repeat; height:20px; display:block; padding-left:20px; color:#888888;}
-a:hover.RalationIcon{background: url(../images/homepage_icon.png) -183px -428px no-repeat; color:#3598db;}
-a.SetUpIcon{background: url(../images/homepage_icon.png) 0px -453px no-repeat; width:20px; height:20px; display:block; color:#888888;}
-a:hover.SetUpIcon{background: url(../images/homepage_icon.png) 0px -486px no-repeat; color:#3598db;}
-.W680{ width:680px;}
-.W710{ width:708px;}
-
-/* 开启匿评弹框 */
-.anonymos{width:480px;height:180px;position:fixed !important;z-index:100;left:50%;top:50%;margin:-215px 0 0 -300px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
-.anonymos_work {position:fixed !important;left:60%;top:60%;margin:-215px 0 0 -300px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
-.ni_con { width:425px; margin:15px;font-family:"微软雅黑","宋体";}
-.ni_con h2{ display:block; height:40px; width:425px; text-align:center; color:#3a3a3a;}
-.ni_con p{ color:#808181; }
-.ni_con a:hover{ text-decoration:none;}
-.ni_btn{ width:190px; margin:15px auto; line-height:1.9;}
-a.tijiao{ height:28px; display:block; width:80px; color:#fff; background:#269ac9; text-align:center; padding-top:4px; float:left; margin-right:15px;}
-a:hover.tijiao{ background:#297fb8;}
-.c_pink{ color:#e65d5e;}
-.ni_con_work { width:300px; margin:25px 20px;}
-.ni_con_work p{ color:#808181; }
-.grey_c{ color:#808181;}
-a.link_file_a{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
-a:hover.link_file_a{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
-.link_file_a{ display:block; max-width:450px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
-
-.list_style ol li{list-style-type: decimal;margin-left: 20px;}
-.list_style ul li{list-style-type: disc;margin-left: 20px;}
-.ul_grey li {color:#909090; list-style-position:inside; padding-left:1px;list-style-image:url('../images/news_dot2.png')}
-.ul_normal_color li {list-style-position:inside; padding-left:1px; list-style-image:url('../images/news_dot.png')}
-span.author { font-size: 0.9em; color: #888; }
-.ReplyToMessageInputContainer {width: 582px;float: left;}
-.ReplyToMessageContainer {border-bottom:1px solid #e3e3e3; width:632px; margin:0px auto; margin-top:15px; min-height:60px;}
-/*全站搜索*/
-.blocks {padding:15px; background-color:#ffffff; border:1px solid #dddddd;}
-#searchBanner {border-bottom:1px solid #d0d0d0;}
-#searchBanner li {float:left; width:88px; margin-right:3px; text-align:center; padding-bottom:10px; font-weight:bold;}
-#searchTips {padding:10px 5px; background-color:#f5f6f7;}
-.searchBannerActive {border-bottom:3px solid #3498db !important;}
-.searchBannerNormal {border-bottom:none !important;}
-.searchContent {min-height:74px; border-bottom:1px solid #ededed; padding:13px 0px;}
-.searchCourseware {min-height:44px; border-bottom:1px solid #ededed; padding:13px 0px; width:968px;}
-.searchCourseImage {width:75px; margin-right:10px;}
-.searchContentDes {width:883px;}
-.searchTag {font-size:12px; color:#ffffff; background-color:#7ec8e4; height:16px; min-height:16px; max-height:16px; float:left; line-height:16px; padding:0px 3px;}
-.undis {display:none;}
-.dis {display:inline-block;}
-.numRed {color:#FF6600;}
-.pageRoll {float:right; border-left:1px solid #dddddd; margin-top:15px;}
-.pageCell {border:1px solid #dddddd; padding:5px 12px; float:left; margin-left:-1px; position:relative;}
-.pageCell:hover {border:1px solid #3498db; z-index:10;}
-.pageCellActive {background-color:#3498db; border:1px solid #3498db !important; position:relative; color:#ffffff;}
-
-/*20151130课程项目集成Tim*/
-a.testBtn{background: url(/images/course/hwork_icon.png) -2px -5px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a:hover.testBtn{background: url(/images/course/hwork_icon.png) -81px -5px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a.groupBtn{ background: url(/images/course/hwork_icon.png) -2px -61px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a:hover.groupBtn{background: url(/images/course/hwork_icon.png) -80px -61px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-.markInput { outline:none; border:1px solid #e6e6e6; height:30px; width:50px; color:#3d3c3c; margin-right:5px; text-align:center; padding-left:0px;}
-.groupPopUp {border:3px solid #269ac9; width:290px; height:auto; padding:15px; background-color:#ffffff;position:fixed !important;left:50%;top:50%;margin:-100px 0 0 -150px; -moz-border-radius:5px;}
-.popClose {background:url(/images/resource_icon_list.png) 0px -40px no-repeat; width:20px; height:20px; display:inline-block; position: absolute; z-index: 1000; right:2px; top:3px;}
-a.memberBtn{ background: url(/images/course/hwork_icon.png) -7px -90px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-a:hover.memberBtn{background: url(/images/course/hwork_icon.png) -80px -90px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
-.addMemberC {float:left; max-height:150px; margin-bottom:10px; overflow:auto; overflow-x:hidden; width:227px; background-color:#f1f1f1; min-height:150px; padding-top:10px;}
-.addMemberC li {padding-left:10px; line-height:18px;}
-.addMemberC li:hover {cursor:pointer; background-color:#cccccc;}
-.addMemberCP {width:514px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:fixed !important;left:50%;top:50%;margin:-100px 0 0 -150px; -moz-border-radius:5px;}
-.rightArrow {margin:50px 15px 0px 15px; float:left;}
-.relateText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; display:inline-block; font-weight: bold;}
-.maxHeight100 {max-height:100px; overflow-x:hidden; overflow-y:auto;}
-.resubAtt {border-top:1px solid #dddddd; position:relative; margin-top:15px;}
-.resubTitle {position:absolute; top:-10px; left:5px; background-color:#ffffff; display:block; font-weight:bold; padding:0px 2px;}
-a.blueCir{ display:inline-block; padding:2px 5px; background-color:#ffffff;border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
-a:hover.blueCir{ background:#3598db; color:#fff;}
-.proList {background-color:#eaeaea; padding:5px 10px; display:block; max-width:655px; float:left;}
-
-.borderRadius {border-radius:5px;}
-.maxHeight100 {max-height:100px; overflow-x:hidden; overflow-y:auto;}
-.proRelateWrap {width:38px; height:38px; border:1px solid #cecece; border-radius:3px; background-color:#f1f1f1;}
-.mt7 {margin-top:7px;}
-.ml7 {margin-left:7px;}
-.tac {text-align:center;}
-.proHelp {background:url(/images/course/hwork_icon.png) -5px -124px no-repeat; display:inline-block; width:15px; height:15px; display:inline-block;}
-.hworkPrName {width:110px; max-width:110px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; height:18px; line-height:18px; font-size:12px; color:#888888; text-align:center;}
-.mr150 {margin-right:150px;}
-/* @功能 定义 */
-span.at {color:#269ac9;}
-
-.relatePInfo {position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
-/*问题状态图片*/
-.issues{ background:url(../images/public_icon.png) -66px 5px no-repeat; width:18px; height:21px;}
-.duty{ background:url(../images/public_icon.png) -66px -18px no-repeat; width:18px; height:21px;}
-.support{ background:url(../images/public_icon.png) -66px -45px no-repeat; width:18px; height:21px;}
-.function{ background:url(../images/public_icon.png) -66px -70px no-repeat; width:18px; height:21px;}
-.weekly{ background:url(../images/public_icon.png) -66px -95px no-repeat; width:18px; height:21px;}
-
+/* CSS Document */
+/* 2015-06-26 */
+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{ margin:0; padding:0;}
+body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.5; background:#eaebec;}
+div,img,tr,td,table{ border:0;}
+table,tr,td{border:0;cellspacing:0; cellpadding:0;}
+ol,ul,li{ list-style-type:none}
+a:link,a:visited{color:#7f7f7f;text-decoration:none;}
+a:hover,a:active{color:#000;}
+.pInline {margin:0px; padding:0px; display:inline-block;}
+
+/*常用*/
+/*#RSide{ background:#fff;}*/
+#users_setting{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
+#RSide{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
+/*上传图片处理*/
+.upload_img img{max-width: 100%;}
+blockquote img{max-width: 100%;}
+.hidden{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
+.none{display: none;}
+.rside_back{ width:670px; margin-left:10px; background:#fff; margin-bottom:10px;}
+.break_word{ word-break:break-all; word-wrap: break-word;}
+select,input,textarea{ border:1px solid #64bdd9; background:#fff; color:#000; padding-left:5px; }
+.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #707070; color:#000; border-radius:3px; padding:1px 10px; background:#dbdbdb;}
+.sub_btn:hover{ background:#b5e2fa; color:#000; border:1px solid #3c7fb1;}
+table{ background:#fff;}
+.more{ font-weight:normal; color:#999; font-size:12px;}
+.no_line{ border-bottom:none;}
+.line{border-bottom:1px dashed #d4d4d4; padding-bottom:10px; margin-bottom:10px;}
+.no_border{ border:none;background:none;}
+.min_search{ width:150px; height:20px; border:1px solid #d0d0d0; color:#666; background:url(../images/public_icon.png) 135px -193px no-repeat; cursor:pointer;}
+.db {display:block;}
+/* font & color */
+h2{ font-size:18px; color:#269ac9;}
+h3{ font-size:14px; color:#e8770d;}
+h4{ font-size:14px; color:#3b3b3b;}
+.f12{font-size:12px; font-weight:normal;}
+.f14{font-size:14px;}
+.f16{font-size:16px;}
+.f18{font-size:18px;}
+.fb{font-weight:bold;}
+.lh20{line-height:20px;}
+.lh22{line-height:22px;}
+.lh24{line-height:24px;}
+.lh26{line-height:26px;}
+.fmYh{font-family:"MicroSoft Yahei";}
+.font999{ color:#999;}
+.fontRed{color:#770000;}
+.text_c{ text-align:center;}
+
+/* Float & Clear */
+.cl{ clear:both; overflow:hidden; }
+.fl{float:left;display:inline;}
+.fr{float:right;display:inline;}
+.f_l{ float:left;}
+.f_r{ float:right;}
+.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
+.clearfix{clear:both;zoom:1}
+.break_word{ word-break:break-all; word-wrap: break-word;}
+.white_space{white-space:nowrap;}
+.fontGrey3 {color:#484848;}
+a.linkGrey6 {color:#484848 !important;}
+a.linkGrey6:hover {color:#ffffff !important;}
+.markPopup {width:290px; height:auto; padding:5px 0px 15px 15px; background-color:#ffffff; z-index:1000;}
+.markInput { outline:none; border:1px solid #e6e6e6; height:30px; width:140px; color:#3d3c3c;}
+.markPercentage {margin:10px 0; border:1px solid #e6e6e6; width:70px; height:30px; outline:none; font-size:12px; color:#3d3c3c;}
+
+/* Spacing */
+.ml2{ margin-left:2px;}
+.ml3{ margin-left:3px;}
+.ml4{ margin-left:4px;}
+.ml5{ margin-left:5px;}
+.ml8{ margin-left:8px;}
+.ml10{ margin-left:10px;}
+.ml15{ margin-left:15px;}
+.ml20{ margin-left:20px;}
+.ml36{ margin-left:36px; }
+.ml40{ margin-left:40px;}
+.ml45{ margin-left:45px;}
+.ml55{ margin-left:55px;}
+.ml30{ margin-left:30px;}
+.ml60{ margin-left:60px;}
+.ml80{ margin-left:80px;}
+.ml90{ margin-left:90px;}
+.ml100{ margin-left:100px;}
+.ml110{ margin-left:110px;}
+.ml125 { margin-left:125px;}
+.ml150 { margin-left:150px;}
+.mr-5 {margin-right:-5px;}
+.mr5{ margin-right:5px;}
+.mr45 {margin-right:45px;}
+.mr55{ margin-right:55px;}
+.mr10{ margin-right:10px;}
+.mr15 {margin-right:15px;}
+.mr20{ margin-right:20px;}
+.mr30{ margin-right:30px !important;}
+.mr40{ margin-right:40px !important;}
+.mw20{ margin: 0 20px;}
+.mt-20 {margin-top:-20px;}
+.mt-4 {margin-top: -4px;}
+.mt0 {margin-top: 0px !important;}
+.mt3{ margin-top:3px;}
+.mt5{ margin-top:5px;}
+.mt8{ margin-top:8px !important;}
+.mt10{ margin-top:10px !important;}
+.mt12 { margin-top:12px;}
+.mt15 {margin-top:15px;}
+.mt19 {margin-top:19px !important;}
+.mb0 {margin-bottom: 0px !important;}
+.mb4{ margin-bottom:4px;}
+.mb5{ margin-bottom:5px;}
+.mb8 {margin-bottom:8px !important;}
+.mb10{ margin-bottom:10px !important;}
+.mb12 {margin-bottom:12px !important;}
+.mb15{margin-bottom: 15px;}
+.mb20{ margin-bottom:20px;}
+.pl15{ padding-left:15px;}
+.w20{ width:20px;}
+.w50 {width:50px;}
+.w60{ width:60px;}
+.w70{ width:70px;}
+.w80{ width:80px;}
+.w90{ width:90px;}
+.w210{ width:210px;}
+.w150{ width:150px;}
+.w280{ width:280px;}
+.w350 {width:350px;}
+.w430{ width:470px;}
+.w520{ width:520px;}
+.w543{ width:543px;}
+.w557{ width:557px;}
+.w583{ width:583px;}
+.w350{ width:350px;}
+.w610{ width:610px;}
+.w600{ width:600px;}
+.w713{width: 713px;}
+.h22{ height:22px;}
+.h26{ height:26px;}
+.h50{ height:50px;}
+.h70{ height:70px;}
+.h150{ height:150px;}
+.p10 {padding-left:10px; padding-right:10px;}
+
+/* Font & background Color */
+a.b_grey{ background: #F5F5F5;}
+a.b_dgrey{ background: #CCC;}
+a.c_orange{color:#ff5722;}
+a:hover.c_orange{color: #d33503;}
+a.c_lorange{color:#ff9900;}
+a:hover.c_lorange{color:#fff;}
+a.c_blue{ color:#269ac9;}
+a.c_dblue{ color:#09658c;}
+a:hover.c_dblue{ color:#297fb8;}
+a.c_white{ color:#fff;}
+input.c_white { color:#fff}
+a.c_dorange{ color:#fd6e2a;}
+a.c_dark{color: #3e4040;}
+a:hover.c_dark{color: #3ca5c6;}
+a.b_blue{background: #64bdd9;}
+a:hover.b_blue{background: #41a8c8;}
+a.b_green{background:#28be6c;}
+a:hover.b_green{background:#14ad5a;}
+a.c_blue02{color: #3ca5c6;}
+a:hover.c_blue02{color: #0781b4;}
+a.c_red{ color:#F00;}
+a:hover.c_red{ color: #C00;}
+a.c_purple{color: #426e9a;}
+a:hover.c_purple{color: #d33503;}
+a.c_green{ color:#28be6c;}
+
+.b_grey{ background: #F5F5F5;}
+.b_dgrey{ background: #CCC;}
+.c_orange{color:#e8770d;}
+.c_dark{ color:#2d2d2d;}
+.c_lorange{ color:#ff9900;}
+.c_purple{color: #6883b6;}
+.c_blue{ color:#269ac9;}
+.c_red{ color:#F00;}
+.c_green{ color:#28be6c;}
+.c_dblue{ color:#09658c;}
+.b_blue{background:#64bdd9;}
+.b_green{background:#28be6c;}
+.b_w{ background:#fff;}
+
+/*font&color add by Tim*/
+.fontGrey {color:#cecece;}
+.fontGrey2 {color:#888888;}
+.fontGrey3 {color:#484848;}
+.fontBlue {color:#3498db;}
+a.underline {text-decoration:underline;}
+a.fontBlue {color:#297fb8;}
+a.fontGrey {color:#cecece;}
+a.fontGrey2 {color:#888888;}
+a.linkOrange {color:#ff7143;}
+a.linkBlue {color:#269ac9;}
+a.linkBlue:hover {color:#297fb8;}
+a.linkBlue2 {color:#3498db;}
+a.linkBlue2:hover {color:#297fb8;}
+a.buttonBlue {background-color:#269ac9;}
+a.buttonBlue:hover {background-color:#297fb8;}
+a.linkGrey {color:#484848;}
+a.linkGrey:hover {color:#269ac9;}
+a.linkGrey2 {color:#888888;}
+a.linkGrey2:hover {color:#484848;}
+a.linkGrey3 {color:#484848;}
+a.linkGrey3:hover {color:#000000;}
+a.linkGrey4 {color:#484848;}
+a.linkGrey4:hover {color:#297fb8;}
+a.linkGrey5 {color:#484848;}
+a.linkGrey5:hover {color:#3498db;}
+a.linkGrey6 {color:#484848 !important;}
+a.linkGrey6:hover {color:#ffffff !important;}
+a.linkGrey7 {color:#888888;}
+a.linkGrey7:hover {color:#269ac9;}
+a.bBlue {background-color:#3498db;}
+a.bBlue:hover {background-color:#297fb8;}
+a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
+a.submit_btn:hover {background-color:#3498db; color:#ffffff;}
+a.submit_btn2 {background-color: #269ac9; padding: 3px 5px; color: #ffffff;}
+a.submit_btn2:hover {background-color: #297fb8;}
+
+/****翻页***/
+.wlist{float:right;}
+.wlist li{float:left;}
+.wlist a{ float:left; border:1px solid #64bdd9; padding:0 5px; margin-left:3px; color:#64bdd9;}
+.wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;}
+.wlist_select a { background-color:#48aac9; color:#fff;}
+
+/*add by Tim*/
+a.linkBlue {color:#269ac9;}
+a.linkBlue:hover {color:#297fb8;}
+a.buttonBlue {background-color:#269ac9;}
+a.buttonBlue:hover {background-color:#297fb8;}
+a.linkGrey {color:#484848;}
+a.linkGrey:hover {color:#269ac9;}
+
+a.bBlue {background-color:#3498db;}
+a.bBlue:hover {background-color:#297fb8;}
+.fontGrey {color:#cecece;}
+.fontGrey2 {color:#888888;}
+a.linkBlue2 {color:#3498db;}
+a.linkBlue2:hover {color:#297fb8;}
+a.linkOrange {color:#ff7143;}
+a.linkGrey2 {color:#888888;}
+a.linkGrey2:hover {color:#484848;}
+a.linkGrey4 {color:#484848;}
+a.linkGrey5 {color:#484848;}
+a.linkGrey5:hover {color:#3498db;}
+a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
+a.submit_btn:hover {background-color:#3498db; color:#ffffff;}
+input.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
+input.submit_btn:hover {background-color:#3498db; color:#ffffff;}
+a.yellowBtn{ display:inline-block;color:#0d90c3; height:22px;}
+
+
+/* commonBtn */
+.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
+a.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
+a:hover.grey_btn{ background:#717171; color:#fff;}
+.grey_n_btn{ background:#d9d9d9; color:#656565; font-weight:normal;padding:2px 10px; text-align:center;}
+a.grey_n_btn{background:#d9d9d9; color:#656565;font-weight:normal; padding:2px 10px; text-align:center;}
+a:hover.grey_n_btn{ background:#717171; color:#fff;}
+.green_btn{ background:#28be6c; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
+a.green_btn{background:#28be6c;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
+a:hover.green_btn{ background:#14ad5a;}
+.blue_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 8px; text-align:center;}
+a.blue_btn{background:#64bdd9;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
+a:hover.blue_btn{ background:#329cbd;}
+a.orange_btn{ background:#ff5722;color:#fff; font-weight:normal; padding:2px 10px; text-align:center; }
+a:hover.orange_btn{ background:#d63502;}
+
+.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
+a.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
+a:hover.green_u_btn{ background:#3cb761; color:#fff;}
+.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
+a.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
+a:hover.orange_u_btn{background:#ff5d31; color:#fff;}
+.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
+a.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
+a:hover.bgreen_u_btn{background:#1abc9c; color:#fff;}
+.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
+a.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
+a:hover.blue_u_btn{background:#64bdd9; color:#fff;}
+.blue_n_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
+a.blue_n_btn{background:#64bdd9;color:#fff;font-weight:normal; padding:2px 10px; text-align:center;}
+a:hover.blue_n_btn{ background:#329cbd;}
+.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
+a.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
+a:hover.green_n_btn{ background:#14ad5a;}
+.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
+a.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
+a:hover.orange_n_btn{background:#d63502;}
+.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
+a.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
+a:hover.bgreen_n_btn{background:#08a384;}
+
+.nolink_btn{ background:#BCBCBC; color: #fff; padding:2px 5px;}
+.more_btn{-moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #9DCEFF; color:#9DCEFF; border-radius:3px; padding:0px 3px;}
+.upbtn{ margin:42px 0 0 10px; border:none; color:#999; width:150px;}
+.red_btn_cir{ background:#e74c3c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.green_btn_cir{ background:#28be6c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.green_homework_btn_cir{ background:#28be6c; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.grey_btn_cir{ background:#b2b2b2; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
+.red_homework_btn_cir{ background:#e74c3c; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.grey_homework_btn_cir{ background:#b2b2b2; padding:1px 3px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
+.blue_btn_cir{ background:#3498db; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
+.orange_btn_cir{ background:#e67e22; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
+.sticky_btn_cir{ background:#269ac9; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
+.locked_btn_cir{background: url("../images/locked.png") 0 0 no-repeat; cursor: default;}
+.bgreen_btn_cir{ background:#1abc9c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
+/* commonpic */
+.pic_date{ display:block; background:url(../images/public_icon.png) -31px 0 no-repeat; width:16px; height:15px; }
+.pic_add{ display:block; background:url(../images/public_icon.png) -31px -273px no-repeat; width:16px; height:15px; }
+.pic_sch{ display:block; background:url(../images/public_icon.png) -31px -195px no-repeat; width:16px; height:15px; }
+.pic_mes{ display:block; background:url(../images/public_icon.png) 0px -376px no-repeat; width:20px; height:15px; padding-left:18px;}
+.pic_img{ display:block; background:url(../images/public_icon.png) -31px -419px no-repeat; width:20px; height:15px; }
+.pic_del{ display:block; background:url(../images/public_icon.png) 0px -235px no-repeat; width:20px; height:15px; }
+.pic_del:hover{ background:url(../images/public_icon.png) -32px -235px no-repeat; }
+.pic_stats{display:block; background:url(../images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
+.pic_files{display:block; background:url(../images/public_icon.png) 0px -578px no-repeat; width:20px; height:15px;}
+.pic_text{display:block; background:url(../images/public_icon.png) 0px -609px no-repeat; width:20px; height:18px;}
+.pic_text02{display:block; background:url(../images/public_icon.png) 0px -642px no-repeat; width:20px; height:19px;}
+.pic_edit{display:block; background:url(../images/public_icon.png) 0px -32px no-repeat; width:20px; height:15px;}
+.pic_edit:hover{display:block; background:url(../images/public_icon.png) -32px -32px no-repeat; width:20px; height:15px;}
+
+
+
+
+
+/*框架主类容*/
+#Container{ width:1000px; margin:0 auto; }
+
+
+/*myctrip*/
+.userImage{position:absolute; right:140px; top:5px; width:30px;height:30px; background: url(../images/item.png) 2px 4px no-repeat; line-height:1.4;}
+a.topnav_login_a{color:#fff; display:inline-block;}
+a.topnav_login_a:hover {color:#a1ebff;}
+a.topnav_login_mes{color:#fff; width:10px;height:20px; padding-left:15px; background: url(../images/item.png) -84px -145px no-repeat; display:inline-block; vertical-align:top;}
+a.topnav_login_mes:hover {color:#a1ebff;}
+a.topnav_login_box{ color:#fff; font-size:14px; font-weight:bold; width:90px; display:inline-block;}
+.menuArrow {background:url(../images/item.png) -20px -40px no-repeat;}
+li.menuArrow:hover {background:url(../images/item.png) -20px -70px no-repeat;}
+a.topnav_login_box:hover {color:#a1ebff;}
+.navRow1 {margin:0; padding:0;}
+.navRow2 {margin:0; padding:0;}
+.topnav_login_list{ border:1px solid #eaeaea; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); margin-top: 1px;}
+.topnav_login_list a{color:#269ac9;}
+.topnav_login_list li{ }
+
+/*主类容*/
+#Main{ background:#fff; margin-bottom:10px;}
+#content{}
+#content02{ background:#fff; padding:10px; margin-bottom:10px;}
+/*主类容搜索*/
+#TopBar{ height:60px; margin-bottom:10px; background:#fff;}
+.topbar_info02{ margin:5px 10px;width:480px; }
+.topbar_info02 p{color: #7f7f7f;}
+.search{ margin-top:8px; margin-left:71px;}
+.search_form{margin-top:8px;margin-left:72px;}
+.topbar_info{ width:350px; color:#5c5c5c; font-size:16px; margin-right:50px; line-height:1.3; padding-left:100px;}
+a.search_btn{ display:block; background:#269ac9; color:#fff; width:60px; height:24px; text-align:center; padding-top:3px;}
+a:hover.search_btn{ background: #0fa9bb;}
+.search_text{ border:1px solid #269ac9; background:#fff; width:220px; height:25px; padding-left:5px; }
+
+
+/*资源库*/
+.resources {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd;float: right}
+/*.resources {width:730px; background-color:#ffffff; padding:10px;float: right}*/
+.resourcesBanner {width:730px; height:40px; background-color:#eaeaea; margin-bottom:10px;}
+.bannerName {background:#64bdd9; color:#ffffff; height:40px; line-height:40px; width:90px; text-align:center; font-weight:normal; vertical-align:middle; font-size: 16px; float:left;}
+.resourcesSelect {width:30px; height:24px; float:right; position:relative; margin-top:-6px;}
+.resourcesSelected {width:25px; height:20px; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat;}
+.resourcesSelected:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}
+.resourcesIcon {margin-top:15px; display:block; width:25px; height:20px;}
+/*.resourcesIcon {margin-top:15px; display:block; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat; width:25px; height:20px;}*/
+/*.resourcesIcon:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}*/
+/*.resourcesType {width:50px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:35px; padding:5px 10px; left:-30px; font-size:12px; color:#888888; display:none;}*/
+a.resourcesGrey {font-size:12px; color:#888888;}
+a.resourcesGrey:hover {font-size:12px; color:#269ac9;}
+.resourcesBanner ul li:hover ul.resourcesType {display:block;}
+.resourcesSelected:hover ul {display:block;}
+.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#269ac9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}
+.resourcesUploadBox:hover {background-color:#297fb8;}
+.uploadIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:30px; height:30px; margin-left:-3px;}
+a.uploadText {color:#ffffff; font-size:14px;}
+.resourcesSearchloadBox {border:1px solid #e6e6e6; width:225px; float:left; background-color:#ffffff;}
+.searchResource {border:none; outline:none; background-color:#ffffff; width:184px; height:32px; padding-left:10px; display:block; float:left;}
+.searchCourse {border:none; outline:none; background-color:#ffffff; width:184px; padding-left:10px; display:block; margin-bottom:15px;}
+.searchResource:focus {border:none;}
+.searchIcon{width:31px; height:32px; background-color:#ffffff; background:url(images/resource_icon_list.png) -40px -15px no-repeat; display:block; float:left;}
+/*.resourcesSearchBanner {height:34px; margin-bottom:10px;}*/
+.resourcesSearchBanner {width:710px; height:34px; margin-bottom:10px; margin-top:15px; margin-left:auto; margin-right:auto;}
+/*.resourcesListTab {width:730px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a;}*/
+.resourcesListTab {width:710px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a; margin-left:auto; margin-right:auto;}
+/*.resourcesListName {width:175px; height:40px; line-height:40px; text-align:center;}*/
+/*.resourcesListSize {width:110px; height:40px; line-height:40px; text-align:center;}*/
+/*.resourcesListType {width:150px; height:40px; line-height:40px; text-align:center;}*/
+/*.resourcesListUploader {width:130px; height:40px; line-height:40px; text-align:center;}*/
+/*.resourcesListTime {width:165px; height:40px; line-height:40px; text-align:center;}*/
+.resourcesListName {width:340px; height:40px; line-height:40px; text-align:left;}
+.resourcesListSize {width:85px; height:40px; line-height:40px; text-align:center;}
+.resourcesListType {width:85px; height:40px; line-height:40px; text-align:center;}
+.resourcesListUploader {width:85px; height:40px; line-height:40px; text-align:center;}
+.resourcesListTime {width:95px; height:40px; line-height:40px; text-align:center;}
+/*.resourcesList {width:730px; height:39px; background-color:#ffffff; border-bottom:1px dashed #eaeaea; color:#9a9a9a; font-size:12px;}*/
+a.resourcesBlack {font-size:12px; color:#4c4c4c;white-space: nowrap;text-align: left}
+a.resourcesBlack:hover {font-size:12px; color:#000000;}
+.resourcesListCheckbox {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle;}
+.resourcesCheckbox {padding:0px; margin:0px; margin-top:14px; width:12px; height:12px;}
+.resourcesList {width:710px; height:39px; background-color:#ffffff; color:#9a9a9a; font-size:12px; margin-left:auto; margin-right:auto;} /*border-bottom:1px dashed #eaeaea;*/
+.resourcesListDashLine {width:710px;border-bottom:1px dashed #eaeaea !important; margin-left:auto; margin-right:auto; padding-bottom: 2px} /*border-bottom:1px dashed #eaeaea;*/
+.resourcesListOption {width:710px; height:40px; line-height:40px; vertical-align:middle; margin-left:auto; margin-right:auto; background-color:#f6f6f6;}
+.resourcesCheckAll {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle; float:left;}
+.resourcesSelectSend {float:right;}
+/*.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #15bccf; border-radius:5px; float:right;}*/
+.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #269ac9; border-radius:5px; float:right;}
+a.sendButtonBlue {color:#269ac9;}
+a.sendButtonBlue:hover {color:#ffffff;}
+.resourcesSelectSendButton:hover {background-color:#297fb8;}
+.db {display:block !important;}
+
+.dropdown-menu {
+ position: absolute;
+ top: 100%;
+ left: 0;
+ z-index: 1000;
+ display: none;
+ float: left;
+ min-width: 80px;
+ padding: 5px 0;
+ margin: 2px 0 0;
+ font-size: 12px;
+ text-align: left;
+ background-color: #fff;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+ box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+}
+.dropdown-menu > li > a {
+ display: block;
+ padding: 3px 20px;
+ clear: both;
+ font-weight: normal;
+ line-height: 1.5;
+ color:#616060;
+ white-space: nowrap;
+}
+.dropdown-menu > li > a:hover{
+ color: #ffffff;
+ text-decoration: none;
+ background-color: #64bdd9;
+ outline:none;
+}
+a.resourcesTypeAll {background:url(images/homepage_icon.png) -180px -89px no-repeat; padding-left:23px;}
+a.resourcesTypeAtt {background:url(images/homepage_icon.png) -180px -49px no-repeat; padding-left:23px;}
+a.resourcesTypeUser {background:url(images/homepage_icon.png) -178px -453px no-repeat; padding-left:23px;}
+.resourcesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:10px 20px; left:-90px; font-size:12px; color:#888888; display:none; line-height:2;}
+/*.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#64bdd9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}*/
+/*.resourcesUploadBox:hover {background-color:#0781b4;}*/
+/* 个人主页右边部分*/
+.homepageSearchIcon {width:30px; height:32px; background:url(images/nav_icon.png) -8px 3px no-repeat; float:left; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+input.homepageSearchIcon:hover {cursor: pointer;background:url(../images/nav_icon.png) -49px 3px no-repeat; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a.homepagePostTypeQuiz {background:url(images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
+a.homepagePostTypeAssignment {background:url(images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
+a.replyGrey {color:#888888; display:inline-block;}
+a.replyGrey:hover {color:#4b4b4b;}
+
+/*上传资源弹窗*/
+.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
+.uploadDialogText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:140px; display:inline-block; font-weight: bold;}
+.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative}
+.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; border-radius:3px; float:left; margin-right:12px;}
+a.uploadBoxIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:81px; height:30px; padding-left:22px; font-size:14px; color:#ffffff;}
+a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px;}
+.chooseFile {color:#ffffff; display:block; margin-left:32px;}
+.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
+.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
+.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
+.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
+.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
+
+/*发送资源弹窗*/
+/*.resourceShareContainer {width:100%; height:100%; background:#666; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; position:absolute; left:0; top:0; z-index:-999;}*/
+/*.resourceSharePopup {width:300px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}*/
+.resourceSharePopup {width:300px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
+.sendText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:110px; display:inline-block; font-weight: bold;}
+.resourcesSendTo {float:left; height:20px; margin-top:15px;}
+.boxContainer {height:33px; line-height:33px; position:relative}
+.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
+.resourcePopupClose {width:20px; height:20px; display:inline-block; float:right;}
+.resourceClose {background:url(images/resource_icon_list.png) 0px -40px no-repeat; width:20px; height:20px; display:inline-block; position: absolute; z-index: 1000;}
+.resourcesSearchBox {border:1px solid #e6e6e6; width:225px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
+.searchResourcePopup {border:none; outline:none; background-color:#ffffff; width:184px; height:25px; padding-left:10px; display:inline-block; float:left;}
+.searchIconPopup{width:31px; height:25px; background-color:#ffffff; background:url(../images/homepage_icon.png) 5px -394px no-repeat; display:inline-block; float:left; cursor: pointer;}
+.searchIconPopup:hover {background:url(../images/homepage_icon.png) 5px -420px no-repeat;}
+.courseSend {width:390px; height:15px; line-height:15px; margin-bottom:10px;display:block;white-space:nowrap;}
+.courseSendCheckbox {padding:0px; margin:0px; width:12px; height:12px; margin-right:10px; display:inline-block; margin-top:2px;}
+.sendCourseName {font-size:12px; color:#5f6060;display:inline-block}
+.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#269ac9; margin-right:25px; float:left;cursor: pointer;}
+.courseSendSubmit:hover {background-color:#297fb8;}
+.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
+.courseSendCancel:hover {background-color: #717171;}
+a.sendSourceText {font-size:14px; color:#ffffff;}
+input.sendSourceText {font-size:14px;color:#ffffff;background-color:#269ac9;cursor: pointer; outline: none; border: none; width: 50px; height: 25px;}
+input.sendSourceText:hover {background-color:#297fb8;}
+/*input.sendSourceText:hover {font-size:14px; color:#ffffff;}*/
+.resourcesSendTo {float:left; height:20px; margin-top:15px;}
+.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
+.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:auto; overflow-x:hidden;}
+.popbox{/* width:300px; *//* height:100px; */position:fixed !important;/* z-index:100; */left:50%;top:50%;margin:-100px 0 0 -150px; /* background:#fff; */ -moz-border-radius:5px; /* -webkit-border-radius:5px; */ /* border-radius:5px; */ /* box-shadow:0px 0px 8px #194a81; */ /* overflow:auto; */}
+/*上传资源弹窗*/
+.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
+.uploadText {font-size:16px; color:#269ac9; line-height:16px; padding-top:15px; width:140px; display:inline-block;}
+.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative;}
+.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; border-radius:3px; float:left; margin-right:12px;}
+.uploadBox:hover {background-color:#297fb8;}
+a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px; display:block;}
+.chooseFile {color:#ffffff; display:block; margin-left:32px;}
+.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
+.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
+.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
+.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
+.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
+
+
+/*新个人主页框架css*/
+.navContainer {width:100%; margin:0 auto; background-color:#269ac9;}
+.homepageContentContainer {width:100%; margin:0 auto; background-color:#eaebed;}
+.homepageContent {width:1000px; background-color:#eaebed; margin:0 auto;}
+.navHomepage {width:1000px; height:54px; background-color:#269ac9; margin:0 auto;}
+.navHomepageLogo {width:60px; height:54px; line-height:54px; vertical-align:middle; margin-left:2px; margin-right:30px;}
+.navHomepageMenu {margin-right:20px;display:inline-block;height:54px; line-height:54px; vertical-align:middle;}
+.navHomepageMenu:hover {background-color:#297fb8;}
+/*.navHomepageMenu:hover {background-color:#0ea6b7;}*/
+.navHomepageSearchBoxcontainer {margin-top:11px; }
+.navHomepageSearchBox {width:380px; border:none; outline:none; height:32px; margin-top:11px; background-color:#ffffff;}
+.navHomepageSearchInput {width:345px; height:32px; outline:none; border:none; float:left; padding-left:5px;; margin:0;}
+.homepageSearchIcon {width:30px; height:32px; background:url(../images/nav_icon.png) -8px 3px no-repeat; float:left;}
+a.homepageSearchIcon:hover {background:url(../images/nav_icon.png) -49px 3px no-repeat;}
+#navSearchAlert {display:none;}
+.navHomepageNews {width:30px; display:block; float:right; margin-top:8px; position:relative;}
+.homepageNewsIcon {background:url(../images/nav_icon.png) -5px -85px no-repeat; width:30px; height:35px; display:block;}
+.newsActive {width:16px; height:16px; border-radius:50%; background-color:#ff0000; position:absolute; left:17px; top:5px; text-align:center;font-size:12px; color:#ffffff !important;padding-bottom: 3px;padding-left: 2px;padding-right: 1px;font-weight: bold;}
+.navHomepageProfile {width:65px; display:block; float:right; margin-left:33px;}
+.portraitRadius {border-radius: 3px;}
+.homepageProfileMenuIcon {background:url(../images/nav_icon.png) 30px -155px no-repeat; width:65px; height:54px; position:relative; display:inline-block; line-height:0;}
+.homepageProfileMenuIconhover {background:url(../images/nav_icon.png) 30px -122px no-repeat;}
+/*.navHomepageProfile ul li ul {display:none;}
+.navHomepageProfile ul li:hover ul {display:block;}*/
+.homepageLeft {width:240px; float:left; margin-right:10px; margin-bottom:10px;}
+.homepageRight {width:750px; float:left; margin-top:10px; margin-bottom:10px;}
+.homepagePortraitContainer {width:208px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px; padding:15px;}
+.homepagePortraitImage {width:78px; height:78px; position:relative; border:1px solid #cbcbcb; padding: 2px;}
+.homepagePortraitImage:hover {border:1px solid #269ac9;}
+.homepageFollow {background:url(../images/homepage_icon.png) -10px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
+.homepageFollowCancel {background:url(../images/homepage_icon.png) -178px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
+.homepageEditProfile {width:16px; height:16px; border-radius:2px; background-color:#888888; position:absolute; right:5px; bottom:5px; font-size:12px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;}
+.homepageEditProfileIcon {background:url(../images/homepage_icon2.png) -14px -37px no-repeat; width:20px; height:20px; display:block;}
+.homepageImageName {font-size:16px; color:#484848; height:25px; float:left; font-weight: bold; max-width:90px;overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
+.homepageImageSexMan {top:116px; left:5px; width:20px; height:20px; background:url(../images/homepage_icon.png) -10px -112px no-repeat; float:left;}
+.homepageImageSexWomen {width: 20px;height: 20px;background: url(../images/homepage_icon.png) -10px -149px no-repeat;float: left;}
+a.UsersEditBtn{ display:block; width:55px; height:20px; border:1px solid #6d6d6d; color:#fff; background:#888888 url(../images/homepage_icon.png) -11px -35px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersEditBtn{ color:#484848; background:#888888 url(../images/homepage_icon2.png) -11px -74px no-repeat;}
+a.UsersAttBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -9px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersAttBtn{border:1px solid #888888; }
+a.UsersApBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -177px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersApBtn{border:1px solid #888888; }
+.homepageSignatureTextarea {width:207px; height:80px; max-width:207px; max-height:80px; border:1px solid #d9d9d9; outline:none; margin:0px 0px 12px 0px;}
+.homepageSignature {font-size:12px; color:#888888; margin:10px 0; width:208px;}
+.homepageImageBlock {margin:0 auto; width:68px; float:left; text-align:center; display:inline-block;}
+a.homepageImageNumber {font-size:12px; font-weight: bold;} /*color:#484848;*/
+a.homepageImageNumber:hover {color:#269ac9;}
+.homepageImageText {font-size:12px; color:#888888;}
+.homepageVerDiv {height:28px; vertical-align:middle; width:1px; float:left; display:inline-block; background-color:#d1d1d1; margin-top:3px;}
+.homepageLeftMenuContainer {width:238px; border:1px solid #dddddd; border-bottom:none; background-color:#ffffff; margin-top:10px;}
+.homepageLeftMenuBlock {border-bottom:1px solid #dddddd; height:50px; line-height:50px; vertical-align:middle;}
+.homepageLeftMenuCourses {font-size:13px; border-bottom:1px solid #dddddd;}
+.homepageLeftMenuCoursesLine {height:38px; line-height:38px; vertical-align:middle;}
+.homepageLeftMenuCoursesLine:hover {background-color:#269ac9;}
+a.coursesLineGrey {padding-left:25px; color:#808080; display:block;}
+a.coursesLineGrey:hover {color:#ffffff;}
+.homepageLeftMenuMore {height:18px;}
+.homepageLeftMenuMore:hover {background-color:#269ac9;}
+.homepageLeftMenuMoreIcon {background:url(../images/homepage_icon.png) -74px -240px no-repeat; display:block; height:18px;}
+.homepageMenuSetting {display:inline-block; background:url(../images/homepage_icon2.png) -190px -365px no-repeat; width:15px; height:15px; margin-top: 16px; margin-right: 15px;}
+.homepageMenuSetting:hover {background:url(../images/homepage_icon2.png) -190px -407px no-repeat;}
+a.homepageMenuText {color:#484848; font-size:16px; margin-left:20px;}
+.homepageLeftLabelContainer {width:238px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px;}
+.homepageLabelText {color:#484848; font-size:16px; margin-left:10px; margin-bottom:12px; display:block;}
+.homepageRightBanner {width:718px; margin:0px auto; float:right; background-color: #ffffff; padding:10px 15px; border:1px solid #dddddd;}
+.homepageRightBannerImg{width:1000px; margin:0px auto; height: 60px; margin-top: 10px; background:url(../images/TeachersDay.jpg)}
+.NewsBannerName {font-size:16px; color:#4b4b4b; display:block; width:150px; float:left;}
+.newsType {width:60px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-40px; font-size:12px; color:#888888; display:none; line-height:2; z-index:9999;}
+.newsReadSetting {width:700px; background-color:#f6f6f6; border-bottom:1px solid #eeeeee; margin:10px auto; height:39px; line-height:39px; vertical-align:middle; font-size:14px; color:#7a7a7a; padding-left:10px;}
+.homepageNewsList {width:710px; height:49px; line-height:49px; vertical-align:middle; border-bottom:1px dashed #eaeaea; margin-left:10px;}
+.homepageNewsPortrait {width:40px; display:block; margin-top:7px;}
+.homepageNewsPublisher { max-width:100px; font-size:12px; color:#269ac9; display:block; padding-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; }
+.homepageNewsType {padding-left: 5px; font-size:12px; color:#888888; display:block;}
+.homepageNewsTypeHomework {width:160px; padding-left: 5px; font-size:12px; color:#888888; display:block; overflow:hidden; height:49px;word-break:break-all; word-wrap:break-word; text-overflow:ellipsis;}
+.homepageNewsPubType {width:230px; font-size:12px; color:#888888; display: block;}
+.homepageNewsPubTypeHomework {width:270px; font-size:12px; color:#888888; display: block; white-space:nowrap;}
+.homepageNewsContent {width:355px; max-width:365px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
+.homepageSystenMessageContent {width:281px; max-width:291px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden;text-overflow:ellipsis;max-height: 49px; }
+.homepageHomeworkContentWarn {width:110px; max-width:365px; margin-right:10px; font-size:12px; color:red; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
+.homepageHomeworkContent {width:235px; max-width:365px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;max-height: 49px; }
+
+.homepageNewsTime {width:75px; font-size:12px; color:#888888; display:block; text-align:right;}
+a.homepageWhite {color:#ffffff;}
+a.homepageWhite:hover {color:#a1ebff}
+a.newsGrey {color:#4b4b4b;}
+a.newsGrey:hover {color:#000000;}
+a.newsRed {color:red;}
+a.newsRed:hover {color:#888888;}
+a.replyGrey {color:#888888; display:inline-block;}
+a.replyGrey:hover {color:#4b4b4b;}
+a.replyGrey1 {color:#888888;}
+a.replyGrey1:hover {color:#4b4b4b;}
+a.newsBlue {color:#269ac9;}
+a.newsBlue:hover {color:#297fb8;}
+a.newsBlack {color:#4b4b4b; font-size:13px; font-weight:bold}
+a.menuGrey {color:#808080;}
+a.menuGrey:hover {color:#fe7d68;}
+.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #e1e1e1; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
+#navSearchAlert {display:none;}
+.loadMore {font-size:14px;width:748px; text-align:center; display:block; border:1px solid #dddddd; background-color:#ffffff; float:right;padding:5px 0; letter-spacing: 1px;}
+
+/*个人主页右部分*/
+.homepagePostType {width:180px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-170px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
+.homepagePostTypeHomework {width:100px;}
+.homepagePostTypeProject {width:80px;}
+a.homepagePostTypeAssignment {background:url(../images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
+a.homepagePostTypeNotice {background:url(../images/homepage_icon.png) -87px -280px no-repeat; padding-left:23px;}
+a.homepagePostTypeForum {background:url(../images/homepage_icon.png) -10px -310px no-repeat; padding-left:23px;}
+a.homepagePostTypeQuiz {background:url(../images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
+a.homepagePostTypeQuestion {background:url(../images/homepage_icon.png) -10px -273px no-repeat; padding-left:23px;}
+a.homepagePostTypeMine {background:url(../images/homepage_icon.png) -187px -277px no-repeat; padding-left:23px;}
+a.homepagePostTypeAll {background:url(../images/homepage_icon.png) -185px -308px no-repeat; padding-left:23px;}
+a.homepagePostTypeMessage {background:url(images/homepage_icon.png) -3px -518px no-repeat; padding-left:23px;}
+.homepagePostTypeMore {width:180px; border-top:1px dashed #dddddd; margin-top:5px;}
+.w100 {width:100px;}
+a.homepageTypeUnread {background:url(../images/homepage_icon.png) -6px -579px no-repeat; padding-left:23px;}
+a.homepageTypePTask {background:url(../images/homepage_icon.png) -176px -523px no-repeat; padding-left:23px;}
+a.homepageTypeSystem {background:url(../images/homepage_icon.png) -88px -552px no-repeat; padding-left:23px;}
+a.homepageTypePNews {background:url(../images/homepage_icon.png) -5px -553px no-repeat; padding-left:23px;}
+a.homepageTypePost {background:url(../images/homepage_icon.png) -178px -553px no-repeat; padding-left:23px;}
+a.homepageTypeUMessage {background:url(../images/homepage_icon.png) -4px -519px no-repeat; padding-left:23px;}
+a.homepageTypeUApply {background:url(../images/homepage_icon.png) -91px -582px no-repeat; padding-left:23px;}
+a.postTypeGrey {color:#888888;}
+a.postTypeGrey:hover {color:#269ac9;}
+.homepagePostBrief {width:720px; margin:0px auto; position:relative;}
+.homepagePostPortrait {float:left; width:50px;}
+.homepagePostDes {float:left; width:655px; margin-left:15px; overflow:hidden;}
+.homepagePostTo {font-size:14px; color:#484848; margin-bottom:5px;}
+.homepagePostTitle {font-size:14px; color:#484848; margin-bottom:5px; font-weight:bold;}
+.homepagePostSubmitContainer {height:25px; margin-top: 8px; margin-bottom: 5px;}
+.homepagePostSubmit {font-size:14px; color:#888888; border:1px solid #dddddd; background-color:#eaeaea; float:left; margin-right:20px; padding:0px 10px;}
+.homepagePostSubmit:hover {background-color:#d8d8d8;}
+.homepagePostIntro {font-size:14px; color:#484848;overflow:hidden;}
+.homepagePostDeadline {font-size:12px; color:#888888; float:left; margin-top: 2px;}
+.homepagePostDate {font-size:12px; color:#888888;margin-bottom: 5px;}
+.homepagePostReply {width:720px; margin:0px auto; background-color:#f1f1f1; margin-top:10px;}
+.homepagePostReplyBanner {width:718px; height:33px; border:1px solid #e4e4e4; line-height:33px; vertical-align:middle; font-size:12px; color:#888888;}
+.borderBottomNone {border-bottom:none !important;}
+.topBorder {border-top: 1px solid #e4e4e4;}
+div.minHeight48{min-height: 48px;}
+.homepagePostReplyBannerCount{width:255px; display:inline-block; margin-left:15px;}
+.homepagePostReplyBannerTime{width:85px; display:inline-block;}
+.homepagePostReplyBannerMore{width:315px; display:inline-block; text-align:right; float:right; padding-right:15px;}
+.homepagePostReplyInputContainer {width:642px; float:left;}
+.homepagePostReplyInput {width:663px; height:45px; max-width:663px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:20px auto 10px auto;}
+.homepagePostReplyEmotion {background:url(../images/homepage_icon.png) -90px -88px no-repeat; width:50px; height:24px; float:left; padding-left:30px;}
+.homepagePostReplySubmit {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#ffffff; background-color:#269ac9;}
+.homepagePostReplySubmit:hover {background-color:#329cbd;}
+a.postReplySubmit {color:#ffffff; display:block;}
+.homepagePostReplyCancel {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#888888; background-color:#cecece; margin-left:8px;}
+.homepagePostReplyCancel:hover {background-color:#717171;}
+a.postReplyCancel {color:#888888; display:block;}
+a.postReplyCancel:hover {color:#ffffff;}
+.homepagePostReplyInputContainer2 {width:595px; margin:0px auto;}
+.homepagePostReplyInput2 {width:588px; height:45px; max-width:588px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:0px auto 10px auto;}
+.homepagePostReplyContainer {border-bottom:1px solid #e3e3e3; width:690px; margin:0px auto; margin-top:15px; min-height:50px;}
+.homepagePostSetting {position:absolute; width:20px; height:20px; right:0px; top:0px;}
+.homepagePostSetting ul li:hover ul {display:block;}
+.homepagePostSettingIcon {background:url(../images/homepage_icon.png) -93px -5px no-repeat; width:20px; height:20px;}
+.homepagePostSettiongText {width:85px; line-height:2; font-size:12px; color:#616060; background-color:#ffffff; border:1px solid #eaeaea; border-radius:3px; position:absolute; left:-68px; top:20px; padding:5px 0px; display:none;}
+.homepagePostSettingIcon:hover {background:url(../images/homepage_icon.png) -93px -44px no-repeat;}
+a.postOptionLink {color:#616060; display:block; width:55px; padding:0px 15px;}
+a.postOptionLink:hover {color:#ffffff; background-color:#269ac9;}
+.homepagePostReplyPortrait {float:left; width:33px;}
+.imageFuzzy {filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}
+.homepagePostReplyDes {float:left; width:642px; margin-left:15px;}
+.homepagePostReplyPublisher {font-size:12px; color:#888888; margin-bottom:5px;}
+.homepagePostReplyContent {font-size:12px; color:#484848; margin-bottom:12px;}
+.table_maxWidth table {max-width: 642px;}
+.homepagePostProjectState {width:52px; height:20px; line-height:20px; border-radius:1px; background-color:#28be6c; color:#ffffff; text-align:center; vertical-align:middle; font-size:12px; display:inline-block; margin-left:5px;}
+.homepagePostAssignTo {float:left; font-size:14px; color:#269ac9;}
+.homepagePostFileAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/public_icon.png) -27px -577px no-repeat; padding-left:25px; font-size:14px;}
+.homepagePostImageAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/homepage_icon.png) -86px -195px no-repeat; padding-left:35px; font-size:14px; margin-right:25px;}
+.postAttSize {color:#888888; font-size:12px; margin-left: 5px;}
+a.postGrey {color:#484848;}
+a.postGrey:hover {color:#000000;}
+a.gz_btn{display:block; background:url(../images/pic_uersall.png) -318px -25px no-repeat; width:53px; height:18px; border:1px solid #cdcdcd; color:#333333; padding:0px 0 0 18px;margin-top: 2px;margin-right: 15px;}
+a:hover.gz_btn{ color:#ff5722;}
+.homepagePostReplyjournal{margin-left: 15px; float: left;}
+.lh18 {line-height: 18px;}
+.maxh360 {max-height: 360px;}
+
+.courseMenu {width:30px; display:block; float:right;height: 50px;}
+.courseMenuIcon {display:inline-block; background:url(../images/homepage_icon2.png) -190px -365px no-repeat; width:15px; height:15px; margin-top: 16px; margin-right: 15px; position: relative;line-height:0;}
+.topnav_course_menu{display: none; border:1px solid #eaeaea; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); margin-top: 20px;}
+.topnav_course_menu a{color:#269ac9;}
+
+/*课程主页css*/
+.homepageCoursesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-65px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
+
+/*注册登陆页面*/
+#loginInBox {display:block; margin-top:143px;}
+#signUpBox {display:none; margin-top:79px;}
+#loginSignButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
+#loginInButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
+#loginSignButton:hover {background-color:#297fb8;}
+#loginInButton:hover {background-color:#297fb8;}
+.loginContentContainer {width:100%; background-color:#269ac9; margin-top:1px; height:580px;}
+.loginContent {width:1000px; margin:0px auto;}
+.loginLeft {width:595px; float:left;}
+.loginLogo {padding-left:208px; padding-top:155px;}
+.loginInro {width:465px; padding-top:55px; padding-left:50px; font-size:16px; color:#ffffff;}
+.loginRight {width:405px; float:left;}
+.loginChooseBox {width:405px; height:54px; background-color:#ffffff; padding-top:18px;}
+.loginChooseList {width:350px; height:30px; font-size:14px; margin:0px auto;}
+.loginChoose {width:55px; height:30px; border-bottom:1px solid #269ac9; text-align:center;}
+a.loginChooseTab {color:#484848; height:30px; display:block;}
+.loginInButton {width:315px; height:40px; background-color:#269ac9; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:20px;}
+.loginUpButton {width:315px; height:40px; background-color:#269ac9; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
+.loginInButton:hover {background-color: #297fb8}
+.loginUpButton:hover {background-color: #297fb8}
+.loginUpDisableButton {width:315px; height:40px; background-color:#C1C1C1; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
+.loginUpDisableButton:hover {background-color: #C1C1C1}
+.loginChooseBorder {width:295px; height:30px; border-bottom:1px solid #e3e3e3;}
+.loginSign {width:405px; background-color:#ffffff;}
+.loginSignBox {width:308px; height:38px; margin-left:46px; border:1px solid #98a1a6; outline:none;}
+.loginSignOption {margin-left:46px; margin-top:15px;}
+.loginIn {width:405px; background-color:#ffffff; padding-bottom:30px;}
+.loginSignAlert {font-size:12px; margin-left:53px;}
+.loginSignRow {height:60px; min-height:60px;}
+
+/*关注列表*/
+.inf_user_image{ padding-left:8px; margin:0px; background-color:#fff; height: auto;padding-bottom: 8px;}
+ul.list_watch{
+ padding-left: 0px;
+ list-style-type:none;
+ height:auto;
+ border-bottom: 1px dashed rgb(204, 204, 204);
+}
+
+/*留言*/
+.feedBack {width:728px; background-color:#ffffff; padding:10px; border:1px solid #dddddd;float: right}
+
+
+/*课程选择弹窗*/
+.coursesChoosePopup {width:530px; height:auto; padding-left:20px; padding-bottom:35px; background-color:#ffffff;}
+.coursesSearchBox {border:1px solid #e6e6e6; width:515px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
+.searchCoursesPopup {border:none; outline:none; background-color:#ffffff; width:470px; height:25px; padding-left:10px; display:inline-block; float:left;}
+
+/*导入作业弹窗*/
+.homeworkPublish {width:500px; height:15px; line-height:15px;}
+.homeworkPublishTime {font-size:12px; color:#b1b1b1; margin-left:22px; margin-bottom:8px;}
+.homeworkListForm{height: 160px;width: 550px;overflow: scroll;overflow-x: hidden;}
+.w450{width: 450px;}
+
+/*引用资源库弹窗*/
+.referenceResourcesPopup {width:750px !important; height:500px !important; overflow: hidden !important; border:3px solid #269ac9 !important; padding-left:20px; padding-right:20px; padding-bottom:35px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-375px; z-index:1000;}
+.referenceText {font-size:16px; color:#269ac9; line-height:16px; display:inline-block; font-weight:bold;}
+.referenceSearchBox {border:1px solid #e6e6e6; width:235px; height:32px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
+.searchReferencePopup {border:none; outline:none; background-color:#ffffff; width:190px; height:32px; padding-left:10px; display:inline-block; float:left;}
+.referenceSearchIcon{width:31px; height:25px; background-color:#ffffff; background:url(../images/homepage_icon2.png) -180px -270px no-repeat; display:inline-block; float:left;}
+.referenceSearchIcon:hover {background:url(../images/homepage_icon2.png) -180px -311px no-repeat;}
+.referenceResourceType {font-size:14px; width:460px; height:34px; line-height:34px; vertical-align:middle; background-color:#f6f6f6; margin-top:15px;}
+.referenceTypeActive {background-color:#269ac9; color:#ffffff !important;}
+a.referenceTypeBlock {color:#888888; display:inline-block; padding:0px 20px;}
+
+
+/*20150826忘记密码 LB*/
+.BgBox{ width:968px; border:1px solid #dddddd; background:#fff; padding:15px; padding-top:10px; margin:20px auto;}
+.BgBox_h2{ font-size:16px; color:#484848; width:968px;border-bottom:1px solid #e3e3e3; padding-bottom:5px;}
+.NomalInput{width:308px; height:38px; border:1px solid #98a1a6; outline:none; color:#888888; font-size:14px;}
+.BgBoxCon{ width:310px; margin:140px auto 520px;}
+.BgBoxConP{ font-size:14px; color:#484848;}
+.LoginButton {width:315px; height:40px; background-color:#269ac9; font-size:14px; text-align:center; line-height:40px; vertical-align:middle;}
+.LoginButton:hover {background-color:#297fb8;}
+/*20150826协议 LB*/
+.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
+.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px;}
+.AgreementTxt{text-indent:2em; margin-bottom:15px;}
+.AgreementImg{ margin:0px auto; width:619px;}
+
+
+/*创建贴吧样式*/
+.postContainer {width:968px; border:1px solid #dddddd; padding:15px; background-color:#ffffff;}
+.postBanner {height:30px; width:970px; border-bottom:1px solid #efefef;}
+.postSort {width:40px; float:left; margin-top:5px; padding-left:5px;}
+a.sortArrowDown {background:url(images/post_image_list.png) 0px 0px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
+a.sortArrowUp {background:url(images/post_image_list.png) -17px 0px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
+a.sortArrowActiveD {background:url(images/post_image_list.png) -0px -20px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
+a.sortArrowActiveU {background:url(images/post_image_list.png) -17px -20px no-repeat; width:7px; height:9px; float:left; margin-left:5px; margin-top:5px;}
+.creatPost {width:80px; height:25px; border-radius:3px; color:#ffffff; text-align:center; float:right; line-height:25px; vertical-align:middle; margin-top:2px;}
+.creatPostIcon {background:url(images/post_image_list.png) -40px -54px no-repeat; width:70px; height:25px; padding-left:10px; border-radius:3px;}
+.postRow {width:970px; border-bottom:1px solid #efefef; padding:15px 0;}
+.postPortrait {width:75px; height:75px; float:left; margin-right:15px;}
+.postWrap {width:690px; float:left; margin-right:95px;}
+.postTitle {width:690px; max-width:690px; margin-bottom:5px;word-break: break-all; word-wrap:break-word; }
+.postDes {width:690px; max-width:690px; margin-bottom:6px; color:#484848;}
+.postCreater {color:#888888; font-size:12px; float:left; margin-right:40px;}
+.postDate {color:#888888; font-size:12px;}
+.postStatics { margin-top:28px; color:#888888; float:right; text-align:center;}
+.slice {width:1px; height:25px; background-color:#d1d1d1; float:right; margin-top:35px; margin-right:20px;}
+.pageRoll {float:right; border-left:1px solid #dddddd; margin-top:15px;}
+.pageCell {border:1px solid #dddddd; border-width:1px 1px 1px 0px; padding:5px 12px; float:left; border-spacing:0px;}
+.pageCellActive {background-color:#3498db;}
+.postCreateInput {width:963px; height:28px; border:1px solid #d9d9d9 !important; outline:none;}
+.upImg {padding:1px 6px; border: 1px solid #dddddd; margin-top:53px;}
+
+/*贴吧内部样式*/
+.postDetailContainer {padding:15px; border:1px solid #dddddd; background-color:#ffffff;}
+.postlabel {background-color:#edf1f2; color:#888888; padding:2px 5px; float:left; margin-bottom:5px;}
+.postRightContainer {width:718px; border:1px solid #dddddd; padding:15px; background-color:#ffffff; float:left; margin-bottom:10px;}
+.postDetailBanner {height:30px; width:720px; border-bottom:1px solid #efefef;}
+.postDetailRow {width:720px; border-bottom:1px solid #efefef; padding:15px 0;}
+.postDetailPortrait {width:50px; height:50px; float:left; margin-right:15px;}
+.postDetailWrap {width:580px; float:left;}
+.postDetailTitle {width:580px; max-width:580px; margin-bottom:5px;}
+.postDetailDes {width:580px; max-width:580px; margin-bottom:6px; color:#888888;display:block;overflow:hidden;word-break:keep-all;text-overflow:ellipsis;}
+.postDetailDes p,div,em{word-break: break-all;word-wrap: break-word;}
+.postDetailCreater {color:#888888; font-size:12px; float:left; margin-right:25px;}
+.postDetailDate {color:#888888; font-size:12px; float:left;}
+.postDetailReply { margin-top:28px; color:#888888; float:right;display: inline}
+.disablePostLikeIcon {background:url(images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; padding-right: 5px; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a.postReplyIcon {background:url(images/post_image_list.png) -40px 2px no-repeat; width:18px; height:18px; float:left; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a.postReplyIcon:hover {background:url(images/post_image_list.png) -40px -29px no-repeat; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+.postDetailInput {width:713px; height:28px; border:1px solid #d9d9d9; outline:none !important;}
+.postAttIcon {background:url(images/post_image_list.png) 0px -91px no-repeat; width:16px; height:16px; padding-left:20px;}
+.postAttIcon:hover {background:url(images/post_image_list.png) 0px -113px no-repeat;}
+.postThemeContainer {width:720px;}
+.postThemeWrap {width:655px; float:left;position: relative}
+.postLikeIcon {background:url(images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; margin-top:3px; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+.postLikeIcon:hover {background:url(images/post_image_list.png) 0px -64px no-repeat ; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a.AnnexBtn{ background: url(images/homepage_icon2.png) 0px -343px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a:hover.AnnexBtn{background: url(images/homepage_icon2.png) -90px -343px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+.postEdit {background:url(images/post_image_list.png) 0px -94px no-repeat; width:18px; height:18px; display:block; float:left;}
+.postDelete {background:url(images/post_image_list.png) -42px -93px no-repeat; width:18px; height:18px; display:block; float:right;}
+.pageBanner {width:968px; margin:0px auto; border:1px solid #dddddd; background-color: #FFF; padding: 10px 15px; float:left;}
+.homepagePostReplyInput {width:543px; height:33px; max-width:543px; max-height:33px; border:1px solid #d9d9d9; outline:none;}
+.postRouteContainer {padding:10px 15px; background-color:#ffffff; border:1px solid #dddddd; margin-top:10px; font-size:14px;}
+a.postRouteLink {font-weight:bold; color:#484848;}
+a.postRouteLink:hover {text-decoration:underline;}
+/*底部*/
+#Footer{background-color:#ffffff; padding-bottom:15px; color:#666666;} /*margin-bottom:10px;*/
+.footerAboutContainer {width:auto; border-bottom:1px solid #efefef;}
+.footerAbout{ width:365px; margin:0 auto;height:35px; line-height:35px; padding-top: 10px; }
+.languageBox {width:55px; height:20px; margin-left:5px; outline:none; color:#666666; border:1px solid #d9d9d9;}
+.departments{ width:890px; margin:5px auto 0 auto;height:30px;line-height:30px;}
+.copyright{ width:375px; margin:0 auto;height:20px;line-height:20px;}
+a.f_grey {color:#666666;}
+a.f_grey:hover {color:#000000;}
+/*意见反馈*/
+html{ overflow-x:hidden;}
+.scrollsidebar{ position: fixed; bottom:1px; right:1px; background:none; }
+.side_content{width:154px; height:auto; overflow:hidden; float:left; }
+.side_content .side_list {width:154px;overflow:hidden;}
+.show_btn{ width:0; height:112px; overflow:hidden; float:left; margin-top:200px; cursor:pointer;}
+.show_btn span { display:none;}
+.close_btn{width:24px;height:24px;cursor:pointer;}
+.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat; }
+.side_title {height:35px;}
+.side_bottom { height:8px;}
+.side_center {font-family:Verdana, Geneva, sans-serif; padding:0px 12px; font-size:12px;}
+.close_btn { float:right; display:block; width:21px; height:16px; margin:9px 10px 0 0; _margin:16px 5px 0 0;}
+.close_btn span { display:none;}
+.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
+.msgserver { margin:10px 0 0px 5px;}
+.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -110px; padding-left:22px; display:block; height:24px; }
+.opnionText{box-shadow:none; width:122px; height:180px; border-color: #DFDFDF; background:#fff; color:#999; padding:3px; font-size:12px;overflow:auto; background-attachment:fixed;border-style:solid;}
+a.opnionButton{ display:block; background:#269ac9; width:130px; height:26px; margin-top:5px; text-align:center; padding-top:0px; color:#fff;}
+a.opnionButton:hover{background: #297fb8; }
+/* blue skin as the default skin */
+.side_title {background-position:-195px 0;}
+.side_center {background:url(../images/blue_line.png) repeat-y center; }
+.side_bottom {background-position:-195px -50px;}
+.close_btn {background-position:-44px 0;}
+.close_btn:hover {background-position:-66px 0;}
+.show_btn {background-position:-119px 0;}
+.msgserver a {color:#269ac9; }
+.msgserver a:hover { text-decoration:underline; }
+.closeSidebar {background:url(../images/sidebar_bg.png) 0px -112px no-repeat; width:28px; height:18px; margin-top:65px; position:absolute;}
+
+
+/***** Ajax indicator ******/
+#ajax-indicator {
+ position: absolute; /* fixed not supported by IE */
+ background-color:#eee;
+ border: 1px solid #bbb;
+ top:35%;
+ left:40%;
+ width:20%;
+ font-weight:bold;
+ text-align:center;
+ padding:0.6em;
+ z-index:100000;
+ opacity: 0.5;
+}
+
+html>body #ajax-indicator { position: fixed; }
+
+#ajax-indicator span {
+ background-position: 0% 40%;
+ background-repeat: no-repeat;
+ background-image: url(../images/loading.gif);
+ padding-left: 26px;
+ vertical-align: bottom;
+}
+
+div.modal {
+ border-radius: 5px;
+ background: #fff;
+ z-index: 50;
+ padding: 4px;
+}
+.ui-widget-content {
+ border: 1px solid #ddd;
+ color: #333;
+}
+.ui-widget {
+ font-family: Verdana, sans-serif;
+ font-size: 1.1em;
+}
+.ui-dialog .ui-dialog-content {
+ position: relative;
+ border: 0;
+ padding: .5em 1em;
+ background: none;
+ overflow: auto;
+ zoom: 1;
+}
+.ui-widget-overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+.ui-widget-overlay {
+ background: #666 url(http://forge.trustie.net/stylesheets/jquery/images/xui-bg_diagonals-thick_20_666666_40x40.png.pagespeed.ic.9mfuw_R0z1.png) 50% 50% repeat;
+ opacity: .5;
+ filter: Alpha(Opacity=50);
+}
+/***** end Ajax indicator ******/
+
+/***** Flash & error messages ****/
+#errorExplanation, div.flash, .nodata, .warning, .conflict {
+ padding: 4px 4px 4px 30px;
+ margin-bottom: 12px;
+ font-size: 1.1em;
+ border: 2px solid;
+}
+
+div.flash {margin-top: 8px;}
+
+div.flash.error, #errorExplanation {
+ background: url(../images/exclamation.png) 8px 50% no-repeat;
+ background-color: #ffe3e3;
+ border-color: #dd0000;
+ color: #880000;
+}
+
+div.flash.notice {
+ background: url(../images/true.png) 8px 5px no-repeat;
+ background-color: #dfffdf;
+ border-color: #9fcf9f;
+ color: #005f00;
+}
+
+div.flash.warning, .conflict {
+ background: url(../images/warning.png) 8px 5px no-repeat;
+ background-color: #FFEBC1;
+ border-color: #FDBF3B;
+ color: #A6750C;
+ text-align: left;
+}
+
+.nodata, .warning {
+ text-align: center;
+ background-color: #FFEBC1;
+ border-color: #FDBF3B;
+ color: #A6750C;
+}
+
+#errorExplanation ul { font-size: 0.9em;}
+#errorExplanation h2, #errorExplanation p { display: none; }
+
+.conflict-details {font-size:80%;}
+/***** end Flash & error messages ****/
+
+
+/*弹出框*/
+.black_overlay{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
+.white_content{display:none;position:fixed;top:15%;left:30%;width:420px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
+.white_content02{display:none;position:fixed;top:15%;left:30%;width:200px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
+.newhwork_content{ display:none;position:fixed;top:15%;left:30%;width:600px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
+.floatbox{ width:420px; border:3px solid #269ac9; background:#fff; padding:5px;}
+a.box_close{ display:block; float:right; width:16px; height:16px; background:url(../images/img_floatbox.png) 0 0 no-repeat;}
+a:hover.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
+
+/*个人主页头像*/
+.white_content_users{display:none;position:fixed;top:45%;left:45%;width:210px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #269ac9;background-color:white;z-index:1002;overflow:auto;}
+a.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
+.box_h3{ color:#269ac9; font-size:16px;}
+.uppicBox{ width:265px; height:265px; background:#f2f2f5; float:left; color:#666; text-align:center;}
+.showpicBox{width:133px; height:250px; background:#f2f2f5; float:left; margin-left:20px; text-align:center; padding-top:15px; color:#666;}
+.mr15{ margin-right:15px;}
+.uppic_btn{background: #64bdd9;color: #fff; padding:2px 10px; cursor:pointer; margin-top: 105px; outline: none; border: none;}
+.uppic_btn:hover {background-color: #329cbd;}
+
+/*20150820课程作业 LB*/
+.RightBanner {width:708px; height:34px; border-bottom:1px solid #e9e9e9;}
+select.InputBox,input.InputBox,textarea.InputBox{ border:1px solid #d9d9d9; color:#888888; height:28px; line-height:28px; padding-left:5px; font-size:14px;}
+a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; text-align:center; border:1px solid #269ac9; color:#269ac9; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
+a:hover.BlueCirBtn{ background:#269ac9; color:#fff;}
+.W440{ width:440px;}
+.W120{ width:110px;}
+.W700{ width:700px;max-width: 700px;min-width: 700px;}
+.w708{width: 708px;}
+.w712{width:712px;max-width:712px;min-width: 712px;}
+.w720{width:721px;}
+.w709{width: 709px;}
+.w701{width: 701px;}
+/*a.AnnexBtn{ background: url(../images/homepage_icon2.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}*/
+/*a:hover.AnnexBtn{background: url(../images/homepage_icon2.png) -90px -343px no-repeat; color:#269ac9;}*/
+a.FilesBtn{ background: url(../images/homepage_icon2.png) 0px -373px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
+a:hover.FilesBtn{background: url(../images/homepage_icon2.png) -89px -372px no-repeat; color:#269ac9;}
+a.BlueCirBtnMini{ display:block;width:40px; height:22px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #269ac9; color:#269ac9; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
+a:hover.BlueCirBtnMini{ background:#269ac9; color:#fff;}
+a.DropBtn{background: url(../images/homepage_icon2.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
+a:hover.DropBtn{background: url(../images/homepage_icon2.png) -125px -370px no-repeat;}
+.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
+/*20150820课程作业 LB*/
+.HomeWork {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd; float:right;}
+.RightBanner {font-size:16px; width:733px; color:#4b4b4b; padding:10px 0 0 15px; margin-bottom:10px; background:#fff; border:1px solid #dddddd;height:34px;}
+select.InputBox,input.InputBox,textarea.InputBox{ border:1px solid #d9d9d9; color:#888888; height:28px; line-height:28px; padding-left:5px; font-size:14px;}
+a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#fff; line-height:28px; vertical-align:middle; text-align:center; border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
+a:hover.BlueCirBtn{ background:#3598db; color:#fff;}
+.W440{ width:440px;}
+.W120{ width:110px;}
+.W700{ width:700px;}
+/*a.AnnexBtn{ background: url(../images/homepage_icon.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}*/
+/*a:hover.AnnexBtn{background: url(../images/homepage_icon.png) -90px -343px no-repeat; color:#3598db;}*/
+a.FilesBtn{ background: url(../images/homepage_icon.png) 0px -373px no-repeat; width:38px; height:20px; display:block; padding-left:20px; color:#888888;}
+a:hover.FilesBtn{background: url(../images/homepage_icon.png) -89px -372px no-repeat; color:#3598db;}
+a.BlueCirBtnMini{ display:block;width:40px; height:22px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
+a:hover.BlueCirBtnMini{ background:#3598db; color:#fff;}
+a.ProBtn{background: url(../images/homepage_icon.png) -86px -396px no-repeat; width:30px; height:20px; display:block; padding-left:20px; color:#888888;}
+a:hover.ProBtn{background: url(../images/homepage_icon.png) -86px -426px no-repeat; color:#3598db;}
+
+a.DropBtn{background: url(../images/homepage_icon.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
+a:hover.DropBtn{background: url(../images/homepage_icon.png) -125px -370px no-repeat;}
+.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
+/*20150820编程作业 LB*/
+.W320{ width:320px;}
+.icon_add{ background:url(../images/course/icons.png) 0px -310px no-repeat; width:16px; height:27px; display:block;float:left; margin-right:5px;}
+a:hover.icon_add{background:url(../images/course/icons.png) -20px -310px no-repeat;}
+.icon_remove{background:url(../images/course/icons.png) 0px -338px no-repeat; width:16px; height:27px; display:block;float:left;}
+a:hover.icon_remove{background:url(../images/course/icons.png) -20px -338px no-repeat;}
+/*20150820提交作业 LB*/
+.HomeWorkBox{ background:#f6f6f6; padding:10px;}
+.c_grey{ color:#888888;}
+.HomeWorkP{ width:690px; font-size:14px;}
+.HomeWorkP p{background-color: transparent !important;}
+.HomeWorkP div{background-color: transparent !important;}
+.H150{ height:150px;}
+.ProResult{width:748px; background-color:#fff; border:1px solid #dddddd;border-bottom:none; }
+.ProResultTop{ height:38px; line-height:38px; border-bottom:1px solid #dddddd; background:#f2f2f2; padding:0 10px;}
+.ProResultCon{ padding:10px; color:#888888; line-height:24px; border-bottom:1px solid #dddddd; }
+.W50{ width:50px;}
+.W200{ width:200px;}
+.m_w460{max-width: 460px;}
+.m_w505{max-width: 505px;}
+.m_w530{max-width: 530px;}
+.m_w600{max-width: 600px;}
+.ProResultTable{ color:#888888;}
+.T_C{ text-align:center;}
+.SearchIcon{background:url(../images/homepage_icon2.png) 676px -393px no-repeat; }
+.SearchIcon:hover{background:url(../images/homepage_icon2.png) 676px -419px no-repeat; }
+a.link_file{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
+a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
+a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%;width: 1px;display: inline-block;padding-left: 16px;margin-left: 5px;}
+a.FilesName{ max-width:540px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
+a.FilesName02{ max-width:665px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
+.ProResultUl span { display:block; float:left;}
+.ProResultUl li{ line-height:35px; border-bottom:1px solid #dddddd; }
+.DateBorder{border:1px solid #d9d9d9; border-left:none; padding:7px 6px 6px 6px;}
+
+a.UsersEditBtn{ display:block; width:55px; height:20px; border:1px solid #6d6d6d; color:#fff; background:#888888 url(../images/homepage_icon.png) -11px -35px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersEditBtn{ color:#484848; background:#888888 url(../images/homepage_icon2.png) -11px -74px no-repeat;}
+a.UsersAttBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -9px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersAttBtn{border:1px solid #888888; }
+a.UsersApBtn{ display:block; width:55px; height:20px; border:1px solid #d3d3d3; color:#888888; background:#f2f3f3 url(../images/homepage_icon2.png) -177px -6px no-repeat; padding-left:25px; line-height:1.9;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
+a:hover.UsersApBtn{border:1px solid #888888; }
+/*20150906编程作业设置弹框 LB*/
+.C_lgrey{ color:#a5a5a5;}
+.C_Blue{ color:#3598db;}
+a.C_Blue{ color:#3598db;}
+a:hover.C_Blue{ color:#297fb8;}
+.BluePopupBox{ padding:20px; background:#fff; width:707px;}
+/*.BluePopupBox:hover{ border:3px solid #297fb8; }*/
+a.CloseBtn{background:url(../images/CloseBtn.png) 0px 0px no-repeat; width:13px; height:13px; display:block; float:right;}
+a:hover.CloseBtn{background:url(../images/CloseBtn.png) 0px -24px no-repeat; }
+.BluePopuph2{ font-size:16px; font-weight:bold; color:#3598db; }
+.ProBoxResult{width:706px; background-color:#fff; border:1px solid #dddddd;border-bottom:none; max-height:300px; overflow:auto; }
+.W108{ width:108px;}
+.HomeWorkCon{ width:706px;}
+/*20150906导入作业弹框 LB*/
+.ImportBox{ width:708px; max-height:300px;overflow:auto;}
+.ImportBox li{ margin-bottom:10px;}
+.WorkTitle{ max-width:660px; font-size:14px; font-weight:bold; color:#484848;}
+.W520{ width:680px;}
+.ImportSearchIcon{background:url(../images/homepage_icon.png) 656px -393px no-repeat; }
+.ImportSearchIcon:hover{background:url(../images/homepage_icon.png) 656px -419px no-repeat; }
+
+/*日历选择图*/
+img.ui-datepicker-trigger {
+ display:block;
+ background:url(../images/public_icon.png) -31px 0 no-repeat;
+ cursor: pointer;
+ vertical-align: middle;
+ width:16px;
+ height:15px;
+ float:left;
+ margin: 7px;
+}
+/*消息*/
+.homepageNewsTypeNotRead {padding-left: 5px; font-size:12px; color:#4b4b4b; font-weight:bold; display:block;}
+.homepageNewsTypeNotReadHomework {width:170px; padding-left: 5px; font-size:12px; color:#4b4b4b; font-weight:bold; display:block;overflow:hidden; height:49px; word-break:break-all; word-wrap:break-word;text-overflow:ellipsis;}
+.calendar_input{border-left:none !important;border-bottom: none!important; border-top: none!important; border-right: 1px solid #d9d9d9;}
+.calendar_div{border: 1px solid #d9d9d9;}
+/*缺陷更新动态在消息中显示样式*/
+.issue_update_message{padding-left: 2px; margin-right: 3px;}
+.issue_update_message_value{margin-right: 8px;}
+#attachments_fields input.filename {
+ border: 0;
+ height: 1.8em;
+ width: 200px;
+ color: #7f7f7f;
+ background-color: inherit;
+ background: url(../images/pic_file.png) 0 3px no-repeat;
+ padding-left: 18px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ margin-bottom: 3px;
+}
+ .ajax-waiting input.upload_filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
+ .ajax-loading input.upload_filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
+div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
+.upload_filename{ background: url(../images/pic_file.png) 0 -25px no-repeat;color: #7f7f7f;width: 270px;border: none; padding-left: 20px;margin-right: 10px;margin-bottom: 5px; white-space: nowrap; text-overflow:ellipsis;}
+.message_title{border: 1px solid #9C9C9C;padding: 0.6em;margin-left: 1.4em;margin-right: 0.4em;border-radius: 4px;font-family: "Microsoft YaHei";background-size: 100% 100%;margin-bottom: 5px;background-color: #fff; max-width:400px;word-wrap:break-word; word-break:break-all;}
+.message_title_red{border: 1px solid #484848;padding: 0.6em;margin-left: 1.4em;margin-right: 0.4em;border-radius: 4px;font-family: "Microsoft YaHei";background-size: 100% 100%;margin-bottom: 5px;background-color: #fff;background-image: -moz-linear-gradient(top, #fff, #E0E0E0);}
+
+.description{display: none !important;}
+.ispublic-label{display: none !important;}
+.is_public_checkbox{display: none !important;}
+.is_public{display: none !important;}
+.ui-corner-left{background: #64bdd9;}
+
+div.respond-form .reply_btn{margin-left:565px;margin-top:5px;}
+div.recall_con{width:570px;}
+div.recall_con .reply_btn{margin-left:525px;margin-top:5px;}
+.fr.cr{ clear: right}
+
+blockquote {
+ /* font-style: italic; */
+ border:1px solid #d4d4d4;
+ padding-left: 0.6em;
+ padding-top: 0.6em;
+ padding-right: 0.6em;
+ padding-bottom: 0.6em;
+ margin-left: 1.4em;
+ margin-right: 0.4em;
+ border-radius: 4px;
+ font-family: "Microsoft YaHei";
+ /*background: url('../images/requirements/reference.jpg');*/
+ background-size: 100% 100%;
+ margin-bottom:5px;
+ background-color: #e8e8e8;
+}
+
+/* 创建作品 work */
+.Newwork{ width:668px;}
+.N_top{ float:right; margin-left:390px; }
+.N_con{ color:#484747; font-weight:bold; width:660px; margin-top:10px; }
+.N_con p{ }
+.w430{ width:470px;}
+.w557{ width:557px;}
+.w350{ width:350px;}
+.h400{height: 400px !important;}
+.w620{ width:480px; height:160px; border:1px solid #CCC;}
+.bo{height:26px; border:1px solid #CCC; padding-left:5px; background:#fff;width:470px; }
+.bo02{height:26px; border:1px solid #CCC; padding-left:5px; background:#fff;width:480px; margin-left:2px; color: #999; }
+.hwork_txt{ width:560px; padding-left:5px; background:#fff;}
+a.tijiao{ height:28px; display:block; width:80px; color:#fff; background:#15bccf; text-align:center; padding-top:4px; float:left; margin-right:10px;}
+a:hover.tijiao{ background:#0f99a9;}
+.members_left{ float:left; width:410px; margin-right:20px; text-align:center;}
+.members_left{}
+.members_left ul li{ height:30px; border-bottom:1px solid #E4E4E4; width:410px; padding-top:10px; }
+.members_left ul li a{ float:left; text-align:center;}
+.members_left ul li span{ float:left; text-align:center; color:#484747;}
+.w150{ text-align:center; width:150px;min-height: 10px;}
+.f_b{ font-weight: bold;}
+.members_right label{ margin-left:15px;}
+.N_search{ height:20px; border:1px solid #999;}
+/* 创建作品 homework */
+.hwork_new{ color:#4c4c4c;}
+.c_red{ color:#F00;}
+.hwork_input{ border:1px solid #64bdd9; height:22px; width:88%; background:#fff; margin-bottom:10px; padding:5px;}
+.hwork_input02{ border:1px solid #64bdd9; height:15px; width:140px; background:#fff; margin-bottom:10px; padding:5px;}
+.hwork_text{ border:1px solid #64bdd9; height:100px;width:555px; background:#fff; margin-left:5px; padding:5px; margin-bottom:10px;}
+.hwork_new ul li{ }
+.ml21{ margin-left:21px;}
+.ml9{ margin-left:9px;}
+.hwork_ttl{height:24px;}
+.hwork_ctt{height:auto; padding-left:10px;clear:both;}
+.hwork_tb_{ border-bottom:3px solid #e4e4e4; text-align:center;}
+.hwork_tb_ ul{height:24px;}
+.hwork_tb_ li{float:left;height: 24px;width: auto; padding:0 10px;cursor:pointer;}
+.hwork_normaltab { color:#15bccf ; border-bottom:3px solid #e4e4e4; }
+.hwork_hovertab { color:#656767; font-weight:bold; border-bottom:3px solid #15bccf; }
+
+.hwork_dis{display:block; }
+.hwork_undis{display:none;}
+.project_none{ display:none;}
+.about_project{ overflow:hidden;display:none;}
+.project_r_h{ width:670px; height:40px; background:#eaeaea; margin-bottom:10px;}
+.project_r_h02{ width:920px; height:40px; background:#eaeaea; margin-bottom:10px;}
+
+/* colorbox
+*******************************************************************************/
+/*
+ Colorbox Core Style:
+ The following CSS is consistent between example themes and should not be altered.
+*/
+#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
+#cboxWrapper {max-width:none;}
+#cboxOverlay{position:fixed; width:100%; height:100%;}
+#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
+#cboxContent{position:relative;}
+#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
+#cboxTitle{margin:0;}
+#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
+#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
+.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
+.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
+#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
+
+/*
+ User Style:
+ Change the following styles to modify the appearance of Colorbox. They are
+ ordered & tabbed in a way that represents the nesting of the generated HTML.
+*/
+#cboxOverlay{background:#fff;}
+#colorbox{outline:0;}
+#cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
+#cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
+#cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
+#cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
+#cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
+#cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
+#cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
+#cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
+#cboxContent{background:#fff; overflow:hidden;}
+.cboxIframe{background:#fff;}
+#cboxError{padding:50px; border:1px solid #ccc;}
+#cboxLoadedContent{margin-bottom:20px;}
+#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
+#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
+#cboxLoadingOverlay{background:#fff url(../images/colorbox/loading.gif) no-repeat 5px 5px;}
+
+/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
+#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
+
+/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
+#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
+
+#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
+#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
+#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
+#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
+.system_message_style {line-height: 19.1px; max-width: 681px; work-wrap: break-word; word-break: break-all; text-overflow:clip; z-index:9999}
+.system_message_style img {max-width: 100%;}
+/*20150906关联项目LB*/
+a.RalationIcon{ background: url(../images/homepage_icon.png) -183px -396px no-repeat; height:20px; display:block; padding-left:20px; color:#888888;}
+a:hover.RalationIcon{background: url(../images/homepage_icon.png) -183px -428px no-repeat; color:#3598db;}
+a.SetUpIcon{background: url(../images/homepage_icon.png) 0px -453px no-repeat; width:20px; height:20px; display:block; color:#888888;}
+a:hover.SetUpIcon{background: url(../images/homepage_icon.png) 0px -486px no-repeat; color:#3598db;}
+.W680{ width:680px;}
+.W710{ width:708px;}
+
+/* 开启匿评弹框 */
+.anonymos{width:480px;height:180px;position:fixed !important;z-index:100;left:50%;top:50%;margin:-215px 0 0 -300px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
+.anonymos_work {position:fixed !important;left:60%;top:60%;margin:-215px 0 0 -300px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
+.ni_con { width:425px; margin:15px;font-family:"微软雅黑","宋体";}
+.ni_con h2{ display:block; height:40px; width:425px; text-align:center; color:#3a3a3a;}
+.ni_con p{ color:#808181; }
+.ni_con a:hover{ text-decoration:none;}
+.ni_btn{ width:190px; margin:15px auto; line-height:1.9;}
+a.tijiao{ height:28px; display:block; width:80px; color:#fff; background:#269ac9; text-align:center; padding-top:4px; float:left; margin-right:15px;}
+a:hover.tijiao{ background:#297fb8;}
+.c_pink{ color:#e65d5e;}
+.ni_con_work { width:300px; margin:25px 20px;}
+.ni_con_work p{ color:#808181; }
+.grey_c{ color:#808181;}
+a.link_file_a{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
+a:hover.link_file_a{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
+.link_file_a{ display:block; max-width:450px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
+
+.list_style ol li{list-style-type: decimal;margin-left: 20px;}
+.list_style ul li{list-style-type: disc;margin-left: 20px;}
+.ul_grey li {color:#909090; list-style-position:inside; padding-left:1px;list-style-image:url('../images/news_dot2.png')}
+.ul_normal_color li {list-style-position:inside; padding-left:1px; list-style-image:url('../images/news_dot.png')}
+span.author { font-size: 0.9em; color: #888; }
+.ReplyToMessageInputContainer {width: 582px;float: left;}
+.ReplyToMessageContainer {border-bottom:1px solid #e3e3e3; width:632px; margin:0px auto; margin-top:15px; min-height:60px;}
+/*全站搜索*/
+.blocks {padding:15px; background-color:#ffffff; border:1px solid #dddddd;}
+#searchBanner {border-bottom:1px solid #d0d0d0;}
+#searchBanner li {float:left; width:88px; margin-right:3px; text-align:center; padding-bottom:10px; font-weight:bold;}
+#searchTips {padding:10px 5px; background-color:#f5f6f7;}
+.searchBannerActive {border-bottom:3px solid #3498db !important;}
+.searchBannerNormal {border-bottom:none !important;}
+.searchContent {min-height:74px; border-bottom:1px solid #ededed; padding:13px 0px;}
+.searchCourseware {min-height:44px; border-bottom:1px solid #ededed; padding:13px 0px; width:968px;}
+.searchCourseImage {width:75px; margin-right:10px;}
+.searchContentDes {width:883px;}
+.searchTag {font-size:12px; color:#ffffff; background-color:#7ec8e4; height:16px; min-height:16px; max-height:16px; float:left; line-height:16px; padding:0px 3px;}
+.undis {display:none;}
+.dis {display:inline-block;}
+.numRed {color:#FF6600;}
+.pageRoll {float:right; border-left:1px solid #dddddd; margin-top:15px;}
+.pageCell {border:1px solid #dddddd; padding:5px 12px; float:left; margin-left:-1px; position:relative;}
+.pageCell:hover {border:1px solid #3498db; z-index:10;}
+.pageCellActive {background-color:#3498db; border:1px solid #3498db !important; position:relative; color:#ffffff;}
+
+/*20151130课程项目集成Tim*/
+a.testBtn{background: url(/images/course/hwork_icon.png) -2px -5px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a:hover.testBtn{background: url(/images/course/hwork_icon.png) -81px -5px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a.groupBtn{ background: url(/images/course/hwork_icon.png) -2px -61px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a:hover.groupBtn{background: url(/images/course/hwork_icon.png) -80px -61px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+.markInput { outline:none; border:1px solid #e6e6e6; height:30px; width:50px; color:#3d3c3c; margin-right:5px; text-align:center; padding-left:0px;}
+.groupPopUp {border:3px solid #269ac9; width:290px; height:auto; padding:15px; background-color:#ffffff;position:fixed !important;left:50%;top:50%;margin:-100px 0 0 -150px; -moz-border-radius:5px;}
+.popClose {background:url(/images/resource_icon_list.png) 0px -40px no-repeat; width:20px; height:20px; display:inline-block; position: absolute; z-index: 1000; right:2px; top:3px;}
+a.memberBtn{ background: url(/images/course/hwork_icon.png) -7px -90px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+a:hover.memberBtn{background: url(/images/course/hwork_icon.png) -80px -90px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;}
+.addMemberC {float:left; max-height:150px; margin-bottom:10px; overflow:auto; overflow-x:hidden; width:227px; background-color:#f1f1f1; min-height:150px; padding-top:10px;}
+.addMemberC li {padding-left:10px; line-height:18px;}
+.addMemberC li:hover {cursor:pointer; background-color:#cccccc;}
+.addMemberCP {width:514px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:fixed !important;left:50%;top:50%;margin:-100px 0 0 -150px; -moz-border-radius:5px;}
+.rightArrow {margin:50px 15px 0px 15px; float:left;}
+.relateText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; display:inline-block; font-weight: bold;}
+.maxHeight100 {max-height:100px; overflow-x:hidden; overflow-y:auto;}
+.resubAtt {border-top:1px solid #dddddd; position:relative; margin-top:15px;}
+.resubTitle {position:absolute; top:-10px; left:5px; background-color:#ffffff; display:block; font-weight:bold; padding:0px 2px;}
+a.blueCir{ display:inline-block; padding:2px 5px; background-color:#ffffff;border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
+a:hover.blueCir{ background:#3598db; color:#fff;}
+.proList {background-color:#eaeaea; padding:5px 10px; display:block; max-width:655px; float:left;}
+
+.borderRadius {border-radius:5px;}
+.maxHeight100 {max-height:100px; overflow-x:hidden; overflow-y:auto;}
+.proRelateWrap {width:38px; height:38px; border:1px solid #cecece; border-radius:3px; background-color:#f1f1f1;}
+.mt7 {margin-top:7px;}
+.ml7 {margin-left:7px;}
+.tac {text-align:center;}
+.proHelp {background:url(/images/course/hwork_icon.png) -5px -124px no-repeat; display:inline-block; width:15px; height:15px; display:inline-block;}
+.hworkPrName {width:110px; max-width:110px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; height:18px; line-height:18px; font-size:12px; color:#888888; text-align:center;}
+.mr150 {margin-right:150px;}
+.captainName {max-width:40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
+
+/* @功能 定义 */
+span.at {color:#269ac9;}
+
+.relatePInfo {position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
+/*问题状态图片*/
+.issues{ background:url(../images/public_icon.png) -66px 5px no-repeat; width:18px; height:21px;}
+.duty{ background:url(../images/public_icon.png) -66px -18px no-repeat; width:18px; height:21px;}
+.support{ background:url(../images/public_icon.png) -66px -45px no-repeat; width:18px; height:21px;}
+.function{ background:url(../images/public_icon.png) -66px -70px no-repeat; width:18px; height:21px;}
+.weekly{ background:url(../images/public_icon.png) -66px -95px no-repeat; width:18px; height:21px;}
+
From 055fac5e2716b369a40172479c7d9976fdac6906 Mon Sep 17 00:00:00 2001
From: huang
Date: Wed, 23 Dec 2015 17:29:40 +0800
Subject: [PATCH 29/57] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E5=BE=97=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/helpers/project_score_helper.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/helpers/project_score_helper.rb b/app/helpers/project_score_helper.rb
index a41b7d8ed..d73e1592e 100644
--- a/app/helpers/project_score_helper.rb
+++ b/app/helpers/project_score_helper.rb
@@ -22,10 +22,10 @@ module ProjectScoreHelper
#代码提交数量
def changesets_num project
- # g = Gitlab.client
- # project.gpid.nil? ? 0 : g.commits_total_count(project.gpid).count
+ g = Gitlab.client
+ project.gpid.nil? ? 0 : g.commits_total_count(project.gpid).count
# # commits_total_count(project.gpid)
- project.changesets.count
+ # project.changesets.count
end
#讨论区帖子数量
From f26f71c07ae7610839de26777dca467137b7775d Mon Sep 17 00:00:00 2001
From: cxt
Date: Thu, 24 Dec 2015 09:57:32 +0800
Subject: [PATCH 30/57] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E6=94=B9=E6=88=90=E5=8A=A8=E6=80=81=E7=9A=84=E6=A8=A1=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/controllers/comments_controller.rb | 5 +-
app/controllers/news_controller.rb | 39 +++-
app/views/news/_course_news.html.erb | 72 +++---
app/views/news/_course_news_detail.html.erb | 56 +++++
app/views/news/_course_news_new.html.erb | 60 +++++
app/views/news/_course_show.html.erb | 237 +++++++++++++-------
app/views/news/edit.html.erb | 23 +-
app/views/news/index.js.erb | 6 +-
config/routes.rb | 1 +
9 files changed, 365 insertions(+), 134 deletions(-)
create mode 100644 app/views/news/_course_news_detail.html.erb
create mode 100644 app/views/news/_course_news_new.html.erb
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb
index 8a64918ae..359029517 100644
--- a/app/controllers/comments_controller.rb
+++ b/app/controllers/comments_controller.rb
@@ -27,7 +27,8 @@ class CommentsController < ApplicationController
raise Unauthorized unless @news.commentable?
@comment = Comment.new
- @project ? @comment.comments = params[:comment][:comments] : @comment.comments = params[:comment]
+ #@project ? @comment.comments = params[:comment][:comments] : @comment.comments = params[:comment]
+ @comment.comments = params[:comment][:comments]
@comment.author = User.current
if @news.comments << @comment
if params[:asset_id]
@@ -48,7 +49,7 @@ class CommentsController < ApplicationController
# end
# end
# # ������ض�̬�ļ�¼add end
- flash[:notice] = l(:label_comment_added)
+ #flash[:notice] = l(:label_comment_added)
course_activity = CourseActivity.where("course_act_type='News' and course_act_id =#{@news.id}").first
if course_activity
course_activity.updated_at = Time.now
diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb
index be2b44c06..d3ac71b99 100644
--- a/app/controllers/news_controller.rb
+++ b/app/controllers/news_controller.rb
@@ -69,20 +69,25 @@ class NewsController < ApplicationController
elsif @course
if (User.current.admin? || @course.is_public == 1 || (@course.is_public == 0 && User.current.member_of_course?(@course)))
scope = @course ? @course.news.course_visible : News.course_visible
+ news_arr = scope.map{|news| news.id}
+
+ @page = params[:page] ? params[:page].to_i + 1 : 0
+ news_page = @page *10
@news_count = scope.count
+ @is_new = params[:is_new]
@q = params[:subject]
if params[:subject].nil? || params[:subject].blank?
- scope_order = scope.all(:include => [:author, :course],
- :order => "#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC")
+ scope_order = scope.reorder("#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC").limit(10).offset(news_page).includes(:author,:course).all()
+ #all(:include => [:author, :course],
+ #:order => "#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC").limit(10).offset(news_page)
else
- scope_order = scope.where("#{News.table_name}.title like '#{'%' << params[:subject].to_s << '%'}'").all(:include => [:author, :course],
- :order => "#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC")
+ scope_order = scope.where("#{News.table_name}.title like '#{'%' << params[:subject].to_s << '%'}'").reorder("#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC").limit(10).offset(news_page).includes(:author,:course).all()
+ #.all(:include => [:author, :course],:order => "#{News.table_name}.sticky DESC, #{News.table_name}.created_on DESC")
end
- # :offset => @offset,
- # :limit => @limit)
- @newss = paginateHelper scope_order,10
+ @newss = scope_order
+ #@newss = paginateHelper scope_order,10
respond_to do |format|
format.html {
@news = News.new
@@ -130,6 +135,7 @@ class NewsController < ApplicationController
result = cs.show_course_news params,User.current
@news = result[:news]
@comments = result[:comments]
+ @comment = Comment.new
#@comments = @news.comments
#@comments.reverse! if User.current.wants_comments_in_reverse_order?
#modify by nwb
@@ -147,7 +153,22 @@ class NewsController < ApplicationController
@news = News.new(:project => @project, :author => User.current)
elsif @course
@news = News.new(:course => @course, :author => User.current)
- render :layout => 'base_courses'
+ #render :layout => 'base_courses'
+ @news.safe_attributes = params[:news]
+ @news.save_attachments(params[:attachments])
+ if @news.save
+ if params[:asset_id]
+ ids = params[:asset_id].split(',')
+ update_kindeditor_assets_owner ids,@news.id,OwnerTypeHelper::NEWS
+ end
+ render_attachment_warning_if_needed(@news)
+ #flash[:notice] = l(:notice_successful_create)
+ redirect_to course_news_index_url(@course)
+ else
+ redirect_to course_news_index_url(@course)
+ #layout_file = 'base_courses'
+ #render :action => 'new', :layout => layout_file
+ end
end
end
@@ -210,7 +231,7 @@ class NewsController < ApplicationController
@news.save_attachments(params[:attachments])
if @news.save
render_attachment_warning_if_needed(@news)
- flash[:notice] = l(:notice_successful_update)
+ #flash[:notice] = l(:notice_successful_update)
redirect_to news_url(@news)
else
#flash[:error] = l(:notice_successful_update)
diff --git a/app/views/news/_course_news.html.erb b/app/views/news/_course_news.html.erb
index e2c50fe24..245ee4104 100644
--- a/app/views/news/_course_news.html.erb
+++ b/app/views/news/_course_news.html.erb
@@ -1,42 +1,34 @@
-<%
- btn_tips = l(:label_news_notice)
- label_tips = l(:label_course_news)
-%>
-
-
-
<%= label_tips %>
-
-
-
-
- <%= l(:label_total_news) %>
- <%= @news_count %>
- <%= l(:label_course_news_count) %>
-
- <% if @course && User.current.allowed_to?(:manage_news, @course) %>
- <%= link_to(btn_tips,new_course_news_path(@course),:class => 'problem_new_btn fl c_dorange')%>
-
-
- <% end %>
+
-
-
- <%= render :partial => 'course_news_list', :locals=>{ :newss=>@newss,:obj_pages=>@obj_pages, :obj_count=>@obj_count} %>
-
-<% content_for :header_tags do %>
- <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
- <%= stylesheet_link_tag 'scm' %>
-<% end %>
-<% html_title(l(:label_course_news)) -%>
+ <% if @course && User.current.allowed_to?(:manage_news, @course) %>
+ <%= labelled_form_for @news, :url =>{:controller=>'news',:action => 'new', :course_id => @course.id},
+ :html => {:nhname=>'form',:multipart => true, :id => 'news-form'} do |f| %>
+ <%= render :partial => 'course_news_new', :locals => {:f => f, :news => @news, :edit_mode => false, :course => @course} %>
+ <% end %>
+ <% end %>
+ <%= render :partial=> 'course_news_detail',:locals =>{:newss => @newss, :page => 0} %>
+
\ No newline at end of file
diff --git a/app/views/news/_course_news_detail.html.erb b/app/views/news/_course_news_detail.html.erb
new file mode 100644
index 000000000..954f7dbf1
--- /dev/null
+++ b/app/views/news/_course_news_detail.html.erb
@@ -0,0 +1,56 @@
+<%= content_for(:header_tags) do %>
+ <%= import_ke(enable_at: false, prettify: false) %>
+ <%= javascript_include_tag "init_activity_KindEditor" %>
+<% end %>
+
+
+<% if newss%>
+ <% newss.each do |news| %>
+
+ <% if news %>
+ <%= render :partial => 'users/course_news', :locals => {:activity => news, :user_activity_id => news.id} %>
+ <% end %>
+ <% end %>
+
+ <% if newss.count == 10 %>
+ <%= link_to "点击展开更多",news_index_path(:course_id => @course.id ,:page => page),:id => "show_more_course_news",:remote => "true",:class => "loadMore mt10 f_grey"%>
+ <% end %>
+<% end%>
+
diff --git a/app/views/news/_course_news_new.html.erb b/app/views/news/_course_news_new.html.erb
new file mode 100644
index 000000000..158f57459
--- /dev/null
+++ b/app/views/news/_course_news_new.html.erb
@@ -0,0 +1,60 @@
+<%= content_for(:header_tags) do %>
+ <%= import_ke(enable_at: true, prettify: false) %>
+<% end %>
+
+
+
+
+
+
+
+ <%= f.check_box :sticky, :value => edit_mode ? news.sticky : 0 %>
+ <%= label_tag 'news_sticky', l(:label_board_sticky) %>
+
+
+
+
+ <%= text_area :quote,:quote,:style => 'display:none' %>
+ <%= hidden_field_tag :asset_id,params[:asset_id],:required => false,:style => 'display:none' %>
+
+ <%= f.kindeditor :description, :editor_id => 'news_description_editor',
+ :owner_id => news.nil? ? 0: news.id,
+ :owner_type => OwnerTypeHelper::NEWS,
+ :width => '100%',
+ :height => 300,
+ :minHeight=>300,
+ :class => 'talk_text fl',
+ :input_html => { :id => 'news_content',
+ :class => 'talk_text fl',
+ :maxlength => 5000 },
+ at_id: news.id, at_type: news.class.to_s
+ %>
+
+
+
+
+
+
+ <%= render :partial => 'attachments/form_course', :locals => {:container => news, :isReply => false} %>
+
+
+
+
+ <%if !edit_mode %>
+
确定
+
或
+
取消
+ <% else %>
+
确定
+
或
+ <%= link_to "取消",news_path(news), :class => "fr mr10 mt3"%>
+ <% end %>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb
index a976dbe1e..914b1a6a1 100644
--- a/app/views/news/_course_show.html.erb
+++ b/app/views/news/_course_show.html.erb
@@ -2,85 +2,172 @@
<%= import_ke(enable_at: false, prettify: false, init_activity: false) %>
<% end %>
-
-
<%= l(:label_course_news) %>
-
-
- <%= link_to image_tag(url_to_avatar(@news.author),:width => 42,:height => 42), user_path(@news.author), :class => "problem_pic fl" %>
-
-
- <%=h @news.title %>
-
- <% if @news.sticky == 1%>
-
置顶
- <% end%>
- <%= link_to(l(:button_edit),
- edit_news_path(@news),
- :class => 'talk_edit fr') if User.current.allowed_to?(:manage_news, @course) %>
- <%= delete_link(news_path(@news),:class => 'talk_edit fr') if User.current.allowed_to?(:manage_news, @course) %>
-
-
- <%= @news.description.html_safe %>
-
- <%= l(:label_create_time) %> : <%= format_time(@news.created_on) %>
+
+
+
+
+
+
+ <%= link_to image_tag(url_to_avatar(@news.author),:width=>50,:height => 50,:alt=>'图像' ),user_path(@news.author) %>
- <%= link_to_attachments_course @news %>
-
+
+ <% if User.current.allowed_to?(:manage_news, @course)%>
+
+
+
+
+
+ <%= link_to(
+ l(:button_edit),
+ {:action => 'edit', :id => @news},
+ :class => 'postOptionLink'
+ ) if User.current.allowed_to?(:manage_news, @course) %>
+
+
+ <%= delete_link(
+ news_path(@news),
+ :data => {:confirm => l(:text_are_you_sure)},
+ :class => 'postOptionLink'
+ ) if User.current.allowed_to?(:manage_news, @course) %>
+
+
+
+
+
+ <%end%>
+
+
+
+
+ <% if @news.try(:author).try(:realname) == ' ' %>
+ <%= link_to @news.try(:author), user_path(@news.author,:host=>Setting.host_user), :class => "linkBlue2", :target=> "_blank" %>
+ <% else %>
+ <%= link_to @news.try(:author).try(:realname), user_path(@news.author,:host=>Setting.host_user), :class => "linkBlue2", :target=> "_blank" %>
+ <% end %>
+
+
<%= format_time( @news.created_on)%>
+
+
+ <%= @news.description.html_safe%>
+
+
+
+ <%= link_to_attachments_course @news, :author => false %>
+
+
+
-
+
+ <% unless @comments.empty? %>
+
+
回复(<%=@comments.count %>)
+
+
+
+ <% @comments.each_with_index do |reply,i| %>
+
+
+
+ <%= link_to image_tag(url_to_avatar(reply.author), :width => 33,:height => 33), user_path(reply.author) %>
+
+
+
+ <% if reply.try(:author).try(:realname) == ' ' %>
+ <%= link_to reply.try(:author), user_path(reply.author_id,:host=>Setting.host_user), :class => "newsBlue mr10 f14" %>
+ <% else %>
+ <%= link_to reply.try(:author).try(:realname), user_path(reply.author_id,:host=>Setting.host_user), :class => "newsBlue mr10 f14" %>
+ <% end %>
+
+
+ <%= reply.comments.html_safe%>
+
+
+ <%= format_time(reply.created_on) %>
+
+
+
+
+
+
+ <% end %>
+
- <% if @news.commentable? %>
-
- <% end %>
-
- <% comments = @comments.reverse %>
- <% comments.each do |comment| %>
- <% next if comment.new_record? %>
-
-
<%= link_to image_tag(url_to_avatar(comment.author),:width => 42,:height => 42), user_path(comment.author), :class => "problem_pic fl"%>
-
-
- <%= link_to_user_header(comment.author,false,:class => 'c_blue fb fl mb10 ') if comment.respond_to?(:author) %>
-
- <%= format_time(comment.created_on) %>
-
+ <% end %>
+
+ <% if @news.commentable? %>
+
-
-
- <% end if @comments.any? %>
-
-
-
-
- <% content_for :header_tags do %>
- <%= stylesheet_link_tag 'scm' %>
- <% end %>
-
-
-<% html_title @news.title -%>
\ No newline at end of file
+ <% end %>
+
+
diff --git a/app/views/news/edit.html.erb b/app/views/news/edit.html.erb
index c2ba15588..b043b06f8 100644
--- a/app/views/news/edit.html.erb
+++ b/app/views/news/edit.html.erb
@@ -1,14 +1,23 @@
<%= content_for(:header_tags) do %>
<%= import_ke(enable_at: false, prettify: false, init_activity: false) %>
<% end %>
-
-
-
<%= l(:label_course_news) %>
-
-
+
+
diff --git a/app/views/news/index.js.erb b/app/views/news/index.js.erb
index 04671917b..302c0cf9d 100644
--- a/app/views/news/index.js.erb
+++ b/app/views/news/index.js.erb
@@ -1 +1,5 @@
-$("#news_list").html("<%= escape_javascript(render :partial => 'course_news_list', :locals=>{ :newss=>@newss,:obj_pages=>@obj_pages, :obj_count=>@obj_count})%>");
\ No newline at end of file
+<% if @project %>
+ $("#news_list").html("<%= escape_javascript(render :partial => 'course_news_list', :locals=>{ :newss=>@newss,:obj_pages=>@obj_pages, :obj_count=>@obj_count})%>");
+<% else %>
+ $("#show_more_course_news").replaceWith("<%= escape_javascript( render :partial => 'course_news_detail', :locals =>{:newss => @newss, :page => @page} )%>");
+<% end %>
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index 4121639c0..289c602db 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -438,6 +438,7 @@ RedmineApp::Application.routes.draw do
post '/courses/:id/course_activity', :to => 'courses#show', :as => 'course_activity'
get '/boards/:id/boards_topic', :to =>'boards#show', :as => 'boards_topic'
+ match 'courses/:course_id/news/new', :to => 'news#new', :via => [:get, :post], :as => 'new_course_news'
#added by young
resources :users do
From 61b5cf41d0bfd2baf173a9df58a19062bb2e2152 Mon Sep 17 00:00:00 2001
From: cxt
Date: Thu, 24 Dec 2015 11:23:23 +0800
Subject: [PATCH 31/57] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=AF=BE=E7=A8=8B?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=9A=84=E5=BC=80=E8=AE=BE=E5=8D=95=E4=BD=8D?=
=?UTF-8?q?=E8=B6=85=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/base_courses.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb
index e0a6ece50..b37e21895 100644
--- a/app/views/layouts/base_courses.html.erb
+++ b/app/views/layouts/base_courses.html.erb
@@ -130,7 +130,7 @@
<%= l(:label_class_period)%> : <%= @course.class_period %> <%= l(:label_class_hour) %>
<%= l(:label_main_term)%> : <%= @course.time %> <%= @course.term %>
<% if @course.school%>
- <%= l(:label_course_organizers)%> : <%= @course.school%>
+ <%= l(:label_course_organizers)%> : <%= @course.school%>
<% end%>
From 20efe4de41f39153a14970cd9827a4890c10413e Mon Sep 17 00:00:00 2001
From: cxt
Date: Thu, 24 Dec 2015 11:30:52 +0800
Subject: [PATCH 32/57] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E9=AA=8C?=
=?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=A1=AB=E7=A9=BA?=
=?UTF-8?q?=E9=A2=98=E7=9A=84=E6=A0=87=E5=87=86=E7=AD=94=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/exercise/_exercise_student_result.html.erb | 3 +--
app/views/exercise/_exercise_teacher.html.erb | 2 --
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/app/views/exercise/_exercise_student_result.html.erb b/app/views/exercise/_exercise_student_result.html.erb
index 58ebcaf20..3e989d93c 100644
--- a/app/views/exercise/_exercise_student_result.html.erb
+++ b/app/views/exercise/_exercise_student_result.html.erb
@@ -116,8 +116,7 @@
√
<% else %>
×
- <% end %>
- 标准答案:<%= convert_to_char(exercise_question.exercise_standard_answers.first.exercise_choice_id.to_s) if exercise_question.exercise_standard_answers.first %>
+ <% end %>
diff --git a/app/views/exercise/_exercise_teacher.html.erb b/app/views/exercise/_exercise_teacher.html.erb
index 586c033a1..ce3928817 100644
--- a/app/views/exercise/_exercise_teacher.html.erb
+++ b/app/views/exercise/_exercise_teacher.html.erb
@@ -95,8 +95,6 @@
第<%= list_index+1%>题:<%= exercise_question.question_title %> (<%= exercise_question.question_score %>分)
-
- 标准答案:<%= convert_to_char(exercise_question.exercise_standard_answers.first.exercise_choice_id.to_s) if exercise_question.exercise_standard_answers.first%>
From 7d35931460e9aa9c4a719dc1d9550d768621c0e9 Mon Sep 17 00:00:00 2001
From: huang
Date: Thu, 24 Dec 2015 15:27:49 +0800
Subject: [PATCH 33/57] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lib/tasks/hjq_test.rake | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 lib/tasks/hjq_test.rake
diff --git a/lib/tasks/hjq_test.rake b/lib/tasks/hjq_test.rake
new file mode 100644
index 000000000..77b4bd22c
--- /dev/null
+++ b/lib/tasks/hjq_test.rake
@@ -0,0 +1,16 @@
+namespace :hjq do
+ namespace :news do
+ desc "news order"
+ task :users => :environment do
+ a = []
+ news = News.where("course_id =?", 122)
+ news.each do |new|
+ unless new.comments.blank?
+ new = new.comments.sort! { |a,b| a.created_on <=> b.created_on}.last.commented
+ end
+ a << new
+ end
+ puts a.length
+ end
+ end
+end
From 82fa0f0aafdf1cec21cec398397bd1c38839ddd2 Mon Sep 17 00:00:00 2001
From: cxt
Date: Thu, 24 Dec 2015 15:28:11 +0800
Subject: [PATCH 34/57] =?UTF-8?q?=E5=85=AC=E5=BC=80=E7=9A=84=E8=AF=BE?=
=?UTF-8?q?=E7=A8=8B=E4=B8=8D=E5=8B=BE=E9=80=89=E2=80=9C=E5=AD=A6=E7=94=9F?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E5=85=AC=E5=BC=80=E2=80=9D=EF=BC=8C=E4=BD=86?=
=?UTF-8?q?=E9=9D=9E=E8=AF=BE=E7=A8=8B=E6=88=90=E5=91=98=E5=8D=B4=E5=8F=AF?=
=?UTF-8?q?=E4=BB=A5=E9=80=9A=E8=BF=87url=E8=AE=BF=E9=97=AE=E8=AF=A5?=
=?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=AD=A6=E7=94=9F=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/controllers/courses_controller.rb | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/app/controllers/courses_controller.rb b/app/controllers/courses_controller.rb
index aa0e1596f..8bd91b089 100644
--- a/app/controllers/courses_controller.rb
+++ b/app/controllers/courses_controller.rb
@@ -293,10 +293,15 @@ class CoursesController < ApplicationController
@all_members = searchTeacherAndAssistant(@course)
@members = @all_members
when '2'
- @subPage_title = l :label_student_list
- page = params[:page].nil? ? 0 : (params['page'].to_i - 1)
- @all_members = student_homework_score(0,page, 10,"desc")
- @members = @all_members
+ if @course.open_student == 1 || User.current.member_of_course?(@course)
+ @subPage_title = l :label_student_list
+ page = params[:page].nil? ? 0 : (params['page'].to_i - 1)
+ @all_members = student_homework_score(0,page, 10,"desc")
+ @members = @all_members
+ else
+ render_403
+ return
+ end
end
respond_to do |format|
if params[:page]
From 3e39eacd195c0d4b8f01cc2d07e547b040f58d38 Mon Sep 17 00:00:00 2001
From: cxt
Date: Thu, 24 Dec 2015 16:45:45 +0800
Subject: [PATCH 35/57] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E8=AF=BE=E7=A8=8B?=
=?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=97=B6=E9=80=9A=E7=9F=A5=E6=A0=87=E9=A2=98?=
=?UTF-8?q?=E6=A1=86=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96=E7=84=A6=E7=82=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/base_courses.html.erb | 2 +-
config/routes.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb
index b37e21895..1cb8efe01 100644
--- a/app/views/layouts/base_courses.html.erb
+++ b/app/views/layouts/base_courses.html.erb
@@ -154,7 +154,7 @@
<%= link_to l(:label_course_news), course_news_index_path(@course), :class => "f14 c_blue02" %>
<%= link_to "(#{@course.news.count})", course_news_index_path(@course), :class => "subnav_num c_orange"%>
- <%= link_to( "", new_course_news_path(@course), :class => 'courseMenuSetting', :title =>"#{l(:label_course_news_new)}") if is_teacher %>
+ <%= link_to( "", new_course_news_path(@course,:is_new=>1), :class => 'courseMenuSetting', :title =>"#{l(:label_course_news_new)}") if is_teacher %>
<% end %>
<% unless show_nav?(course_file_num) %>
diff --git a/config/routes.rb b/config/routes.rb
index 289c602db..d82a9de8a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -438,7 +438,7 @@ RedmineApp::Application.routes.draw do
post '/courses/:id/course_activity', :to => 'courses#show', :as => 'course_activity'
get '/boards/:id/boards_topic', :to =>'boards#show', :as => 'boards_topic'
- match 'courses/:course_id/news/new', :to => 'news#new', :via => [:get, :post], :as => 'new_course_news'
+ match 'courses/:course_id/news/index', :to => 'news#index', :via => [:get, :post], :as => 'new_course_news'
#added by young
resources :users do
From a92d33300bafbfc4d076c45e85de956f84010d4e Mon Sep 17 00:00:00 2001
From: huang
Date: Thu, 24 Dec 2015 17:18:52 +0800
Subject: [PATCH 36/57] =?UTF-8?q?=E9=87=8C=E7=A8=8B=E7=A2=91=20=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=20=E2=80=9C=E5=B7=B2=E8=A7=A3=E5=86=B3=E2=80=9D?=
=?UTF-8?q?=EF=BC=8C=E5=8C=BA=E5=88=86=E5=B7=B2=E8=A7=A3=E5=86=B3=E5=92=8C?=
=?UTF-8?q?=E5=B7=B2=E5=85=B3=E9=97=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/helpers/application_helper.rb | 4 +++-
public/stylesheets/public.css | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index c4bbc4ebb..4bdffb9dc 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -253,8 +253,10 @@ module ApplicationHelper
subject = truncate(subject, :length => 60)
end
end
- if issue.status_id == 5
+ if issue.status_id == 3
s = link_to text, issue_path(issue), :class => "text_line_s", :title => title
+ elsif issue.status_id == 5
+ s = link_to text, issue_path(issue), :class => "text_line_s del_line", :title => title
else
s = link_to text, issue_path(issue), :class => "c_blue", :title => title
end
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css
index d9f370c7d..7047316c6 100644
--- a/public/stylesheets/public.css
+++ b/public/stylesheets/public.css
@@ -916,4 +916,5 @@ a.resourcesTypeUser {background:url(images/homepage_icon.png) -178px -453px no-r
.list_style ul li{list-style-type: disc;margin-left: 20px;}
/* @功能 定义 */
-span.at {color:#269ac9;}
\ No newline at end of file
+span.at {color:#269ac9;}
+.del_line{text-decoration:line-through !important;}
\ No newline at end of file
From ad4656454558e5603dee7e453286c62079e44484 Mon Sep 17 00:00:00 2001
From: huang
Date: Fri, 25 Dec 2015 10:06:48 +0800
Subject: [PATCH 37/57] test
---
lib/tasks/hjq_test.rake | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/lib/tasks/hjq_test.rake b/lib/tasks/hjq_test.rake
index 77b4bd22c..f0be77fe6 100644
--- a/lib/tasks/hjq_test.rake
+++ b/lib/tasks/hjq_test.rake
@@ -3,14 +3,16 @@ namespace :hjq do
desc "news order"
task :users => :environment do
a = []
- news = News.where("course_id =?", 122)
- news.each do |new|
+ # news = News.where("course_id =?", 122)
+ course.news.each do |new|
unless new.comments.blank?
- new = new.comments.sort! { |a,b| a.created_on <=> b.created_on}.last.commented
+ latest_comment = new.comments.sort! { |a,b| a.created_on <=> b.created_on}.last
end
- a << new
+ a << latest_comment
end
- puts a.length
+ comments = a.map(&:commented_id).detect{|a.b| a.created_on <=> b.created_on}
+ # comments = a.sort!{|a.b| a.created_on <=> b.created_on}
+ news = News.where("id in (?)", comments)
end
end
end
From e86778a9c7e127e2cf1d7a4695ea43c779331dce Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 10:13:29 +0800
Subject: [PATCH 38/57] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=AD=98?=
=?UTF-8?q?=E5=9C=A8=E7=9A=84=E7=95=99=E8=A8=80=E5=8A=A8=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../20151224090313_delete_journals_message.rb | 17 +++++++++++++++++
db/schema.rb | 3 +--
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 db/migrate/20151224090313_delete_journals_message.rb
diff --git a/db/migrate/20151224090313_delete_journals_message.rb b/db/migrate/20151224090313_delete_journals_message.rb
new file mode 100644
index 000000000..4753cc8e8
--- /dev/null
+++ b/db/migrate/20151224090313_delete_journals_message.rb
@@ -0,0 +1,17 @@
+class DeleteJournalsMessage < ActiveRecord::Migration
+ def up
+ count = JournalsForMessage.all.count / 30 + 2
+ transaction do
+ for i in 1 ... count do
+ JournalsForMessage.page(i).per(30).each do |message|
+ if !message.m_parent_id.nil? and message.parent.nil?
+ message.destroy
+ end
+ end
+ end
+ end
+ end
+
+ def down
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
index 52c7755e9..0758d90ed 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20151218110033) do
+ActiveRecord::Schema.define(:version => 20151224090313) do
create_table "activities", :force => true do |t|
t.integer "act_id", :null => false
@@ -1569,7 +1569,6 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
end
add_index "student_works", ["homework_common_id", "user_id"], :name => "index_student_works_on_homework_common_id_and_user_id"
- add_index "student_works", ["homework_common_id"], :name => "index"
create_table "student_works_evaluation_distributions", :force => true do |t|
t.integer "student_work_id"
From ce5f0eb855569de0898be4e874c93b3d8234ee2a Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 11:00:41 +0800
Subject: [PATCH 39/57] =?UTF-8?q?=E5=85=B3=E8=81=94=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/users/_course_homework.html.erb | 36 ++++++++++---------
.../users/_user_homework_detail.html.erb | 36 +++++++++++--------
2 files changed, 41 insertions(+), 31 deletions(-)
diff --git a/app/views/users/_course_homework.html.erb b/app/views/users/_course_homework.html.erb
index 32b05fe86..da05ac946 100644
--- a/app/views/users/_course_homework.html.erb
+++ b/app/views/users/_course_homework.html.erb
@@ -102,18 +102,22 @@
迟交扣分:<%= activity.late_penalty%>分
-
- 匿评开启时间:<%= activity.homework_detail_manual.evaluation_start%> 00:00
-
+ <% if activity.anonymous_comment == 0%>
+
+ 匿评开启时间:<%= activity.homework_detail_manual.evaluation_start%> 00:00
+
+ <% end %>
缺评扣分:<%= activity.homework_detail_manual.absence_penalty%>分/作品
-
- 匿评关闭时间:<%= activity.homework_detail_manual.evaluation_end%> 23:59
-
+ <% if activity.anonymous_comment == 0%>
+
+ 匿评关闭时间:<%= activity.homework_detail_manual.evaluation_end%> 23:59
+
+ <% end %>
@@ -130,27 +134,27 @@
<% project = Project.find pro.project_id %>
<% if project.is_public || User.current.member_of?(project) || User.current.admin? %>
- <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s,:alt =>"项目头像" %>
+ <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s+"_"+activity.id.to_s,:alt =>"项目头像" %>
<% else %>
- <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s,:alt =>"项目头像") %>
+ <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s+"_"+activity.id.to_s,:alt =>"项目头像") %>
<% end %>
-
TimTang (组长)
-
2个月前
-
+ <% time=project.updated_on %>
+ <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
+
<%=(User.find project.user_id).show_name %> (组长)
+
<%=time_from_now time %>
+
项目名称:<%=project.name %>
创建者:<%=(User.find project.user_id).show_name %>(组长)
- <% time=project.updated_on %>
- <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
更新时间:<%=time_from_now time %>
diff --git a/app/views/users/_user_homework_detail.html.erb b/app/views/users/_user_homework_detail.html.erb
index e49a7ed17..a0860dded 100644
--- a/app/views/users/_user_homework_detail.html.erb
+++ b/app/views/users/_user_homework_detail.html.erb
@@ -107,18 +107,22 @@
迟交扣分:<%= homework_common.late_penalty%>分
-
- 匿评开启时间:<%= homework_common.homework_detail_manual.evaluation_start%> 00:00
-
+ <% if homework_common.anonymous_comment == 0%>
+
+ 匿评开启时间:<%= homework_common.homework_detail_manual.evaluation_start%> 00:00
+
+ <% end %>
缺评扣分:<%= homework_common.homework_detail_manual.absence_penalty%>分/作品
-
- 匿评关闭时间:<%= homework_common.homework_detail_manual.evaluation_end%> 23:59
-
+ <% if homework_common.anonymous_comment == 0%>
+
+ 匿评关闭时间:<%= homework_common.homework_detail_manual.evaluation_end%> 23:59
+
+ <% end %>
@@ -135,24 +139,26 @@
<% project = Project.find pro.project_id %>
<% if project.is_public || User.current.member_of?(project) || User.current.admin? %>
- <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s,:alt =>"项目头像" %>
+ <%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s+"_"+homework_common.id.to_s,:alt =>"项目头像" %>
<% else %>
- <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s,:alt =>"项目头像") %>
+ <%= image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius",:id=>"project_img_"+project.id.to_s+"_"+homework_common.id.to_s,:alt =>"项目头像") %>
<% end %>
-
+ <% time=project.updated_on %>
+ <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
+
<%=(User.find project.user_id).show_name %> (组长)
+
<%=time_from_now time %>
+
项目名称:<%=project.name %>
创建者:<%=(User.find project.user_id).show_name %>(组长)
- <% time=project.updated_on %>
- <% time=ForgeActivity.where("project_id=?",project.id).last.updated_at if ForgeActivity.where("project_id=?",project.id).last %>
更新时间:<%=time_from_now time %>
From 0b42430e2d3c365e17c99ab97638a9531318525a Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 11:10:26 +0800
Subject: [PATCH 40/57] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E5=8A=A8=E6=80=81=E6=97=A0=E6=B3=95=E5=9B=9E=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/controllers/comments_controller.rb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb
index 359029517..11a788590 100644
--- a/app/controllers/comments_controller.rb
+++ b/app/controllers/comments_controller.rb
@@ -28,7 +28,11 @@ class CommentsController < ApplicationController
@comment = Comment.new
#@project ? @comment.comments = params[:comment][:comments] : @comment.comments = params[:comment]
- @comment.comments = params[:comment][:comments]
+ if params[:user_activity_id]
+ @comment.comments = params[:comment]
+ else
+ @comment.comments = params[:comment][:comments]
+ end
@comment.author = User.current
if @news.comments << @comment
if params[:asset_id]
From aa653d558f15d9779e50516b0e6d6146b9dfc1ba Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 11:26:48 +0800
Subject: [PATCH 41/57] =?UTF-8?q?=E4=BD=9C=E5=93=81=E7=A1=AE=E8=AE=A4?=
=?UTF-8?q?=E5=BC=B9=E6=A1=86=E7=9A=84=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/student_work/_work_information.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/views/student_work/_work_information.html.erb b/app/views/student_work/_work_information.html.erb
index 90d749af1..bc728ca71 100644
--- a/app/views/student_work/_work_information.html.erb
+++ b/app/views/student_work/_work_information.html.erb
@@ -20,9 +20,9 @@
- 确 定
+ 确 定
- <%= link_to("重试", retry_work_student_work_path(@student_work.id),:class => "tijiao",:style =>"margin-bottom: 15px;margin-top:15px;",:remote => true)%>
+ <%= link_to("重 试", retry_work_student_work_path(@student_work.id),:class => "tijiao",:style =>"margin-bottom: 15px;margin-top:15px;",:remote => true)%>
From b8d8cece02674b1cfeb16646aac9a1ef9502794c Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 14:56:08 +0800
Subject: [PATCH 42/57] =?UTF-8?q?=E5=85=B3=E8=81=94=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/users/_user_homework_detail.html.erb | 2 +-
public/stylesheets/courses.css | 2 +-
public/stylesheets/new_user.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/views/users/_user_homework_detail.html.erb b/app/views/users/_user_homework_detail.html.erb
index a0860dded..fb6ae0455 100644
--- a/app/views/users/_user_homework_detail.html.erb
+++ b/app/views/users/_user_homework_detail.html.erb
@@ -146,7 +146,7 @@
});
});
-
+
<% if project.is_public || User.current.member_of?(project) || User.current.admin? %>
<%= link_to image_tag(url_to_avatar(project),:width=>"40",:height => "40",:class => "borderRadius"),project_path(project.id,:host=>Setting.host_name),:id=>"project_img_"+project.id.to_s+"_"+homework_common.id.to_s,:alt =>"项目头像" %>
<% else %>
diff --git a/public/stylesheets/courses.css b/public/stylesheets/courses.css
index 463fc710a..b07e93701 100644
--- a/public/stylesheets/courses.css
+++ b/public/stylesheets/courses.css
@@ -1209,7 +1209,7 @@ a:hover.blueCir{ background:#3598db; color:#fff;}
.proHelp {background:url(/images/course/hwork_icon.png) -5px -124px no-repeat; display:inline-block; width:15px; height:15px; display:inline-block;}
.hworkPrName {width:110px; max-width:110px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; height:18px; line-height:18px; font-size:12px; color:#888888; text-align:center;}
.mr150 {margin-right:150px;}
-.relatePInfo {position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
+.relatePInfo {text-align: left; position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
/*上传资源弹窗*/
.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9 !important; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css
index e73109eed..e7ac454e7 100644
--- a/public/stylesheets/new_user.css
+++ b/public/stylesheets/new_user.css
@@ -1387,7 +1387,7 @@ a:hover.blueCir{ background:#3598db; color:#fff;}
/* @功能 定义 */
span.at {color:#269ac9;}
-.relatePInfo {position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
+.relatePInfo {text-align: left; position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
/*问题状态图片*/
.issues{ background:url(../images/public_icon.png) -66px 5px no-repeat; width:18px; height:21px;}
.duty{ background:url(../images/public_icon.png) -66px -18px no-repeat; width:18px; height:21px;}
From f4fc978b231e7aaa1b08c1dc681731ffe1019f01 Mon Sep 17 00:00:00 2001
From: huang
Date: Fri, 25 Dec 2015 15:47:22 +0800
Subject: [PATCH 43/57] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=95=99=E8=A8=80bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/words/_new_respond_course.html.erb | 22 ++++----------------
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/app/views/words/_new_respond_course.html.erb b/app/views/words/_new_respond_course.html.erb
index 5bd2a9f3c..99c119a0c 100644
--- a/app/views/words/_new_respond_course.html.erb
+++ b/app/views/words/_new_respond_course.html.erb
@@ -1,9 +1,9 @@
-<%= form_tag(words_create_reply_path, :remote => true,:id=>"form_#{journal.id}") do %>
+<%= form_tag(words_create_reply_path, :remote => true) do %>
<%= text_area_tag 'user_notes', "", :class => 'w520 h50 mb5',
:style => "resize: none;overflow: hidden;",:rows => 4,
:placeholder => l(:label_feedback_respond_content)#,
- #:maxlength => 250
+ #:maxlength => 250
%>
<%= hidden_field_tag 'reference_id', params[:reference_id], :value => journal.id %>
@@ -13,20 +13,6 @@
<%= submit_tag l(:button_feedback_respond), :name => nil ,
- :class => "reply_btn" ,:onclick=>"form_sub_#{ journal.id}($(this),event)"%>
+ :class => "reply_btn"%>
-<% end %>
-
+<% end %>
\ No newline at end of file
From 7f133c860ad0472771c860398ddbe043e246361a Mon Sep 17 00:00:00 2001
From: cxt
Date: Fri, 25 Dec 2015 15:57:30 +0800
Subject: [PATCH 44/57] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=92=8C=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E4=BD=9C=E4=B8=9A=E6=97=B6=E5=8F=AF=E8=AE=BE=E7=BD=AE?=
=?UTF-8?q?=E6=98=AF=E5=90=A6=E5=90=AF=E7=94=A8=E5=8C=BF=E8=AF=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/controllers/homework_common_controller.rb | 1 +
app/controllers/users_controller.rb | 1 +
app/views/homework_common/index.html.erb | 1 +
app/views/users/_user_homework_form.html.erb | 22 +++++++++++++++++--
4 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/app/controllers/homework_common_controller.rb b/app/controllers/homework_common_controller.rb
index 048f62296..46362c2d3 100644
--- a/app/controllers/homework_common_controller.rb
+++ b/app/controllers/homework_common_controller.rb
@@ -63,6 +63,7 @@ class HomeworkCommonController < ApplicationController
end
@homework.end_time = params[:homework_common][:end_time] || Time.now
@homework.course_id = params[:course_id]
+ @homework.anonymous_comment = params[:homework_common][:anonymous_comment] ? params[:homework_common][:anonymous_comment] : 1
homework_detail_manual = @homework.homework_detail_manual || HomeworkDetailManual.new
if @homework.publish_time <= Date.today && homework_detail_manual.comment_status == 0
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 281b8b7e0..f26f6c118 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -522,6 +522,7 @@ class UsersController < ApplicationController
else
homework.publish_time = params[:homework_common][:publish_time]
end
+ homework.anonymous_comment = params[:homework_common][:anonymous_comment] ? params[:homework_common][:anonymous_comment] : 1
homework.homework_type = params[:homework_type].to_i || 1
homework.late_penalty = 10
homework.teacher_priority = 1
diff --git a/app/views/homework_common/index.html.erb b/app/views/homework_common/index.html.erb
index 010bc8ec9..bc960154e 100644
--- a/app/views/homework_common/index.html.erb
+++ b/app/views/homework_common/index.html.erb
@@ -3,6 +3,7 @@
$("#homework_name").val("");
$("#homework_publish_time").val("");
$("#homework_end_time").val("");
+ document.getElementById("anonymous_comment").checked = true;
$("#course_id").val($("#option_select").val());
$("#homework_attachments").html("<%= escape_javascript(render :partial => 'users/user_homework_attachment', :locals => { :container => HomeworkCommon.new,:has_program => true,:has_group => true})%>");
homework_description_editor.html("");
diff --git a/app/views/users/_user_homework_form.html.erb b/app/views/users/_user_homework_form.html.erb
index a060cf386..29be69a23 100644
--- a/app/views/users/_user_homework_form.html.erb
+++ b/app/views/users/_user_homework_form.html.erb
@@ -4,11 +4,23 @@
<%= javascript_include_tag 'homework','baiduTemplate' %>
<% end %>
@@ -39,6 +51,12 @@
<%= calendar_for('homework_publish_time')%>
<% end %>
+ <% if !edit_mode || edit_mode && homework.homework_detail_manual.comment_status < 2 %>
+
+
+ 启用匿评
+
+ <% end %>
@@ -68,12 +86,12 @@
<% if edit_mode %>
-
确定
+
确定
或
<%#= link_to "取消",user_homeworks_user_path(User.current.id),:class => "fr mr10 mt3"%>
取消
<% else %>
-
发送
+
发送
或
取消
<% end %>
From 7412c1caf63257632a601b62f622543368b0c015 Mon Sep 17 00:00:00 2001
From: huang
Date: Fri, 25 Dec 2015 16:04:49 +0800
Subject: [PATCH 45/57] =?UTF-8?q?=E6=B7=BB=E5=8A=A0footer?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/_footer.html.erb | 26 +++++++++++++++-----------
app/views/layouts/base_org.html.erb | 17 +----------------
lib/tasks/hjq_test.rake | 18 ------------------
3 files changed, 16 insertions(+), 45 deletions(-)
delete mode 100644 lib/tasks/hjq_test.rake
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 13730fd96..fca343af4 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -12,24 +12,28 @@
diff --git a/app/views/layouts/base_org.html.erb b/app/views/layouts/base_org.html.erb
index 93af3fd29..d481651e6 100644
--- a/app/views/layouts/base_org.html.erb
+++ b/app/views/layouts/base_org.html.erb
@@ -149,22 +149,7 @@
-
+ <%= render :partial => 'layouts/new_footer' %>
diff --git a/lib/tasks/hjq_test.rake b/lib/tasks/hjq_test.rake
deleted file mode 100644
index f0be77fe6..000000000
--- a/lib/tasks/hjq_test.rake
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace :hjq do
- namespace :news do
- desc "news order"
- task :users => :environment do
- a = []
- # news = News.where("course_id =?", 122)
- course.news.each do |new|
- unless new.comments.blank?
- latest_comment = new.comments.sort! { |a,b| a.created_on <=> b.created_on}.last
- end
- a << latest_comment
- end
- comments = a.map(&:commented_id).detect{|a.b| a.created_on <=> b.created_on}
- # comments = a.sort!{|a.b| a.created_on <=> b.created_on}
- news = News.where("id in (?)", comments)
- end
- end
-end
From e5b4b9915d8f7e0310a36942a9ffb832db9f27c7 Mon Sep 17 00:00:00 2001
From: huang
Date: Fri, 25 Dec 2015 16:06:24 +0800
Subject: [PATCH 46/57] =?UTF-8?q?=E6=B7=BB=E5=8A=A0footer=E5=9B=BE?=
=?UTF-8?q?=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/images/footer_logo/BeiHang_university.png | Bin 0 -> 8096 bytes
public/images/footer_logo/CVICSE.png | Bin 0 -> 9688 bytes
public/images/footer_logo/ISCAS_logo.png | Bin 0 -> 7948 bytes
public/images/footer_logo/PekingUniversity.png | Bin 0 -> 9854 bytes
public/images/footer_logo/bee_logo.png | Bin 0 -> 7265 bytes
5 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 public/images/footer_logo/BeiHang_university.png
create mode 100644 public/images/footer_logo/CVICSE.png
create mode 100644 public/images/footer_logo/ISCAS_logo.png
create mode 100644 public/images/footer_logo/PekingUniversity.png
create mode 100644 public/images/footer_logo/bee_logo.png
diff --git a/public/images/footer_logo/BeiHang_university.png b/public/images/footer_logo/BeiHang_university.png
new file mode 100644
index 0000000000000000000000000000000000000000..f393aa3e8579d1ddb355bed47cc32928186fd72b
GIT binary patch
literal 8096
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
literal 0
HcmV?d00001
diff --git a/public/images/footer_logo/ISCAS_logo.png b/public/images/footer_logo/ISCAS_logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..7c2eb9ff7263062b4b472a2544791044aec1f3c9
GIT binary patch
literal 7948
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
P{j`drrb3mRRmlGV(~{0^
literal 0
HcmV?d00001
diff --git a/public/images/footer_logo/PekingUniversity.png b/public/images/footer_logo/PekingUniversity.png
new file mode 100644
index 0000000000000000000000000000000000000000..533e9f7e238f577cdd709e5a16cacfe78a6608ce
GIT binary patch
literal 9854
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
literal 0
HcmV?d00001
diff --git a/public/images/footer_logo/bee_logo.png b/public/images/footer_logo/bee_logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..6628eee95747676d3bd2824b49ea5df2fa0816d6
GIT binary patch
literal 7265
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