style:办事指南
Showing
2 changed files
with
9 additions
and
2 deletions
... | @@ -203,3 +203,10 @@ | ... | @@ -203,3 +203,10 @@ |
203 | .itemButton button { | 203 | .itemButton button { |
204 | display: inline-block; | 204 | display: inline-block; |
205 | } | 205 | } |
206 | .business_name { | ||
207 | display: inline-block; | ||
208 | overflow: hidden; | ||
209 | text-overflow:ellipsis; | ||
210 | white-space: nowrap; | ||
211 | width: 350px; | ||
212 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -89,7 +89,7 @@ | ... | @@ -89,7 +89,7 @@ |
89 | <ul class="online_list"> | 89 | <ul class="online_list"> |
90 | {{# for(var i = 0; i < item.bsznListVOS.length; i++){ }} | 90 | {{# for(var i = 0; i < item.bsznListVOS.length; i++){ }} |
91 | <li> | 91 | <li> |
92 | <span>{{item.bsznListVOS[i].headline}}</span> | 92 | <span class="business_name">{{item.bsznListVOS[i].headline}}</span> |
93 | <div class="itemButton"> | 93 | <div class="itemButton"> |
94 | <a href='./businessGuideDeatil.html?id="{{item.bsznListVOS[i].bsmBszn}}"' target="_blank"> | 94 | <a href='./businessGuideDeatil.html?id="{{item.bsznListVOS[i].bsmBszn}}"' target="_blank"> |
95 | <button type="button" | 95 | <button type="button" |
... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
121 | <ul class="online_list"> | 121 | <ul class="online_list"> |
122 | {{# for(var i = 0; i < item.bsznListVOS.length; i++){ }} | 122 | {{# for(var i = 0; i < item.bsznListVOS.length; i++){ }} |
123 | <li> | 123 | <li> |
124 | <span>{{item.bsznListVOS[i].headline}}</span> | 124 | <span class="business_name">{{item.bsznListVOS[i].headline}}</span> |
125 | <div class="itemButton"> | 125 | <div class="itemButton"> |
126 | <a href='./businessGuideDeatil.html?id={{item.bsznListVOS[i].bsmBszn}}' target="_blank"> | 126 | <a href='./businessGuideDeatil.html?id={{item.bsznListVOS[i].bsmBszn}}' target="_blank"> |
127 | <button type="button" class="layui-btn layui-btn-sm">查看详情</button> | 127 | <button type="button" class="layui-btn layui-btn-sm">查看详情</button> | ... | ... |
-
Please register or sign in to post a comment