|
|
|
@ -77,6 +77,7 @@ class Osshackathon extends Component {
|
|
|
|
|
probare, quae sunt a te dicta? Refert tamen, quo modo.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
{/*学生身份*/}
|
|
|
|
|
<Card className={"OsshackathonCard"}>
|
|
|
|
|
|
|
|
|
|
<Row>
|
|
|
|
@ -94,6 +95,26 @@ class Osshackathon extends Component {
|
|
|
|
|
<p>Card content</p>
|
|
|
|
|
<p>Card content</p>
|
|
|
|
|
</Card>
|
|
|
|
|
|
|
|
|
|
{/*教师身份*/}
|
|
|
|
|
|
|
|
|
|
<Card className={"OsshackathonCard"}>
|
|
|
|
|
<Row>
|
|
|
|
|
<Col span={6} className={"OsshackathonCardtitle"}>
|
|
|
|
|
大赛介绍
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={6} className={"fr textright"}>
|
|
|
|
|
<Button type="primary fr ">立即报名</Button>
|
|
|
|
|
<Button type="primary fr mr20" disabled>
|
|
|
|
|
已报名
|
|
|
|
|
</Button>
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|
<p>Card content</p>
|
|
|
|
|
<p>Card content</p>
|
|
|
|
|
</Card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|