|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
import React, {Component} from 'react';
|
|
|
|
|
import competition from './comcss/competition.css';
|
|
|
|
|
|
|
|
|
|
import Noentry from './Noentry.jpg';
|
|
|
|
|
// 团队竞赛报名无报名子组件
|
|
|
|
|
class RegisNodata extends React.Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
@ -13,7 +13,14 @@ class RegisNodata extends React.Component {
|
|
|
|
|
render() {
|
|
|
|
|
return (
|
|
|
|
|
<div className="bootom">
|
|
|
|
|
<div className="bootomimg">
|
|
|
|
|
<div className="bootomimg" style={{
|
|
|
|
|
height: "80px",
|
|
|
|
|
width: "125px",
|
|
|
|
|
marginTop: "107px",
|
|
|
|
|
background: `url(${Noentry})`,
|
|
|
|
|
backgroundPosition: "center",
|
|
|
|
|
backgroundSize: "110% 100%",
|
|
|
|
|
}}>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<p className="bootomtext">暂无战队参与报名哦,赶紧来成为第一个挑战的吧~</p>
|
|
|
|
|