forked from Gitlink/forgeplus-react
参赛报名30%
This commit is contained in:
parent
53ff8c47ce
commit
2f1f802b59
|
@ -4,6 +4,11 @@ import {competitionArea, competitionType} from '../static.js';
|
|||
import { Link } from "react-router-dom";
|
||||
import { formatDuring } from 'educoder';
|
||||
import EditTable from "../editTable";
|
||||
import apply_top from "../image/apply_top.png";
|
||||
import apply_down from "../image/apply_down.png";
|
||||
import apply_one_active from "../image/apply_one_active.png";
|
||||
import apply_two from "../image/apply_two.png";
|
||||
import apply_notice from "../image/apply_notice.png";
|
||||
|
||||
import './index.scss';
|
||||
import '../../index.scss';
|
||||
|
@ -30,7 +35,13 @@ export default Form.create()(({ match, history, showNotification, form, current_
|
|||
<div className="qz_main">
|
||||
<div className="step">
|
||||
<span>报名</span>
|
||||
|
||||
<img src={apply_top}/>
|
||||
<div className="border_dashed"></div>
|
||||
<img src={apply_one_active}/>
|
||||
<div className="border_dashed"></div>
|
||||
<img src={apply_two}/>
|
||||
<div className="border_dashed"></div>
|
||||
<img src={apply_down}/>
|
||||
</div>
|
||||
<div className="apply_information">
|
||||
<div>填报报名信息</div>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
.step{
|
||||
display: flex;
|
||||
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 760 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue