Commit bc69934e authored by wildfirecode13's avatar wildfirecode13

1

parent 3cb4310d
...@@ -4,7 +4,7 @@ export const homeInfo = { ...@@ -4,7 +4,7 @@ export const homeInfo = {
{ {
"canUpdateNickName": false, "canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }], "figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0, "newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" } "userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
}, },
"message": null, "message": null,
......
...@@ -67,6 +67,15 @@ body { ...@@ -67,6 +67,15 @@ body {
} }
.diacontmidpos { .diacontmidpos {
position: fixed;
top: 0%;
left: 0%;
bottom: 0%;
right: 0%;
margin: auto;
}
.diacontmidpos2 {
position: absolute; position: absolute;
margin: auto; margin: auto;
width: 100%; width: 100%;
...@@ -80,6 +89,7 @@ body { ...@@ -80,6 +89,7 @@ body {
z-index: 9999; z-index: 9999;
} }
.popcontainer { .popcontainer {
position: fixed; position: fixed;
z-index: 99999; z-index: 99999;
......
...@@ -3,6 +3,17 @@ ...@@ -3,6 +3,17 @@
// height: 1624px; // height: 1624px;
// position: absolute; // position: absolute;
overflow-x: hidden; overflow-x: hidden;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
.main3_bg { .main3_bg {
width: 750px; width: 750px;
height: 1624px; height: 1624px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment