wanlibingfeng

实例:

.week {
    /*text-align: left;*/
    /*display: inline-table;*/
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    ms-box-sizing: border-box;

    overflow-x: auto;
    list-style: none;
    white-space:nowrap;
    width: auto;


}

.week::-webkit-scrollbar {
    display: none;
}

解释:

week:ul的样式;

去掉滚动条:.week::-webkit-scrollbar {

    display: none;
}

 

分类:

技术点:

相关文章:

  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-11-29
  • 2021-12-25
猜你喜欢
  • 2021-12-14
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
相关资源
相似解决方案