Authored by 沈志敏

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

... ... @@ -20,7 +20,7 @@ const visibilitychange = function() {
}
});
}
};
module.exports = {
getImgHost,
... ...
... ... @@ -10,7 +10,7 @@
</ul>
<div class="sub-level-container">
<ul class="sub-level">
<li><a href="/list?sort={{rightAll.sortId}}&sort_name={{rightAll.categoryName}}&gender={{gender}}">全部{{rightAll.categoryName}}</a></li>
<li><a href="/list?sort={{rightAll.sortId}}&sort_name=全部{{rightAll.categoryName}}&gender={{gender}}">全部{{rightAll.categoryName}}</a></li>
</ul>
<ul class="sub-level">
<li v-for="sub in cateNavRightData">
... ... @@ -131,6 +131,7 @@
overflow: hidden;
text-overflow: ellipsis;
border-bottom: 1px solid #e6e6e6;
user-select: none;
&.focus {
background-color: #fff;
... ... @@ -177,6 +178,7 @@
line-height: 110px;
border-bottom: 1px solid #e6e6e6;
padding-left: 20px;
user-select: none;
&.highlight {
background: #eee;
... ...