横向出现滚动

1.横向出现滚动

ul{
overflow-x: scroll; white-space: nowrap;
}
li{
display: inline-block;
}

2. 空间不够时出现省略号

overflow: hidden
white-space: nowrap
text-overflow: ellipsis

 

posted on 2018-07-10 12:11  素~  阅读(117)  评论(0编辑  收藏  举报