摘要:
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 16px; height: 16px; background-color: #113b9f; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { //-webkit-box-shadow: inset 0 0 6px... 阅读全文
posted @ 2018-10-16 11:22
欧辰0312
阅读(118)
评论(0)
推荐(0)
摘要:
.total { margin: 100px; width: 300px; height: 5px; background: #e5e3e4; position: relative; } .percent { positi... 阅读全文
posted @ 2018-10-16 11:20
欧辰0312
阅读(322)
评论(0)
推荐(0)
摘要:
.line{ width: 100%; height: 2px; background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.3) 20%... 阅读全文
posted @ 2018-10-16 11:12
欧辰0312
阅读(4485)
评论(0)
推荐(0)