Browse Source

delete base.css

wwwlsfcom 5 years ago
parent
commit
a6f6a2250b
1 changed files with 0 additions and 21 deletions
  1. 0 21
      cccc-lib/base.css

+ 0 - 21
cccc-lib/base.css

@@ -1,21 +0,0 @@
-*{
-    margin: 0;
-    padding: 0;
-    box-sizing: border-box;
-}
-html {
-    -moz-user-select: none; /*火狐*/
-    -webkit-user-select: none; /*webkit浏览器*/
-    -ms-user-select: none; /*IE10*/
-    -khtml-user-select: none; /*早期浏览器*/
-    user-select: none;
-    /*overflow: auto; !*避免出现滚动条*!*/
-    font-size: 12px; /* larger, smaller */
-    color: white;
-}
-html, body{
-    height: 100%;
-}
-html, body{
-    overflow: visible;
-}