摘要: /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 1px; height: 1px; background-color: rgba(255,255,255,0); display: none; } /*定义滚动条轨道 内阴影+圆角* 阅读全文
posted @ 2019-11-05 17:26 房星凡羽 阅读(167) 评论(0) 推荐(0) 编辑
摘要: overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 阅读全文
posted @ 2019-11-05 14:10 房星凡羽 阅读(80) 评论(0) 推荐(0) 编辑
摘要: input{ background:none; outline:none; border:none; } //如果input必须要有边框,但需要去掉选中时的蓝色框,则: input{ background:none; outline:none; border:1px solid #ccc; } in 阅读全文
posted @ 2019-11-05 11:36 房星凡羽 阅读(547) 评论(0) 推荐(0) 编辑