Commit 3e6e44a7 authored by cc's avatar cc

update

parent 9a4e8ac5
This diff is collapsed.
...@@ -126,8 +126,6 @@ class Sharepage extends React.Component { ...@@ -126,8 +126,6 @@ class Sharepage extends React.Component {
} }
{getUrlParam("inviteCode") ? <span className="assist_btn md55"></span> : <span className="normal_btn md54"></span>} {getUrlParam("inviteCode") ? <span className="assist_btn md55"></span> : <span className="normal_btn md54"></span>}
<span className="click_area" onClick={() => this.toWeActHandle()}></span> <span className="click_area" onClick={() => this.toWeActHandle()}></span>
{/* <span className="hand"></span> */}
{/* <span className="logo"></span> */}
</div> </div>
</div> </div>
); );
......
...@@ -44,14 +44,6 @@ ...@@ -44,14 +44,6 @@
.sparkBg("homePage/title.png"); .sparkBg("homePage/title.png");
} }
.enter_btn {
width: 378px;
height: 135px;
left: 200px;
top: 1158px;
position: absolute;
.sparkBg("sharePage/btn.png");
}
.assist_btn { .assist_btn {
left: calc(50% - 545px/2); left: calc(50% - 545px/2);
...@@ -86,25 +78,6 @@ ...@@ -86,25 +78,6 @@
height: 154px; height: 154px;
position: absolute; position: absolute;
} }
.hand {
position: absolute;
left: 557px;
top: 1352px;
width: 121px;
height: 94px;
.sparkBg("sharePage/hand.png");
pointer-events: none;
}
.logo {
width: 318px;
height: 31px;
left: calc(50% - 159px);
top: 190px;
position: absolute;
.sparkBg("homePage/logo.png");
}
} }
} }
\ No newline at end of file
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