|
@@ -1,11 +1,17 @@
|
|
|
+html,body{
|
|
|
+ height:100%;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
/* set margin to 0 and overflow to hidden, to go fullscreen */
|
|
|
margin: 0;
|
|
|
overflow: hidden;
|
|
|
background-image: url('./images/bg@2x.png');
|
|
|
- background-size:cover;
|
|
|
+ /* background-size:cover; */
|
|
|
color:#ffffff;
|
|
|
font-family: "Microsoft YaHei";
|
|
|
+ /* width: 120vw; */
|
|
|
|
|
|
}
|
|
|
|
|
@@ -301,12 +307,13 @@ body {
|
|
|
/* z-index: 9; */
|
|
|
display: flex;
|
|
|
bottom: 0px;
|
|
|
- width: 100%;
|
|
|
+ width: 100vw;
|
|
|
margin-left: 44px;
|
|
|
- margin-right: 30px;
|
|
|
+ /* margin-right: 30px; */
|
|
|
height: 184px;
|
|
|
overflow: auto;
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
+ min-width: 1280px;
|
|
|
|
|
|
|
|
|
/* display: flex;
|