From 6c987ce6f9193e197710d0dc77de3b9b21338cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 31 Oct 2019 10:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E8=AF=81=E4=B9=A6=E4=B8=8B?= =?UTF-8?q?=E8=BD=BDstart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompetitionContentspdfdownload.css | 12 ++++++++ .../CompetitionContentspdfdownload.js | 30 ++++++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfdownload.css 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战队信息填报概况 + + + +
) } }