|
|
|
@ -322,10 +322,10 @@ class NewHeader extends Component {
|
|
|
|
|
<i className="iconfont icon-shanchudiao"></i>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<img src={"http://localhost:3000/images/educoder/competitionslog.png"} height="600px" width="600px"/>
|
|
|
|
|
<img src={"/images/educoder/competitionslog.png"} height="600px" width="600px"/>
|
|
|
|
|
|
|
|
|
|
<a style={{position: "absolute",left:"39%", bottom:"18px"}} onClick={()=>this.setcompetitionfun()}>
|
|
|
|
|
<img height="40px" width="150px" src={"http://localhost:3000/images/educoder/applys.png"}/>
|
|
|
|
|
<img height="40px" width="150px" src={"/images/educoder/applys.png"}/>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|