Showing
2 changed files
with
4 additions
and
4 deletions
@@ -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"></i> | 21 | <i class="iconfont"></i> |
22 | </span> | 22 | </span> |
23 | </a> | 23 | </a> |
-
Please register or login to post a comment