diff --git a/app/views/account/_has_authentication.html.erb b/app/views/account/_has_authentication.html.erb index c4058d112..0045452f4 100644 --- a/app/views/account/_has_authentication.html.erb +++ b/app/views/account/_has_authentication.html.erb @@ -12,6 +12,7 @@
2.审核并完成认证
+
职业证明:
diff --git a/app/views/account/authentication.html.erb b/app/views/account/authentication.html.erb index 881fc225a..6759b700c 100644 --- a/app/views/account/authentication.html.erb +++ b/app/views/account/authentication.html.erb @@ -10,9 +10,14 @@
1.上传图片
-
+
2.审核并完成认证
+
+
1.上传图片
+
+
2.审核并完成认证
+
职业证明:
diff --git a/public/images/user/shenghe02.jpg b/public/images/user/shenghe02.jpg new file mode 100644 index 000000000..dc824563e Binary files /dev/null and b/public/images/user/shenghe02.jpg differ diff --git a/public/stylesheets/css/edu-user.css b/public/stylesheets/css/edu-user.css index 02402744b..6ea09592d 100644 --- a/public/stylesheets/css/edu-user.css +++ b/public/stylesheets/css/edu-user.css @@ -160,7 +160,8 @@ input.input-width43{ width:43%;} .panel-user-headimg-show img{ width:200px; margin:100px auto; } .user-liucheng{ padding:10px 0px; width: 300px; text-align: center; background:#3498db; color:#fff; font-size:12px; border-radius:3px 0 0 3px;} -.user-liucheng-grey{ border-radius:0 3px 3px 0;} +.user-liucheng-bgblue{border-radius:0 3px 3px 0;} +.user-liucheng-grey{ border-radius:0 3px 3px 0; background:#ccc;color:#666;} .user-renzheng-box li{ float: left; width:200px; margin-right:25px;} .user-renzheng-img{ width: 200px;} a.user-renzheng-upload{ display: block; width: 200px; height: 100px; background:#ccc; text-align: center; padding-top:50px; color:#888;} @@ -170,6 +171,7 @@ a:hover.user-renzheng-upload{ color:#666;} .panel-user-setting-ul{ padding:20px 0; border-bottom:1px solid #eee; } .panel-span-name{ display:inline-block; max-width:80px; overflow: hidden; line-height:12px;} .task-arrow-right {display: block;background: url(/images/user/shenghe.jpg) no-repeat 0px 0; width:41px; height:42px;} +.task-arrow-right02{background: url(/images/user/shenghe02.jpg) no-repeat 0px 0;} .task-arrow-right-grey {border-left:21px solid #ccc;} .select_box{font-family: "宋体"; font-size: 12px;color: #999999;width: 178px;line-height: 20px;margin: 50px auto;}