根据提供的素材内容,这是一个用于滚动网页的插件或工具。其设计目的是在页面上添加一个滚动条,使用户可以方便地浏览页面内容。

该网站的样式代码如下:
”`html

  • { margin: 0; padding: 0;}
    ::-webkit-scrollbar{width:1px;}
    .prev { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;}
    .prev iframe{width: 100%; height: 100%; border: none;}
    .pop-cpt { z-index: 999999999; position: relative;
    }
    .pop-cpt2 { display: flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .7);
    }
    .pop-cpt a { text-decoration: none; color: inherit; display: block;
    }
    .pop-cpt “`

这个网站使用了HTML和CSS来创建一个可滚动的网页,其中包含一个固定位置的滚动条和一个可以点击访问的链接。