|
|
|
@ -10,7 +10,6 @@ import competition from './comcss/competition.css';
|
|
|
|
|
import {Checkbox, Table, Pagination, Menu, Icon} from "antd";
|
|
|
|
|
// 团队竞赛报名无报名子组件团队 在线竞赛 > 全国高校计算机大赛-项目挑战>
|
|
|
|
|
import Rectanglex from "../../modules/competition/Rectanglex.png";
|
|
|
|
|
|
|
|
|
|
class RegisListview extends React.Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
|
super(props)
|
|
|
|
@ -21,23 +20,21 @@ class RegisListview extends React.Component {
|
|
|
|
|
render() {
|
|
|
|
|
return (
|
|
|
|
|
<div className="reglistviewdivs">
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.imgmian{
|
|
|
|
|
|
|
|
|
|
width: "100%",
|
|
|
|
|
background: \`url(${Rectanglex})\`,
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="reglistviewdivss imgmian">
|
|
|
|
|
<p style={{marginLeft: "53px", fontSize: "16px", color: "#05101A"}}>创建者</p>
|
|
|
|
|
<p>战队名称</p>
|
|
|
|
|
<p>战队成员</p>
|
|
|
|
|
<p>学校</p>
|
|
|
|
|
<p>时间</p>
|
|
|
|
|
<div className="reglistviewdivss " style={{
|
|
|
|
|
width: "100%",
|
|
|
|
|
display: "flex",
|
|
|
|
|
justifyContent: " space-around",
|
|
|
|
|
alignItems: "center",
|
|
|
|
|
background: `url(${Rectanglex})`,
|
|
|
|
|
height: "50px",
|
|
|
|
|
backgroundPosition: "center",
|
|
|
|
|
backgroundSize: "110% 100%",
|
|
|
|
|
}}>
|
|
|
|
|
<p style={{fontSize: "16px", color: "#05101A", width: "79px", textAlign: "center"}}>创建者</p>
|
|
|
|
|
<p style={{fontSize: "16px", color: "#05101A", width: "160px", textAlign: "center"}}>战队名称</p>
|
|
|
|
|
<p style={{fontSize: "16px", color: "#05101A", width: "277px", textAlign: "center"}}>战队成员</p>
|
|
|
|
|
<p style={{fontSize: "16px", color: "#05101A", width: "96px", textAlign: "center"}}>学校</p>
|
|
|
|
|
<p style={{fontSize: "16px", color: "#05101A", width: "151px", textAlign: "center"}}>时间</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|