Authored by ccbikai

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

... ... @@ -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;
... ...