paopjian
V2EX  ›  问与答

关于 web 端页面滚动条问题

  •  
  •   paopjian · Apr 9, 2021 · 1859 views
    This topic created in 1886 days ago, the information mentioned may be changed or developed.
    看虎嗅网( https://www.huxiu.com/) 的时候注意到的,侧边滚动条又细又短,鼠标想点滚动条还得找几秒,现在好像很多网站都喜欢这么用滚动条样式,是现在的流行款式吗,还是我的使用方法有问题?
    3 replies    2021-04-09 18:20:07 +08:00
    begoingtodo
        1
    begoingtodo  
       Apr 9, 2021
    换浏览器
    Jackliu
        2
    Jackliu  
       Apr 9, 2021
    ::-webkit-scrollbar {
    width: 8px;
    }

    ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #cccedb;
    }

    ::-webkit-scrollbar-track {
    display: none;
    }
    Sundayz
        3
    Sundayz  
       Apr 9, 2021
    一看就是双屏用户,可以试试鼠标中键滚动。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3214 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 45ms · UTC 12:20 · PVG 20:20 · LAX 05:20 · JFK 08:20
    ♥ Do have faith in what you're doing.