实训任务提交测评显示状态增加样式
This commit is contained in:
parent
04edefac8b
commit
e1be2fda81
|
@ -54,6 +54,11 @@
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
</div>
|
</div>
|
||||||
<%=render :partial =>"users/intro_content", :locals=>{:user_activity_id => user_activity_id, :content => activity.description} %>
|
<%=render :partial =>"users/intro_content", :locals=>{:user_activity_id => user_activity_id, :content => activity.description} %>
|
||||||
|
|
||||||
|
<a href="#" class="task-display-span bBlue mt10">提交测评。</a>
|
||||||
|
<span class="task-display-span alert-blue mt10">当前任务正在后台测评中,稍后将显示您的任务完成情况......</span>
|
||||||
|
<span class="task-display-span b_dgrey mt10">本任务已通过测评,处于关闭状态。</span>
|
||||||
|
|
||||||
<div id="intro_content_show_<%= user_activity_id %>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[展开]</a></div>
|
<div id="intro_content_show_<%= user_activity_id %>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[展开]</a></div>
|
||||||
<div id="intro_content_hide_<%= user_activity_id %>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[收起]</a></div>
|
<div id="intro_content_hide_<%= user_activity_id %>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[收起]</a></div>
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
|
|
180
db/schema.rb
180
db/schema.rb
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# It's strongly recommended to check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(:version => 20170219025424) do
|
ActiveRecord::Schema.define(:version => 20170219070127) do
|
||||||
|
|
||||||
create_table "activities", :force => true do |t|
|
create_table "activities", :force => true do |t|
|
||||||
t.integer "act_id", :null => false
|
t.integer "act_id", :null => false
|
||||||
|
@ -305,18 +305,17 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "boards", :force => true do |t|
|
create_table "boards", :force => true do |t|
|
||||||
t.integer "project_id", :null => false
|
t.integer "project_id", :null => false
|
||||||
t.string "name", :default => "", :null => false
|
t.string "name", :default => "", :null => false
|
||||||
t.string "description"
|
t.string "description"
|
||||||
t.integer "position", :default => 1
|
t.integer "position", :default => 1
|
||||||
t.integer "topics_count", :default => 0, :null => false
|
t.integer "topics_count", :default => 0, :null => false
|
||||||
t.integer "messages_count", :default => 0, :null => false
|
t.integer "messages_count", :default => 0, :null => false
|
||||||
t.integer "last_message_id"
|
t.integer "last_message_id"
|
||||||
t.integer "parent_id"
|
t.integer "parent_id"
|
||||||
t.integer "course_id"
|
t.integer "course_id"
|
||||||
t.integer "org_subfield_id"
|
t.integer "org_subfield_id"
|
||||||
t.integer "contest_id"
|
t.integer "contest_id"
|
||||||
t.integer "training_project_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "boards", ["last_message_id"], :name => "index_boards_on_last_message_id"
|
add_index "boards", ["last_message_id"], :name => "index_boards_on_last_message_id"
|
||||||
|
@ -714,8 +713,8 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.string "code"
|
t.string "code"
|
||||||
t.integer "time"
|
t.integer "time"
|
||||||
t.string "extra"
|
t.string "extra"
|
||||||
t.datetime "created_at", :null => false
|
t.datetime "created_at", :null => false
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.string "location"
|
t.string "location"
|
||||||
t.string "term"
|
t.string "term"
|
||||||
t.string "string"
|
t.string "string"
|
||||||
|
@ -725,29 +724,28 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.string "class_period"
|
t.string "class_period"
|
||||||
t.integer "school_id"
|
t.integer "school_id"
|
||||||
t.text "description"
|
t.text "description"
|
||||||
t.integer "status", :default => 1
|
t.integer "status", :default => 1
|
||||||
t.integer "attachmenttype", :default => 2
|
t.integer "attachmenttype", :default => 2
|
||||||
t.integer "lft"
|
t.integer "lft"
|
||||||
t.integer "rgt"
|
t.integer "rgt"
|
||||||
t.integer "is_public", :limit => 1, :default => 1
|
t.integer "is_public", :limit => 1, :default => 1
|
||||||
t.integer "inherit_members", :limit => 1, :default => 1
|
t.integer "inherit_members", :limit => 1, :default => 1
|
||||||
t.integer "open_student", :default => 0
|
t.integer "open_student", :default => 0
|
||||||
t.integer "outline", :default => 0
|
t.integer "outline", :default => 0
|
||||||
t.integer "publish_resource", :default => 0
|
t.integer "publish_resource", :default => 0
|
||||||
t.integer "is_delete", :default => 0
|
t.integer "is_delete", :default => 0
|
||||||
t.integer "end_time"
|
t.integer "end_time"
|
||||||
t.string "end_term"
|
t.string "end_term"
|
||||||
t.integer "is_excellent", :default => 0
|
t.integer "is_excellent", :default => 0
|
||||||
t.integer "excellent_option", :default => 0
|
t.integer "excellent_option", :default => 0
|
||||||
t.integer "is_copy", :default => 0
|
t.integer "is_copy", :default => 0
|
||||||
t.integer "visits", :default => 0
|
t.integer "visits", :default => 0
|
||||||
t.integer "syllabus_id"
|
t.integer "syllabus_id"
|
||||||
t.string "invite_code"
|
t.string "invite_code"
|
||||||
t.string "qrcode"
|
t.string "qrcode"
|
||||||
t.integer "qrcode_expiretime", :default => 0
|
t.integer "qrcode_expiretime", :default => 0
|
||||||
t.integer "professional_level_id", :limit => 1
|
t.integer "invite_code_halt", :limit => 1, :default => 0
|
||||||
t.integer "invite_code_halt", :limit => 1, :default => 0
|
t.integer "os_allow", :default => 0
|
||||||
t.integer "os_allow", :default => 0
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "courses", ["invite_code"], :name => "index_courses_on_invite_code", :unique => true
|
add_index "courses", ["invite_code"], :name => "index_courses_on_invite_code", :unique => true
|
||||||
|
@ -822,9 +820,19 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
|
|
||||||
add_index "delayed_jobs", ["priority", "run_at"], :name => "delayed_jobs_priority"
|
add_index "delayed_jobs", ["priority", "run_at"], :name => "delayed_jobs_priority"
|
||||||
|
|
||||||
create_table "disciplines", :force => true do |t|
|
create_table "delayed_jobs_20161218", :id => false, :force => true do |t|
|
||||||
t.string "name"
|
t.integer "id", :default => 0, :null => false
|
||||||
t.integer "professional_level_id", :limit => 1
|
t.integer "priority", :default => 0, :null => false
|
||||||
|
t.integer "attempts", :default => 0, :null => false
|
||||||
|
t.text "handler", :null => false
|
||||||
|
t.text "last_error"
|
||||||
|
t.datetime "run_at"
|
||||||
|
t.datetime "locked_at"
|
||||||
|
t.datetime "failed_at"
|
||||||
|
t.string "locked_by"
|
||||||
|
t.string "queue"
|
||||||
|
t.datetime "created_at"
|
||||||
|
t.datetime "updated_at"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "discuss_demos", :force => true do |t|
|
create_table "discuss_demos", :force => true do |t|
|
||||||
|
@ -979,9 +987,8 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.integer "forge_act_id"
|
t.integer "forge_act_id"
|
||||||
t.string "forge_act_type"
|
t.string "forge_act_type"
|
||||||
t.integer "org_id"
|
t.integer "org_id"
|
||||||
t.datetime "created_at", :null => false
|
t.datetime "created_at", :null => false
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.integer "training_project_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "forge_activities", ["forge_act_id"], :name => "index_forge_activities_on_forge_act_id"
|
add_index "forge_activities", ["forge_act_id"], :name => "index_forge_activities_on_forge_act_id"
|
||||||
|
@ -1683,12 +1690,9 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "professional_levels", :force => true do |t|
|
create_table "professional_levels", :force => true do |t|
|
||||||
t.integer "level"
|
t.string "level"
|
||||||
end
|
t.datetime "created_at", :null => false
|
||||||
|
t.datetime "updated_at", :null => false
|
||||||
create_table "professions", :force => true do |t|
|
|
||||||
t.string "name"
|
|
||||||
t.integer "discipline_id", :limit => 1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "project_infos", :force => true do |t|
|
create_table "project_infos", :force => true do |t|
|
||||||
|
@ -1701,19 +1705,18 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
create_table "project_scores", :force => true do |t|
|
create_table "project_scores", :force => true do |t|
|
||||||
t.string "project_id"
|
t.string "project_id"
|
||||||
t.integer "score"
|
t.integer "score"
|
||||||
t.datetime "created_at", :null => false
|
t.datetime "created_at", :null => false
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.integer "issue_num", :default => 0
|
t.integer "issue_num", :default => 0
|
||||||
t.integer "issue_journal_num", :default => 0
|
t.integer "issue_journal_num", :default => 0
|
||||||
t.integer "news_num", :default => 0
|
t.integer "news_num", :default => 0
|
||||||
t.integer "documents_num", :default => 0
|
t.integer "documents_num", :default => 0
|
||||||
t.integer "changeset_num", :default => 0
|
t.integer "changeset_num", :default => 0
|
||||||
t.integer "board_message_num", :default => 0
|
t.integer "board_message_num", :default => 0
|
||||||
t.integer "board_num", :default => 0
|
t.integer "board_num", :default => 0
|
||||||
t.integer "attach_num", :default => 0
|
t.integer "attach_num", :default => 0
|
||||||
t.datetime "commit_time"
|
t.datetime "commit_time"
|
||||||
t.integer "pull_request_num", :default => 0
|
t.integer "pull_request_num", :default => 0
|
||||||
t.integer "training_project_id", :default => -1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "project_statuses", :force => true do |t|
|
create_table "project_statuses", :force => true do |t|
|
||||||
|
@ -1736,40 +1739,37 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "projects", :force => true do |t|
|
create_table "projects", :force => true do |t|
|
||||||
t.string "name", :default => "", :null => false
|
t.string "name", :default => "", :null => false
|
||||||
t.text "description"
|
t.text "description"
|
||||||
t.string "homepage", :default => ""
|
t.string "homepage", :default => ""
|
||||||
t.boolean "is_public", :default => true, :null => false
|
t.boolean "is_public", :default => true, :null => false
|
||||||
t.integer "parent_id"
|
t.integer "parent_id"
|
||||||
t.datetime "created_on"
|
t.datetime "created_on"
|
||||||
t.datetime "updated_on"
|
t.datetime "updated_on"
|
||||||
t.string "identifier"
|
t.string "identifier"
|
||||||
t.integer "status", :default => 1, :null => false
|
t.integer "status", :default => 1, :null => false
|
||||||
t.integer "lft"
|
t.integer "lft"
|
||||||
t.integer "rgt"
|
t.integer "rgt"
|
||||||
t.boolean "inherit_members", :default => false, :null => false
|
t.boolean "inherit_members", :default => false, :null => false
|
||||||
t.integer "project_type"
|
t.integer "project_type"
|
||||||
t.boolean "hidden_repo", :default => false, :null => false
|
t.boolean "hidden_repo", :default => false, :null => false
|
||||||
t.integer "attachmenttype", :default => 1
|
t.integer "attachmenttype", :default => 1
|
||||||
t.integer "user_id"
|
t.integer "user_id"
|
||||||
|
t.integer "dts_test", :default => 0
|
||||||
t.string "enterprise_name"
|
t.string "enterprise_name"
|
||||||
t.integer "organization_id"
|
t.integer "organization_id"
|
||||||
t.integer "project_new_type"
|
t.integer "project_new_type"
|
||||||
t.integer "gpid"
|
t.integer "gpid"
|
||||||
t.integer "forked_from_project_id"
|
t.integer "forked_from_project_id"
|
||||||
t.integer "forked_count"
|
t.integer "forked_count"
|
||||||
t.integer "publish_resource", :default => 0
|
t.integer "publish_resource", :default => 0
|
||||||
t.integer "boards_count", :default => 0
|
t.integer "visits", :default => 0
|
||||||
t.integer "news_count", :default => 0
|
t.integer "hot", :default => 0
|
||||||
t.integer "acts_count", :default => 0
|
|
||||||
t.integer "journals_count", :default => 0
|
|
||||||
t.integer "boards_reply_count", :default => 0
|
|
||||||
t.integer "visits", :default => 0
|
|
||||||
t.integer "hot", :default => 0
|
|
||||||
t.string "invite_code"
|
t.string "invite_code"
|
||||||
t.string "qrcode"
|
t.string "qrcode"
|
||||||
t.integer "qrcode_expiretime", :default => 0
|
t.integer "qrcode_expiretime", :default => 0
|
||||||
t.text "script"
|
t.text "script"
|
||||||
|
t.integer "training_status", :limit => 1, :default => 0
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
||||||
|
@ -2163,8 +2163,8 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.string "title"
|
t.string "title"
|
||||||
t.text "description"
|
t.text "description"
|
||||||
t.integer "user_id"
|
t.integer "user_id"
|
||||||
t.datetime "created_at", :null => false
|
t.datetime "created_at", :null => false
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.string "eng_name"
|
t.string "eng_name"
|
||||||
t.integer "syllabus_type"
|
t.integer "syllabus_type"
|
||||||
t.integer "credit"
|
t.integer "credit"
|
||||||
|
@ -2173,9 +2173,8 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.integer "practice_hours"
|
t.integer "practice_hours"
|
||||||
t.string "applicable_major"
|
t.string "applicable_major"
|
||||||
t.string "pre_course"
|
t.string "pre_course"
|
||||||
t.integer "visits", :default => 0
|
t.integer "visits", :default => 0
|
||||||
t.integer "des_status", :default => 0
|
t.integer "des_status", :default => 0
|
||||||
t.integer "professional_level_id", :limit => 1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "syllabuses", ["user_id"], :name => "index_syllabuses_on_user_id"
|
add_index "syllabuses", ["user_id"], :name => "index_syllabuses_on_user_id"
|
||||||
|
@ -2256,46 +2255,6 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.integer "fields_bits", :default => 0
|
t.integer "fields_bits", :default => 0
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "trackers_training_projects", :id => false, :force => true do |t|
|
|
||||||
t.integer "training_project_id", :default => 0, :null => false
|
|
||||||
t.integer "tracker_id", :default => 0, :null => false
|
|
||||||
end
|
|
||||||
|
|
||||||
add_index "trackers_training_projects", ["training_project_id"], :name => "projects_trackers_training_project_id"
|
|
||||||
|
|
||||||
create_table "training_projects", :force => true do |t|
|
|
||||||
t.string "name", :limit => 30, :null => false
|
|
||||||
t.text "description"
|
|
||||||
t.string "homepage", :limit => 60
|
|
||||||
t.boolean "is_public", :default => true, :null => false
|
|
||||||
t.integer "parent_id"
|
|
||||||
t.integer "projects_count", :default => 0
|
|
||||||
t.string "identifier", :null => false
|
|
||||||
t.integer "status", :default => 1
|
|
||||||
t.integer "lft"
|
|
||||||
t.integer "rgt"
|
|
||||||
t.boolean "inherit_members", :default => false, :null => false
|
|
||||||
t.integer "project_type"
|
|
||||||
t.boolean "hidden_repo", :default => false, :null => false
|
|
||||||
t.integer "attachmenttype", :default => 1
|
|
||||||
t.integer "user_id"
|
|
||||||
t.integer "dts_test", :default => 0
|
|
||||||
t.string "enterprise_name"
|
|
||||||
t.integer "organization_id"
|
|
||||||
t.integer "project_new_type"
|
|
||||||
t.integer "gpid"
|
|
||||||
t.integer "forked_from_project_id"
|
|
||||||
t.integer "forked_count"
|
|
||||||
t.integer "publish_resource", :default => 0
|
|
||||||
t.integer "visits", :default => 0
|
|
||||||
t.integer "hot", :default => 0
|
|
||||||
t.string "invite_code"
|
|
||||||
t.string "qrcode"
|
|
||||||
t.integer "qrcode_expiretime", :default => 0
|
|
||||||
t.datetime "created_at", :null => false
|
|
||||||
t.datetime "updated_at", :null => false
|
|
||||||
end
|
|
||||||
|
|
||||||
create_table "training_tasks", :force => true do |t|
|
create_table "training_tasks", :force => true do |t|
|
||||||
t.integer "project_id"
|
t.integer "project_id"
|
||||||
t.integer "tracker_id"
|
t.integer "tracker_id"
|
||||||
|
@ -2305,6 +2264,7 @@ ActiveRecord::Schema.define(:version => 20170219025424) do
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.integer "author_id"
|
t.integer "author_id"
|
||||||
t.integer "status", :limit => 1, :default => 0
|
t.integer "status", :limit => 1, :default => 0
|
||||||
|
t.integer "position", :limit => 1, :default => 0
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "user_actions", :force => true do |t|
|
create_table "user_actions", :force => true do |t|
|
||||||
|
|
|
@ -144,7 +144,7 @@ a.c_blue{ color:#3b94d6;}
|
||||||
a.c_eblue{color: #3784D3}
|
a.c_eblue{color: #3784D3}
|
||||||
a.c_setting_blue{color: #0781B4}
|
a.c_setting_blue{color: #0781B4}
|
||||||
a.c_dblue{ color:#09658c;}
|
a.c_dblue{ color:#09658c;}
|
||||||
a:hover.c_dblue{ color:#297fb8;}
|
a:hover.c_dblue{ color:#2788d0;}
|
||||||
a.c_white{ color:#fff;}
|
a.c_white{ color:#fff;}
|
||||||
input.c_white { color:#fff}
|
input.c_white { color:#fff}
|
||||||
a.c_dorange{ color:#fd6e2a;}
|
a.c_dorange{ color:#fd6e2a;}
|
||||||
|
@ -201,7 +201,7 @@ a:hover.c_grey{ color:#333;}
|
||||||
.fontBlue {color:#3498db;}
|
.fontBlue {color:#3498db;}
|
||||||
span.newsBlack {color:#4b4b4b; font-size:13px; font-weight:bold}
|
span.newsBlack {color:#4b4b4b; font-size:13px; font-weight:bold}
|
||||||
a.underline {text-decoration:underline;}
|
a.underline {text-decoration:underline;}
|
||||||
a.fontBlue {color:#297fb8;}
|
a.fontBlue {color:#2788d0;}
|
||||||
.fontBlue2 {color:#3b94d6 !important;}
|
.fontBlue2 {color:#3b94d6 !important;}
|
||||||
a.fontGrey {color:#cecece;}
|
a.fontGrey {color:#cecece;}
|
||||||
a.fontGrey2 {color:#888888;}
|
a.fontGrey2 {color:#888888;}
|
||||||
|
@ -211,11 +211,11 @@ a.link-black:hover {color:#3b94d6;}
|
||||||
a.link-blue {color:#3b94d6;}
|
a.link-blue {color:#3b94d6;}
|
||||||
a.linkOrange {color:#ff7143;}
|
a.linkOrange {color:#ff7143;}
|
||||||
a.linkBlue {color:#3b94d6;}
|
a.linkBlue {color:#3b94d6;}
|
||||||
a.linkBlue:hover {color:#297fb8;}
|
a.linkBlue:hover {color:#2788d0;}
|
||||||
a.linkBlue2 {color:#3498db;}
|
a.linkBlue2 {color:#3498db;}
|
||||||
a.linkBlue2:hover {color:#297fb8;}
|
a.linkBlue2:hover {color:#2788d0;}
|
||||||
a.buttonBlue {background-color:#3b94d6;}
|
a.buttonBlue {background-color:#3b94d6;}
|
||||||
a.buttonBlue:hover {background-color:#297fb8;}
|
a.buttonBlue:hover {background-color:#2788d0;}
|
||||||
a.linkGrey {color:#484848;}
|
a.linkGrey {color:#484848;}
|
||||||
a.linkGrey:hover {color:#3b94d6;}
|
a.linkGrey:hover {color:#3b94d6;}
|
||||||
a.linkGrey2 {color:#888888;}
|
a.linkGrey2 {color:#888888;}
|
||||||
|
@ -223,7 +223,7 @@ a.linkGrey2:hover {color:#484848;}
|
||||||
a.linkGrey3 {color:#484848;}
|
a.linkGrey3 {color:#484848;}
|
||||||
a.linkGrey3:hover {color:#000000;}
|
a.linkGrey3:hover {color:#000000;}
|
||||||
a.linkGrey4 {color:#484848;}
|
a.linkGrey4 {color:#484848;}
|
||||||
a.linkGrey4:hover {color:#297fb8;}
|
a.linkGrey4:hover {color:#2788d0;}
|
||||||
a.linkGrey5 {color:#484848;}
|
a.linkGrey5 {color:#484848;}
|
||||||
a.linkGrey5:hover {color:#3498db !important;}
|
a.linkGrey5:hover {color:#3498db !important;}
|
||||||
a.linkGrey6 {color:#484848 !important;}
|
a.linkGrey6 {color:#484848 !important;}
|
||||||
|
@ -231,7 +231,7 @@ a.linkGrey6:hover {color:#ffffff !important;}
|
||||||
a.linkGrey7 {color:#888888;}
|
a.linkGrey7 {color:#888888;}
|
||||||
a.linkGrey7:hover {color:#3b94d6;}
|
a.linkGrey7:hover {color:#3b94d6;}
|
||||||
a.bBlue {background-color:#3498db;}
|
a.bBlue {background-color:#3498db;}
|
||||||
a.bBlue:hover {background-color:#297fb8;}
|
a.bBlue:hover {background-color:#2788d0;}
|
||||||
a.bGreen {background-color:#60b25e;}
|
a.bGreen {background-color:#60b25e;}
|
||||||
a.bGreen:hover {background-color:#51a74f;}
|
a.bGreen:hover {background-color:#51a74f;}
|
||||||
a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
|
a.submit_btn {border:1px solid #3498db; padding:3px 10px; border-radius:3px; color:#3498db;}
|
||||||
|
@ -240,7 +240,7 @@ a.link_file_a{ background:url(/images/pic_file.png) 0 2px no-repeat; padding-lef
|
||||||
a:hover.link_file_a{ background:url(/images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
|
a:hover.link_file_a{ background:url(/images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
|
||||||
a.link_file_a2{ background:url(/images/pic_file.png) 0 -15px no-repeat; padding-left: 20px;}
|
a.link_file_a2{ background:url(/images/pic_file.png) 0 -15px no-repeat; padding-left: 20px;}
|
||||||
a.submit_btn2 {background-color: #3b94d6; padding: 3px 5px; color: #ffffff;}
|
a.submit_btn2 {background-color: #3b94d6; padding: 3px 5px; color: #ffffff;}
|
||||||
a.submit_btn2:hover {background-color: #297fb8;}
|
a.submit_btn2:hover {background-color: #2788d0;}
|
||||||
/****翻页***/
|
/****翻页***/
|
||||||
.wlist{float:right;}
|
.wlist{float:right;}
|
||||||
.wlist li{float:left;}
|
.wlist li{float:left;}
|
||||||
|
|
|
@ -672,3 +672,5 @@ a:hover.pro-fenzhi-a{color:#3b94d6;}
|
||||||
span.task-linebtn-green{color:#59af48; border: 1px solid #59af48;font-size: 12px; padding: 0 5px; border-radius: 3px;line-height: 14px;}
|
span.task-linebtn-green{color:#59af48; border: 1px solid #59af48;font-size: 12px; padding: 0 5px; border-radius: 3px;line-height: 14px;}
|
||||||
.issues-table select.select-w50{ width: 50px;}
|
.issues-table select.select-w50{ width: 50px;}
|
||||||
span.task-step{ color:#ee4a20;font-style: italic; font-weight:bold; font-size:14px;}
|
span.task-step{ color:#ee4a20;font-style: italic; font-weight:bold; font-size:14px;}
|
||||||
|
.task-display-span,a.task-display-span{ display:inline-block; border-radius:3px; width: 100%; text-align: center; color: #fff; padding: 5px 0; }
|
||||||
|
.task-bgrey{background:#ccc;}
|
||||||
|
|
Loading…
Reference in New Issue