Commit 93ae5181 authored by wildfirecode13's avatar wildfirecode13

1

parent 1ed5db4d
...@@ -13,6 +13,8 @@ body { ...@@ -13,6 +13,8 @@ body {
#root{ #root{
width: 100%; width: 100%;
height: 100%; height: 100%;
top: 0;
position: absolute;
} }
#toast_container * { #toast_container * {
...@@ -75,16 +77,6 @@ body { ...@@ -75,16 +77,6 @@ body {
margin: auto; margin: auto;
} }
.diacontmidpos2 {
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
}
.canvasLayer{ .canvasLayer{
z-index: 99; z-index: 99;
} }
......
...@@ -181,7 +181,7 @@ class Main3 extends Component { ...@@ -181,7 +181,7 @@ class Main3 extends Component {
render() { render() {
const {rolepop, figureId, nickName, joyBeans, needguide } = this.state; const {rolepop, figureId, nickName, joyBeans, needguide } = this.state;
return ( return (
<div className="main3 diacontmidpos" uuid="8754a9d1-7453-474b-b722-7cb71483ae85" ref="main3" > <div className="main3" uuid="8754a9d1-7453-474b-b722-7cb71483ae85" ref="main3" >
<img <img
className="main3_bg " className="main3_bg "
uuid="25a6c3f8-3f78-4758-b2ab-5bcbfaa0d8bc" uuid="25a6c3f8-3f78-4758-b2ab-5bcbfaa0d8bc"
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
top: 0; top: 0;
left: 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