Authored by 沈志敏

样式调整

@@ -45,33 +45,33 @@ @@ -45,33 +45,33 @@
45 </div> 45 </div>
46 </div> 46 </div>
47 <div class="group-list"> 47 <div class="group-list">
48 - <a class="list-item auth" id="address"> 48 + <a class="glist-item auth" id="address">
49 地址管理 49 地址管理
50 <span class="num">{{address_num}} <span class="icon icon-right"></span></span> 50 <span class="num">{{address_num}} <span class="icon icon-right"></span></span>
51 </a> 51 </a>
52 </div> 52 </div>
53 <div class="group-list"> 53 <div class="group-list">
54 - <a class="list-item auth" href="/me/collection"> 54 + <a class="glist-item auth" href="/me/collection">
55 收藏的商品 55 收藏的商品
56 <span class="num">{{product_favorite_total}} <span class="icon icon-right"></span></span> 56 <span class="num">{{product_favorite_total}} <span class="icon icon-right"></span></span>
57 </a> 57 </a>
58 - <a class="list-item auth" href="/me/collection?tab=brand"> 58 + <a class="glist-item auth" href="/me/collection?tab=brand">
59 收藏的品牌 59 收藏的品牌
60 <span class="num">{{brand_favorite_total}} <span class="icon icon-right"></span></span> 60 <span class="num">{{brand_favorite_total}} <span class="icon icon-right"></span></span>
61 </a> 61 </a>
62 </div> 62 </div>
63 <div class="group-list"> 63 <div class="group-list">
64 - <a class="list-item auth" href="/me/mycurrency"> 64 + <a class="glist-item auth" href="/me/mycurrency">
65 YOHO 币 65 YOHO 币
66 <span class="num">{{yoho_coin_num}} <span class="icon icon-right"></span></span> 66 <span class="num">{{yoho_coin_num}} <span class="icon icon-right"></span></span>
67 </a> 67 </a>
68 </div> 68 </div>
69 <div class="group-list"> 69 <div class="group-list">
70 - <a class="list-item" href="/help"> 70 + <a class="glist-item" href="/help">
71 帮助中心 71 帮助中心
72 <span class="num"><span class="icon icon-right"></span></span> 72 <span class="num"><span class="icon icon-right"></span></span>
73 </a> 73 </a>
74 - <a class="list-item" href="/me/service"> 74 + <a class="glist-item" href="/me/service">
75 在线客服 75 在线客服
76 <span class="num"><span class="icon icon-right"></span></span> 76 <span class="num"><span class="icon icon-right"></span></span>
77 </a> 77 </a>
@@ -123,7 +123,7 @@ @@ -123,7 +123,7 @@
123 border-bottom: 1px solid #e0e0e0; 123 border-bottom: 1px solid #e0e0e0;
124 background: #fff; 124 background: #fff;
125 125
126 - .list-item { 126 + .glist-item {
127 display: block; 127 display: block;
128 position: relative; 128 position: relative;
129 padding: 0 30px; 129 padding: 0 30px;
@@ -142,7 +142,7 @@ @@ -142,7 +142,7 @@
142 bottom: 0; 142 bottom: 0;
143 width: 100%; 143 width: 100%;
144 height: 0; 144 height: 0;
145 - border-top: 1px solid #f0f0f0; 145 + border-top: 1px solid #e0e0e0;
146 } 146 }
147 147
148 &:last-child:after { 148 &:last-child:after {
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <img :src="item.imgUrl | resize 152 203" alt=""/> 13 <img :src="item.imgUrl | resize 152 203" alt=""/>
14 </div> 14 </div>
15 <div class="fav-info-list"> 15 <div class="fav-info-list">
16 - <span class="title">{{item.title}}</span> 16 + <span class="title line-clamp-2">{{item.title}}</span>
17 <br/> 17 <br/>
18 <div class="fav-price"> 18 <div class="fav-price">
19 <span class="new-price" v-if="item.discountPrice">{{item.discountPrice}}</span> 19 <span class="new-price" v-if="item.discountPrice">{{item.discountPrice}}</span>
@@ -334,10 +334,10 @@ @@ -334,10 +334,10 @@
334 position: relative; 334 position: relative;
335 335
336 .title { 336 .title {
337 - width: 430px; 337 + width: 98%;
338 text-overflow: ellipsis; 338 text-overflow: ellipsis;
339 font-size: 28px; 339 font-size: 28px;
340 - margin: 0; 340 + margin-top: 10px;
341 } 341 }
342 342
343 .fav-price { 343 .fav-price {