kun 19/9/24 20:48

This commit is contained in:
沈学坤
2019-09-24 20:48:42 +08:00
parent ccabe846fb
commit 62ee28fadf

View File

@@ -8,6 +8,18 @@
* {
margin: 0;
padding: 0;
/*隐藏滚动条当IE下溢出仍然可以滚动*/
-ms-overflow-style: none;
/*火狐下隐藏滚动条*/
scrollbar-width: none;
}
html {
/*隐藏滚动条当IE下溢出仍然可以滚动*/
-ms-overflow-style: none;
/*火狐下隐藏滚动条*/
scrollbar-width: none;
}
body {
background-color: #fcfbfb;