美文网首页
横向滚动

横向滚动

作者: jiaomeichen | 来源:发表于2018-03-19 19:48 被阅读0次
html:ul  li 标签
css:
ul {width: 100%;height: 100%;overflow: auto;white-space: nowrap;float: left;font-size: 0;}
ul li {display: inline-block;margin-right: 10px;width: 100px;height: 100px;border: 1px solid red;}

相关文章

网友评论

      本文标题:横向滚动

      本文链接:https://www.haomeiwen.com/subject/rdfufftx.html