diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.css new file mode 100644 index 000000000..eb41e7c05 --- /dev/null +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.css @@ -0,0 +1,12 @@ +.pdfdownload{ + max-width: 791px; + height: 40px; + background: rgba(249,249,249,1); + line-height: 40px; + padding-left: 15px; +} + +.pdfpicture{ + font-size:16px; + color:rgba(0,0,0,1); +} \ No newline at end of file diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.js index fc461bcb2..cf0482ff9 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.js @@ -1,7 +1,8 @@ import React, { Component } from 'react'; -import {Button,Layout} from 'antd'; +import {Button,Layout,Row, Col,Divider} from 'antd'; import axios from 'axios'; import {getImageUrl} from 'educoder'; +import './CompetitionContentspdfdownload.css'; // import NoneData from "../../../courses/shixunHomework/shixunHomework"; @@ -22,11 +23,32 @@ class CompetitionContentspdfdownload extends Component{ console.log(this.props) return ( + + + 温馨提示:填写的个人信息经审批后,将提供个人获奖证书下载;团队队员信息全部审批后,将提供团队获奖证书下载。 + -
- 123123 -
+ + 证书情况 + + + 个人证书: 暂未生成 原因:还未认证个人信息,立即认证 + + + + 团队证书: 暂未生成 + 立即下载 + + + + + + XXXXXX战队信息填报概况 + + + +
) } }