实现滚动捕捉主要依靠两个属性:容器元素的 scroll-snap-type 属性,以及子元素的 ... </p> </div> .container { scroll-snap-type: y mandatory; } ...
確定! 回上一頁