dev_sync_trustie
杨树林 6 years ago
parent 21738d8b72
commit c26d4e805d

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

@ -1,3 +1,9 @@
/*All*/
.borders {
border: 1px solid;
}
/*All*/
/*Registration.js*/ /*Registration.js*/
.registrationback { .registrationback {
height: 368px; height: 368px;
@ -375,7 +381,8 @@
display: -webkit-flex; display: -webkit-flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background: #F9F9F9; margin-top: 25px;
} }
.reglistviewdivss { .reglistviewdivss {

Loading…
Cancel
Save