Commit a3cf8ec2 by doszhang

dos

parent 3c164d94
......@@ -35,6 +35,13 @@ body {
-webkit-backface-visibility: hidden;
}
/* 去除滚动条 */
::-webkit-scrollbar {
width: 0;
height: 1px
}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment