Authored by 阿达

店铺首页UI错乱 文案有错 fix

@@ -68,12 +68,13 @@ @@ -68,12 +68,13 @@
68 text-overflow: ellipsis; 68 text-overflow: ellipsis;
69 white-space: nowrap; 69 white-space: nowrap;
70 } 70 }
  71 +
71 .brand-name { 72 .brand-name {
72 - width: 60%;  
73 - font-size: 28px; 73 + width: 40%;
74 overflow: hidden; 74 overflow: hidden;
75 text-overflow: ellipsis; 75 text-overflow: ellipsis;
76 white-space: nowrap; 76 white-space: nowrap;
  77 + position: absolute;
77 } 78 }
78 79
79 .brand-thumb { 80 .brand-thumb {
@@ -85,7 +86,6 @@ @@ -85,7 +86,6 @@
85 } 86 }
86 87
87 .entry { 88 .entry {
88 - width: 150px;  
89 color: #999; 89 color: #999;
90 font-size: 28px; 90 font-size: 28px;
91 float: right; 91 float: right;
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 <img class="brand-thumb" src={{thumb}}> 17 <img class="brand-thumb" src={{thumb}}>
18 <span class="brand-name">{{name}}</span> 18 <span class="brand-name">{{name}}</span>
19 <span class="entry"> 19 <span class="entry">
20 - 进入品牌 20 + 进入店铺
21 <i class="iconfont">&#xe614;</i> 21 <i class="iconfont">&#xe614;</i>
22 </span> 22 </span>
23 </a> 23 </a>