个人首页顶部样式
This commit is contained in:
parent
45d9f152d2
commit
0ddbd2d81a
|
|
@ -41,6 +41,15 @@
|
|||
未认证
|
||||
</span>
|
||||
<% end %>
|
||||
<span class="pr user-info-span">
|
||||
<i class="fa fa-user u-color-light-grey" aria-hidden="true"></i><!--还未实名认证-->
|
||||
</span>
|
||||
<span class="pr user-info-span">
|
||||
<i class="fa fa-user u-color-light-red" aria-hidden="true"></i><!--实名认证中-->
|
||||
</span>
|
||||
<span class="pr user-info-span">
|
||||
<i class="fa fa-user color-light-green" aria-hidden="true"></i><!--已实名认证-->
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="top-right fr font-14 mr10">
|
||||
|
|
|
|||
|
|
@ -196,3 +196,9 @@ input.new_loggin_input{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline
|
|||
.new_login_form ul li{ margin-bottom:20px; }
|
||||
.new-login-error{ display: inline-block; background-color:#fffafa; box-shadow: 0px 2px 8px rgba(255, 217, 217, 0.5); border:1px solid #ffd9d9; padding:5px; border-radius:5px; color:#dd6f75; width: 235px; position: absolute; left:360px; top:3px;}
|
||||
input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:260px; height:45px; border-radius:5px; padding-left:5px; line-height: 45px; font-size:14px; border:1px solid #ccc;}
|
||||
|
||||
|
||||
/*头部排版更改*/
|
||||
.u-color-light-red{color: #FF6666}
|
||||
.u-color-light-grey{color: #CCCCCC}
|
||||
.user-info-span{border-radius: 50%;display: inline-block;background: #F3F5F7;text-align: center;padding: 3px 6px;}
|
||||
Loading…
Reference in New Issue