Chorme. body::-webkit-scrollbar { display: none; } ... html { overflow: -moz-hidden-unscrollable; /*注意!若只打hidden,chrome 的其它hidden 會出問題*/ ...
確定! 回上一頁