kun 19/9/26 9:28

This commit is contained in:
沈学坤
2019-09-26 09:27:59 +08:00
parent bb76f50c07
commit 2c2cbd27ed
16 changed files with 157 additions and 103 deletions

View File

@@ -6,9 +6,6 @@
<style lang="less">
* {
margin: 0;
padding: 0;
/*隐藏滚动条当IE下溢出仍然可以滚动*/
-ms-overflow-style: none;
/*火狐下隐藏滚动条*/
@@ -23,8 +20,6 @@ html {
}
body {
background-color: #fcfbfb;
display: flex;
justify-content: center;
&::-webkit-scrollbar {
width: 0px;