横向滚动条布局

  • 1
  • 2
  • 3
  • 4
  • 5
css
.x-scroll .wrap {
    width: 1600px; }
.x-scroll .wrap li {
  display: inline-block;
  width: 300px;
  height: 300px;
  margin-right: 10px;
  background: yellow; }

转载于:https://www.cnblogs.com/sakura-sakura/p/6600375.html

你可能感兴趣的:(横向滚动条布局)