【CSS】禁止文字选取、禁止移动端选中时的高亮状态
禁止文字选取*:not(input,textarea) { -webkit-user-select:none; user-select:none; -webkit-tap...
禁止文字选取*:not(input,textarea) { -webkit-user-select:none; user-select:none; -webkit-tap...
.scale { width: 100%; padding-bottom: 56.25%; height: 0; position: relative; } ....
.clearfix:after { content: ""; display: block; clear: both; visibility:...
html, body { width: 100%; height: 100%; margin: 0; padding: 0; background: ur...
.box-shadow { background-color: #FF8020; width: 160px; height: 90px; margin-top: ...
body::-webkit-scrollbar{ /*滚动条整体样式*/ width : 15px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }...