Authored by 沈志敏

样式调整

... ... @@ -45,33 +45,33 @@
</div>
</div>
<div class="group-list">
<a class="list-item auth" id="address">
<a class="glist-item auth" id="address">
地址管理
<span class="num">{{address_num}} <span class="icon icon-right"></span></span>
</a>
</div>
<div class="group-list">
<a class="list-item auth" href="/me/collection">
<a class="glist-item auth" href="/me/collection">
收藏的商品
<span class="num">{{product_favorite_total}} <span class="icon icon-right"></span></span>
</a>
<a class="list-item auth" href="/me/collection?tab=brand">
<a class="glist-item auth" href="/me/collection?tab=brand">
收藏的品牌
<span class="num">{{brand_favorite_total}} <span class="icon icon-right"></span></span>
</a>
</div>
<div class="group-list">
<a class="list-item auth" href="/me/mycurrency">
<a class="glist-item auth" href="/me/mycurrency">
YOHO 币
<span class="num">{{yoho_coin_num}} <span class="icon icon-right"></span></span>
</a>
</div>
<div class="group-list">
<a class="list-item" href="/help">
<a class="glist-item" href="/help">
帮助中心
<span class="num"><span class="icon icon-right"></span></span>
</a>
<a class="list-item" href="/me/service">
<a class="glist-item" href="/me/service">
在线客服
<span class="num"><span class="icon icon-right"></span></span>
</a>
... ...
... ... @@ -123,7 +123,7 @@
border-bottom: 1px solid #e0e0e0;
background: #fff;
.list-item {
.glist-item {
display: block;
position: relative;
padding: 0 30px;
... ... @@ -142,7 +142,7 @@
bottom: 0;
width: 100%;
height: 0;
border-top: 1px solid #f0f0f0;
border-top: 1px solid #e0e0e0;
}
&:last-child:after {
... ...
... ... @@ -13,7 +13,7 @@
<img :src="item.imgUrl | resize 152 203" alt=""/>
</div>
<div class="fav-info-list">
<span class="title">{{item.title}}</span>
<span class="title line-clamp-2">{{item.title}}</span>
<br/>
<div class="fav-price">
<span class="new-price" v-if="item.discountPrice">{{item.discountPrice}}</span>
... ... @@ -334,10 +334,10 @@
position: relative;
.title {
width: 430px;
width: 98%;
text-overflow: ellipsis;
font-size: 28px;
margin: 0;
margin-top: 10px;
}
.fav-price {
... ...