横向滚动

2018-03-19  本文已影响0人  jiaomeichen
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;}
上一篇 下一篇

猜你喜欢

热点阅读