保存进度
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
/* html {
|
||||
background-image: url("@/assets/img/bg/bg_01.jpg");
|
||||
background-attachment: fixed;
|
||||
background-size: contain;
|
||||
} */
|
||||
|
||||
body {
|
||||
body
|
||||
{
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
|
||||
// @include no-select
|
||||
-webkit-touch-callout: none;
|
||||
-moz-user-select: none;
|
||||
/*火狐*/
|
||||
@@ -21,6 +18,4 @@ body {
|
||||
-khtml-user-select: none;
|
||||
/*早期浏览器*/
|
||||
user-select: none;
|
||||
|
||||
// @include no-select;
|
||||
}
|
||||
Reference in New Issue
Block a user