摘要: //滚动条样式 ::-webkit-scrollbar { width: 10px; } /* 垂直滚动条的滑动块 */ ::-webkit-scrollbar-thumb:vertical { border-radius: 4px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color:#71727... 阅读全文
posted @ 2017-07-31 18:35 leaf+ 阅读(1288) 评论(0) 推荐(0) 编辑