From fbb647166e97523a3d1df7601dd20ca5cb2320eb Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 4 Aug 2017 17:08:30 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E7=BC=A9=E6=94=BE?=
=?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E4=B8=8E=E6=8C=89=E9=92=AE=E9=87=8D?=
=?UTF-8?q?=E5=8F=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/games/_game_show.html.erb | 6 +++---
app/views/games/_shixun_comment_block.html.erb | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/views/games/_game_show.html.erb b/app/views/games/_game_show.html.erb
index 2e7aad650..d8a19731a 100644
--- a/app/views/games/_game_show.html.erb
+++ b/app/views/games/_game_show.html.erb
@@ -64,10 +64,10 @@
以下信息通过审核后将不能再次修改,提交后请耐心等待核查
-
温馨提示:尊敬的用户,您提交的数据将会被加密,请放心填写。
+
温馨提示:尊敬的用户,您提交的数据将会被加密,请放心填写。
<%= form_for :user, :url => apply_auth_account_path, :method => :post, :html => {:id => 'my_user_auth_form'} do |f| %>
-
diff --git a/app/views/account/authentication.html.erb b/app/views/account/authentication.html.erb
index fc1c36b0f..3764e3a36 100644
--- a/app/views/account/authentication.html.erb
+++ b/app/views/account/authentication.html.erb
@@ -22,7 +22,7 @@
-
认证中我们将在1个工作日内完成审核,通过审核后页面会显示“已认证”
+
认证中我们将在1个工作日内完成审核,通过审核后页面会显示“已认证”
@@ -103,7 +103,7 @@
-
已认证
+
已认证
diff --git a/app/views/account/professional_certification.html.erb b/app/views/account/professional_certification.html.erb
index 2d9a342d8..2caafe6b2 100644
--- a/app/views/account/professional_certification.html.erb
+++ b/app/views/account/professional_certification.html.erb
@@ -22,7 +22,7 @@
-
认证中我们将在1个工作日内完成审核,通过审核后页面会显示“已认证”
+
认证中我们将在1个工作日内完成审核,通过审核后页面会显示“已认证”
@@ -111,7 +111,7 @@
-
已认证
+
已认证
diff --git a/app/views/account/security_settings.html.erb b/app/views/account/security_settings.html.erb
index 857f12d5a..7c60bf230 100644
--- a/app/views/account/security_settings.html.erb
+++ b/app/views/account/security_settings.html.erb
@@ -6,7 +6,7 @@
绑定
<% else %>
- 已绑定
+ 已绑定
您绑定的手机:<%= @user.user_phone %>
更改
<% end %>
@@ -18,7 +18,7 @@
绑定
<% else %>
- 已绑定
+ 已绑定
您绑定的邮箱:<%= @user.user_mail %>
更改
<% end %>
diff --git a/app/views/challenges/_edit_task_pass.html.erb b/app/views/challenges/_edit_task_pass.html.erb
index 7b603928d..c06010136 100644
--- a/app/views/challenges/_edit_task_pass.html.erb
+++ b/app/views/challenges/_edit_task_pass.html.erb
@@ -27,8 +27,8 @@
<% @challenge.challenge_questions.each_with_index do |question, index| %>
-
-
-
+
+
diff --git a/app/views/courses/index.html.erb b/app/views/courses/index.html.erb
index 1dba3363a..43537f8eb 100644
--- a/app/views/courses/index.html.erb
+++ b/app/views/courses/index.html.erb
@@ -2,13 +2,13 @@
在线课堂
- <%= link_to "+ 新建".html_safe, new_course_path, :class => "task-btn task-btn-green fr mt6" %>
- <%= link_to "加入课堂", join_private_courses_courses_path, :remote => true, :method => "post", :class => "task-btn task-btn-green fr mt6 mr10" %>
- <%= @syllabuses_num %>
全部
- <%= @create_syllabuses_count + @join_syllabuses_count %>
我的课堂
+ <%= link_to "+ 新建".html_safe, new_course_path, :class => "color-light-green fr mt15" %>
+ <%= link_to "+ 加入课堂".html_safe, join_private_courses_courses_path, :remote => true, :method => "post", :class => "color-light-green fr mt15 mr15" %>
diff --git a/app/views/games/_choice_question.html.erb b/app/views/games/_choice_question.html.erb
index 6e714834f..61341017c 100644
--- a/app/views/games/_choice_question.html.erb
+++ b/app/views/games/_choice_question.html.erb
@@ -35,10 +35,13 @@
if(st == "1"){
//$(nThis).hasClass("card-check") ? $(nThis).removeClass("card-check") : $(nThis).addClass("card-check");
$(nThis).toggleClass("card-check");
+ $(nThis).toggleClass("color_white");
} else if (st == "2"){
var choice = $(".color_white");
choice.removeClass("card-check");
+ choice.removeClass("color_white");
$(nThis).addClass("card-check");
+ $(nThis).toggleClass("color_white");
}
}
\ No newline at end of file
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index c069d2de0..8bd323fec 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -352,7 +352,7 @@
<%= @user.try(:lastname) + @user.try(:firstname) %>
<% if @user.authentication %>
-
+
@@ -361,7 +361,7 @@
<% else %>
<% apply_auth = ApplyUserAuthentication.where(:user_id => @user.id, :auth_type => 1).last %>
<% if apply_auth && apply_auth.status == 0 %>
-
+
@@ -396,7 +396,7 @@
<%= @user.user_extensions.show_identity %>
<% if @user.professional_certification %>
-
+
@@ -405,7 +405,7 @@
<% else %>
<% apply_auth = ApplyUserAuthentication.where(:user_id => @user.id, :auth_type => 2).last %>
<% if apply_auth && apply_auth.status == 0 %>
-
+
diff --git a/app/views/shixuns/index.html.erb b/app/views/shixuns/index.html.erb
index d338e767c..19ffbe0d3 100644
--- a/app/views/shixuns/index.html.erb
+++ b/app/views/shixuns/index.html.erb
@@ -2,13 +2,13 @@
全部实训
- <%= link_to "+ 新建".html_safe, new_shixun_path, :class => "task-btn task-btn-green fr mt6" %>
- <%= @shixun_all_count %>
全部
- <%= @current_user_had_passed %>
你已通过
- <%= @shixun_my_score %>
累计经验值
+ <%= link_to "+ 新建".html_safe, new_shixun_path, :class => "color-light-green fr mt15 mr15" %>
diff --git a/app/views/subjects/index.html.erb b/app/views/subjects/index.html.erb
index 355a579f2..54a24d361 100644
--- a/app/views/subjects/index.html.erb
+++ b/app/views/subjects/index.html.erb
@@ -3,12 +3,12 @@
- <%= @subjects_all_count %>
全部
- <%= @subject_created_count %>
我已创建
+ <%= link_to "+ 新建".html_safe, new_subject_path(), :class => "color-light-green fr mt15" %>
diff --git a/app/views/subjects/show.html.erb b/app/views/subjects/show.html.erb
index b2e7adf1e..cbd0c3419 100644
--- a/app/views/subjects/show.html.erb
+++ b/app/views/subjects/show.html.erb
@@ -60,7 +60,7 @@
<% shixun = stage_shixun.shixun %>
-
- <%= index + 1 %>
+ <%= index + 1 %>
<%= shixun.name %>
diff --git a/public/stylesheets/css/edu-common.css b/public/stylesheets/css/edu-common.css
index ab9783f24..0be4f0c41 100644
--- a/public/stylesheets/css/edu-common.css
+++ b/public/stylesheets/css/edu-common.css
@@ -12,7 +12,7 @@ table,tr,td{border:0;}
ol,ul,li{ list-style-type:none}
a:link,a:visited{text-decoration:none;color:#898989; }
a:hover {color:#29bd8b;}
-input,textarea,select{ background: #fff; border:1px solid #ccc; color:#666;}
+input,textarea,select{ background: #fff; border:1px solid #eee; color:#666;}
textarea{resize: none;}
/*侧滚动条*/
::-webkit-scrollbar { width:10px; height:10px; background-color: #F5F5F5; }
@@ -45,6 +45,9 @@ textarea{resize: none;}
.color-orange{color:#ee4a1f!important;}
.color-orange02{color:#f79f88!important;}
.color-orange03{color:#ff7500!important;}
+.color-orange04{color: #ee4a20!important;}/*温馨提示公用颜色*/
+.u-color-light-red{color: #FF6666}
+.u-color-light-grey{color: #CCCCCC}
.color-yellow{color:#f0ad4e!important;}
.color-yellow2{color:#ff9933!important;}
.color-light-grey{color:#afafaf!important;}
diff --git a/public/stylesheets/css/edu-public.css b/public/stylesheets/css/edu-public.css
index dafbf5bec..e2d3c9477 100644
--- a/public/stylesheets/css/edu-public.css
+++ b/public/stylesheets/css/edu-public.css
@@ -297,8 +297,8 @@ input::-ms-input-placeholder,textarea::-ms-input-placeholder {color:#cccccc;}
/*圆形绿色背景---------22*/
.panel-inner-icon{width: 22px;height: 22px;line-height: 22px;border-radius: 50%;background: #29bd8b;display: block;text-align: center}
-/*------------------15*/
-.panel-inner-icon{width: 18px;height: 18px;line-height: 18px;border-radius: 50%;background: #29bd8b;display: block;text-align: center}
+/*------------------18*/
+.panel-inner-icon18{width: 18px;height: 18px;line-height: 18px;border-radius: 50%;background: #29bd8b;display: block;text-align: center}
/*---------------块右上角的三角形,颜色为浅橙色*/
.triangle-topright {position: absolute;right: -1px;top:0px;width: 0;height: 0;border-top: 35px solid #FF9E6A;border-left: 60px solid transparent;z-index: 1}
diff --git a/public/stylesheets/css/edu-user.css b/public/stylesheets/css/edu-user.css
index 6342ea68f..32bf26183 100644
--- a/public/stylesheets/css/edu-user.css
+++ b/public/stylesheets/css/edu-user.css
@@ -210,8 +210,7 @@ input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; ou
/*头部排版更改*/
.lector{display: block;width: auto;padding: 0px 8px;background: #5ECFBA;color: #ffffff;font-size: 14px;margin-right: 15px;border-radius: 4px;margin-top: 3px;}
-.u-color-light-red{color: #FF6666}
-.u-color-light-grey{color: #CCCCCC}
+
.user-info-span{border-radius: 50%;float:left;background: #F3F5F7;text-align: center;width: 23px;height: 23px;line-height: 23px;margin-top: 3px;margin-right: 5px}
.color-grey-6{color:#888888;}