保存进度!
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
html {
|
||||
background-color: #8796a6;
|
||||
/* background-color: #8796a6; */
|
||||
background-image: url("./assets/img/bg/bg_01.jpg");
|
||||
background-attachment: fixed;
|
||||
background-size: contain;
|
||||
/* background-position: center; */
|
||||
/* background-repeat: no-repeat; */
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #8796a6;
|
||||
width: calc(100vw - 20px);
|
||||
height: calc(100vh - 60px);
|
||||
/* background-color: #8796a6; */
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
/* border: 1px solid red; */
|
||||
/* overflow: hidden; */
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user