身份认证上传图片流程显示
This commit is contained in:
parent
a22313b51a
commit
70afa4c0b2
|
|
@ -12,6 +12,7 @@
|
|||
<div class="user-liucheng fl <%= @user.authentication ? '' : 'user-liucheng-grey' %>">2.审核并完成认证</div>
|
||||
<div class="task-arrow-right fl <%= @user.authentication ? '' : 'task-arrow-right-grey' %>"></div>
|
||||
</div>
|
||||
|
||||
<div class=" ml50 clearfix mb30">
|
||||
<span class="fl font-16 font-bd">职业证明:</span>
|
||||
<div class="fl font-12" >
|
||||
|
|
|
|||
|
|
@ -10,9 +10,14 @@
|
|||
<div class="mr15 ml50">
|
||||
<div class="clearfix ml50 mb30 mt30">
|
||||
<div class="user-liucheng fl">1.上传图片</div>
|
||||
<div class="task-arrow-right fl "></div>
|
||||
<div class="task-arrow-right task-arrow-right02 fl "></div>
|
||||
<div class="user-liucheng fl user-liucheng-grey">2.审核并完成认证</div>
|
||||
</div>
|
||||
<div class="clearfix ml50 mb30 mt30">
|
||||
<div class="user-liucheng fl ">1.上传图片</div>
|
||||
<div class="task-arrow-right fl "></div>
|
||||
<div class="user-liucheng user-liucheng-bgblue fl ">2.审核并完成认证</div>
|
||||
</div>
|
||||
<div class=" ml50 clearfix mb30">
|
||||
<span class="fl font-16 font-bd">职业证明:</span>
|
||||
<div class="fl font-12" >
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue