【CSS】清除浮动
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .cle...
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .cle...
html, body { width: 100%; height: 100%; margin: 0; padding: 0; background: url('bg.jpg') no-repeat center center fixed; -we...
.box-shadow { background-color: #FF8020; width: 160px; height: 90px; margin-top: -45px; margin-left: -80px; position: absol...
body::-webkit-scrollbar{ /*滚动条整体样式*/ width : 15px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ ...
.demo::-webkit-scrollbar { display: none; /* Chrome Safari */ } .demo { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE ...