Fork me on GitHub
摘要: 当div用overflow: scroll;时可以用伪元素::-webkit-scrollbar来设置滚动条样式 /*滚动条*/ ::-webkit-scrollbar { width: 10px; /* 设置滚动条宽度 */ } /*滚动手柄*/ ::-webkit-scrollbar-thumb 阅读全文
posted @ 2024-02-05 16:32 秋夜雨巷 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 水波球 HTML <div class="container"> <div class="wave"></div> </div> CSS3代码 /*容器显示外层圆框和居中*/ .container { position: absolute; width: 150px; height: 150px; 阅读全文
posted @ 2024-02-05 09:21 秋夜雨巷 阅读(7) 评论(0) 推荐(0) 编辑