Commit 96ad9a41 authored by haiyoucuv's avatar haiyoucuv

Merge remote-tracking branch 'origin/master'

parents ff3a62e2 b9315e5c
...@@ -18,8 +18,8 @@ class Drawnoprizepop extends React.Component { ...@@ -18,8 +18,8 @@ class Drawnoprizepop extends React.Component {
return ( return (
<div className="drawnoprizepop modal_center"> <div className="drawnoprizepop modal_center">
<span className="bg"></span> <span className="bg"></span>
<Button className="close" onClick={this.closePop}></Button> <Button className="close md30" onClick={this.closePop}></Button>
<Button className="btn" onClick={this.closePop}></Button> <Button className="btn md29" onClick={this.closePop}></Button>
</div> </div>
); );
} }
......
...@@ -70,7 +70,7 @@ class Drawpop extends React.Component<{}, DrawpopState> { ...@@ -70,7 +70,7 @@ class Drawpop extends React.Component<{}, DrawpopState> {
}}></SvgaPlayer> }}></SvgaPlayer>
} }
<span className="title"></span> <span className="title"></span>
<Button className={"drawbtn" + (this.state.remainDrawTimes > 0 ? " btnBreath" : "")} onClick={this.drawPrize}> <Button className={"drawbtn md25" + (this.state.remainDrawTimes > 0 ? " btnBreath" : "")} onClick={this.drawPrize}>
<span className="drawbg"></span> <span className="drawbg"></span>
<span className="drawnum">剩余次数:{this.state.remainDrawTimes}</span> <span className="drawnum">剩余次数:{this.state.remainDrawTimes}</span>
</Button> </Button>
...@@ -86,7 +86,7 @@ class Drawpop extends React.Component<{}, DrawpopState> { ...@@ -86,7 +86,7 @@ class Drawpop extends React.Component<{}, DrawpopState> {
}) })
} }
</div> </div>
<Button className="back" onClick={this.closePop}></Button> <Button className="back md26" onClick={this.closePop}></Button>
</div> </div>
); );
} }
......
...@@ -33,8 +33,8 @@ class Drawprizepop extends React.Component<DrawprizepopProps> { ...@@ -33,8 +33,8 @@ class Drawprizepop extends React.Component<DrawprizepopProps> {
</span> </span>
<span className="prizename">{this.props.optionName}</span> <span className="prizename">{this.props.optionName}</span>
<span className="tips">奖品可在首页 我的奖品 中查看</span> <span className="tips">奖品可在首页 我的奖品 中查看</span>
<span className="close" onClick={this.closePop}></span> <span className="close md28" onClick={this.closePop}></span>
<span className="btn" onClick={this.goPrize}></span> <span className="btn md27" onClick={this.goPrize}></span>
</div> </div>
); );
} }
......
...@@ -36,7 +36,7 @@ class Posterpop extends React.Component<{}, PosterpopState> { ...@@ -36,7 +36,7 @@ class Posterpop extends React.Component<{}, PosterpopState> {
} }
render() { render() {
return ( return (
<div className="posterpop modal_center"> <div className="posterpop modal_center md33">
<div className='back' onClick={this.closePop}></div> <div className='back' onClick={this.closePop}></div>
<div className="poster" id='poster'> <div className="poster" id='poster'>
<span className="posteriimg"></span> <span className="posteriimg"></span>
......
...@@ -39,8 +39,8 @@ class Rankprizepop extends React.Component<RankprizepopProps> { ...@@ -39,8 +39,8 @@ class Rankprizepop extends React.Component<RankprizepopProps> {
<span className="name">{this.props.prizeName}</span> <span className="name">{this.props.prizeName}</span>
<span className="ranklab">最终排名为{this.props.rank}</span> <span className="ranklab">最终排名为{this.props.rank}</span>
<span className="tips">奖品可在首页 我的奖品 中查看</span> <span className="tips">奖品可在首页 我的奖品 中查看</span>
<Button className="close" onClick={this.closePop}></Button> <Button className="close md36" onClick={this.closePop}></Button>
<Button className="btn" onClick={this.goPrize}></Button> <Button className="btn md35" onClick={this.goPrize}></Button>
</div> </div>
); );
} }
......
...@@ -21,7 +21,7 @@ class Rulepop extends React.Component { ...@@ -21,7 +21,7 @@ class Rulepop extends React.Component {
render() { render() {
return ( return (
<div className="rulepop modal_center"> <div className="rulepop modal_center">
<span className="close" onClick={this.close}></span> <span className="close md37" onClick={this.close}></span>
<span className="bg"></span> <span className="bg"></span>
<span className="ruletxt" dangerouslySetInnerHTML={{ <span className="ruletxt" dangerouslySetInnerHTML={{
__html: store.ruleInfo, __html: store.ruleInfo,
......
...@@ -64,7 +64,7 @@ class Prizepage extends React.Component { ...@@ -64,7 +64,7 @@ class Prizepage extends React.Component {
{ {
store.prizeList.length == 0 && <span className="empty"></span> store.prizeList.length == 0 && <span className="empty"></span>
} }
<Button className="back" onClick={this.back}></Button> <Button className="back md38" onClick={this.back}></Button>
</div> </div>
); );
} }
......
...@@ -161,7 +161,7 @@ class Rankpage extends React.Component<{}, RankpageState> { ...@@ -161,7 +161,7 @@ class Rankpage extends React.Component<{}, RankpageState> {
</span> </span>
</div> </div>
<span className="title"></span> <span className="title"></span>
<Button className="back" onClick={this.back}></Button> <Button className="back md34" onClick={this.back}></Button>
</div> </div>
); );
} }
......
...@@ -34,8 +34,8 @@ class BackPanel extends React.Component<IFailPanelProps> { ...@@ -34,8 +34,8 @@ class BackPanel extends React.Component<IFailPanelProps> {
render() { render() {
return <div className="BackPanel"> return <div className="BackPanel">
<div className="bg"/> <div className="bg"/>
<Button className="ok" onClick={this.clickOk}/> <Button className="ok md32" onClick={this.clickOk}/>
<Button className="cancel" onClick={this.clickCancel}/> <Button className="cancel md31" onClick={this.clickCancel}/>
</div>; </div>;
} }
} }
......
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