用户中心优化
parent
0cf0925ccb
commit
281f5553e3
|
|
@ -48,8 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="user-base-right">
|
<div class="user-base-right">
|
||||||
<a href="javascript:;" class="am-icon-fire"> 积分198</a>
|
<a href="{{:U('Home/Message/Index')}}" class="am-icon-bell-o message"> 消息 <if condition="$common_message_total gt 0">{{$common_message_total}}</if></a>
|
||||||
<a href="{{:U('Home/Message/Index')}}" class="am-icon-bell-o message"> 消息<if condition="$common_message_total gt 0">{{$common_message_total}}</if></a>
|
|
||||||
</div>
|
</div>
|
||||||
<ul class="user-base-icon">
|
<ul class="user-base-icon">
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -70,6 +69,12 @@
|
||||||
<p>我的足迹</p>
|
<p>我的足迹</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="javascript:;">
|
||||||
|
<p>{{$user.integral}}</p>
|
||||||
|
<p>我的积分</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,11 +47,11 @@ ul.order-base li span.am-badge{position: absolute; top: -7px; left: 55%;}
|
||||||
.nav-search{display: none;} .user-main{padding-top: 0;}
|
.nav-search{display: none;} .user-main{padding-top: 0;}
|
||||||
.user-content-body{padding: 0;}
|
.user-content-body{padding: 0;}
|
||||||
.user-base{text-align: center; height: 210px;}
|
.user-base{text-align: center; height: 210px;}
|
||||||
.user-avatar{margin-bottom: 10px; margin-top: 10px; }
|
.user-avatar{margin-bottom: 10px; }
|
||||||
.user-base-left .items a:not(:last-child){margin-right: 20px;}
|
.user-base-left .items a:not(:last-child){margin-right: 20px;}
|
||||||
.user-base-right{position: absolute; right: 10px; top: 10px;}
|
.user-base-right{position: absolute; right: 10px; top: 10px;}
|
||||||
ul.user-base-icon{left: 0; bottom: 0; width: 100%; padding: 5px 0;}
|
ul.user-base-icon{left: 0; bottom: 0; width: 100%; padding: 5px 0;}
|
||||||
ul.user-base-icon li{float: left; width: 33.33%;}
|
ul.user-base-icon li{float: left; width: 25%;}
|
||||||
.user-center-notice { margin: 0; }
|
.user-center-notice { margin: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue