Authored by 李奇

蒙层效果修改

@@ -396,7 +396,6 @@ export default class wheelSurf extends PureComponent { @@ -396,7 +396,6 @@ export default class wheelSurf extends PureComponent {
396 <span onClick={this.setCanStart} className="try-again">确定</span> 396 <span onClick={this.setCanStart} className="try-again">确定</span>
397 </div> 397 </div>
398 ) : ''} 398 ) : ''}
399 - {startEnded ? (<span onClick={this.setCanStart} className="close-prize-hit-bg">关闭</span>) : ''}  
400 {slowEnding ? (<img className="prize-hit-start-bg" src={conf.prize_btn_bg}/>) : ''} 399 {slowEnding ? (<img className="prize-hit-start-bg" src={conf.prize_btn_bg}/>) : ''}
401 { 400 {
402 this.state.showTipModal ? <TipModal tip={this.state.modalTip} btnText={this.state.modalBtnText} confirm={() => {this.confirm()}} /> : '' 401 this.state.showTipModal ? <TipModal tip={this.state.modalTip} btnText={this.state.modalBtnText} confirm={() => {this.confirm()}} /> : ''
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 top: 0; 32 top: 0;
33 left: 0; 33 left: 0;
34 width: 100%; 34 width: 100%;
35 - animation: showHitBg 4s 1; 35 + animation: showHitBg 2s 1;
36 } 36 }
37 37
38 .close-prize-hit-bg { 38 .close-prize-hit-bg {