Authored by 李靖

个人详情地址栏样式调整

... ... @@ -4,6 +4,8 @@
<li><span>昵称</span><span>{{ nickname }}</span></li>
<li><span>性别</span><span>{{ gender }}</span></li>
<li><span>生日</span><span>{{ birthday }}</span></li>
</ul>
<ul>
<li class="tap-hightlight"><span>会员等级</span>
<span>
<a href="grade" class="grade">
... ... @@ -40,4 +42,14 @@
{{/unless}}
</li>
</ul>
<ul>
<li>
<span>地址管理</span>
<span>
<a href="//m.yohobuy.com/home/address" class="grade">
<span class="iconfont">&#xe604;</span>
</a>
</span>
</li>
</ul>
</div>
... ...
... ... @@ -3,21 +3,30 @@
height: auto;
overflow: hidden;
margin-top: 20px;
background-color: #fff;
background-color: #f0f0f0;
border-bottom: 1px solid #e0e0e0;
ul {
width: 95%;
width: 100%;
height: auto;
overflow: hidden;
float: right;
margin-bottom: 20px;
padding-left: 30px;
background: #fff;
li {
&:first-of-type {
&:last-child {
margin-bottom: 0;
}
&:first-child {
li:first-of-type {
height: 100px;
line-height: 100px;
}
}
li {
height: 80px;
border-bottom: 1px solid #e0e0e0;
... ...
... ... @@ -109,6 +109,11 @@
.dot {
width: 30px;
text-align: right;
}
.dot:first-of-type {
text-align: left;
}
.edit {
... ...