|
|
|
@ -20,10 +20,10 @@ class CompetitionMaxImg extends React.Component {
|
|
|
|
|
<p className="registrationbackp3">提供企业级工程实训,以实现工程化专业教学的自动化和智能化。</p>
|
|
|
|
|
<div className="registrationbackp2button">
|
|
|
|
|
<div className="registbut1">
|
|
|
|
|
<p>加入战队</p>
|
|
|
|
|
<p onClick={() => this.props.Jointheteam()}>加入战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="registbut2">
|
|
|
|
|
<p>创建战队</p>
|
|
|
|
|
<p onClick={() => this.props.Createateam()}>创建战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -35,10 +35,10 @@ class CompetitionMaxImg extends React.Component {
|
|
|
|
|
<p className="registrationbackp4">高校智能课堂与综合实训平台</p>
|
|
|
|
|
<div className="registrationbackp2button2">
|
|
|
|
|
<div className="registbut11">
|
|
|
|
|
<p>加入战队</p>
|
|
|
|
|
<p onClick={() => this.props.Jointheteam()}>加入战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="registbut22">
|
|
|
|
|
<p>创建战队</p>
|
|
|
|
|
<p onClick={() => this.props.Createateam()}>创建战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -50,10 +50,10 @@ class CompetitionMaxImg extends React.Component {
|
|
|
|
|
<p className="registrationbackp22">高校智能课堂与综合实训平台</p>
|
|
|
|
|
<div className="registrationbackp2button3">
|
|
|
|
|
<div className="registbut111">
|
|
|
|
|
<p>加入战队</p>
|
|
|
|
|
<p onClick={() => this.props.Jointheteam()}>加入战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="registbut222">
|
|
|
|
|
<p>创建战队</p>
|
|
|
|
|
<p onClick={() => this.props.Createateam()}>创建战队</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|