摘要: /* 定义滚动条样式 */ ::-webkit-scrollbar { width: 3px; //滚动条宽度 height: 5px; //滚动条高度 border-radius: 10px; //滚动条圆角 background-color: rgba(226, 226, 226, 0.897) 阅读全文
posted @ 2022-10-25 17:12 干红 阅读(22) 评论(0) 推荐(0) 编辑