Commit bc69934e authored by wildfirecode13's avatar wildfirecode13

1

parent 3cb4310d
......@@ -4,7 +4,7 @@ export const homeInfo = {
{
"canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0,
"newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
},
"message": null,
......
......@@ -67,6 +67,15 @@ body {
}
.diacontmidpos {
position: fixed;
top: 0%;
left: 0%;
bottom: 0%;
right: 0%;
margin: auto;
}
.diacontmidpos2 {
position: absolute;
margin: auto;
width: 100%;
......@@ -80,6 +89,7 @@ body {
z-index: 9999;
}
.popcontainer {
position: fixed;
z-index: 99999;
......
......@@ -3,6 +3,17 @@
// height: 1624px;
// position: absolute;
overflow-x: hidden;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
.main3_bg {
width: 750px;
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