摘要: 用css实现样式滚动条 .box{ width:300px; height:300px; overflow: auto; } .box::-webkit-scrollbar { width:10px; height:10px; } ul{ padding-top: 20px; ... 阅读全文
posted @ 2016-08-21 16:17 安然儿 阅读(554) 评论(0) 推荐(0) 编辑