diff --git a/app/views/account/authentication.html.erb b/app/views/account/authentication.html.erb index 95711a56a..18e89b424 100644 --- a/app/views/account/authentication.html.erb +++ b/app/views/account/authentication.html.erb @@ -48,7 +48,7 @@ -

若您想重新认证,请先撤销本次认证申请

+

若您想重新认证,请先撤销本次认证申请

<% elsif !@user.authentication && @apply_user_auth && @apply_user_auth.status == 2 %> @@ -89,7 +89,7 @@ -

若您想重新认证,请点击这里

+

若您想重新认证,请点击这里

<% elsif @user.authentication %> diff --git a/app/views/account/professional_certification.html.erb b/app/views/account/professional_certification.html.erb index 211053169..50ba81dad 100644 --- a/app/views/account/professional_certification.html.erb +++ b/app/views/account/professional_certification.html.erb @@ -97,7 +97,7 @@ -

若您想重新认证,请点击这里

+

若您想重新认证,请点击这里

<% elsif @user.professional_certification %> @@ -142,7 +142,7 @@ -

若您想重新认证,请点击这里

+

若您想重新认证,请点击这里

<% end %> diff --git a/public/stylesheets/css/edu-user.css b/public/stylesheets/css/edu-user.css index c290845b2..bbd9de4f8 100644 --- a/public/stylesheets/css/edu-user.css +++ b/public/stylesheets/css/edu-user.css @@ -236,6 +236,6 @@ input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; ou .edu-table{width: 100%;border: 1px solid #cccccc;background: #ffffff;border-collapse: collapse;} .panel-cer-content .edu-table thead{background: #f5f5f5} -.panel-cer-content .edu-table tr td{padding: 0px;border: none;border: 1px solid #ccc;} -.panel-cer-content .edu-table tr td:nth-child(1){text-align:right;width: 25%} -.panel-cer-content .edu-table tr td:nth-child(2){text-align:left;color: #333333;padding-left: 10px} +.panel-cer-content .edu-table tr td{padding: 0px;border: none;border: 1px solid #ccc;padding: 6px 10px;} +.panel-cer-content .edu-table tr td:nth-child(1){text-align:right;width: 25%;color: #666666} +.panel-cer-content .edu-table tr td:nth-child(2){text-align:left;color: #333333;}