diff --git a/public/react/src/modules/competition/CompetitionMaxImg.js b/public/react/src/modules/competition/CompetitionMaxImg.js index ce12ade1c..9f9906487 100644 --- a/public/react/src/modules/competition/CompetitionMaxImg.js +++ b/public/react/src/modules/competition/CompetitionMaxImg.js @@ -53,15 +53,18 @@ class CompetitionMaxImg extends React.Component { : type === 3 ? +
+ style={{"background": `url(${getImageUrl(`images/educoder/competitions/tipregistit.jpg`)})`}} + >

Educoder竞赛平台

-

高校智能课堂与综合实训平台

-
-
+

Educoder是一个面向计算机类的互联网IT教育和实战平台,

+

提供企业级工程实训,以实现工程化专业教学的自动化和智能化。

+
+

this.props.Jointheteam()}>加入战队

-
+

this.props.Createateam()}>创建战队

@@ -69,15 +72,18 @@ class CompetitionMaxImg extends React.Component {
: type === 4 || type === 5 ? -
-

Educoder竞赛平台

-

高校智能课堂与综合实训平台

-
-
+ +
+

Educoder竞赛平台

+

Educoder是一个面向计算机类的互联网IT教育和实战平台,

+

提供企业级工程实训,以实现工程化专业教学的自动化和智能化。

+
+

this.props.Jointheteam()}>加入战队

-
+

this.props.Createateam()}>创建战队

@@ -122,3 +128,36 @@ class CompetitionMaxImg extends React.Component { } export default CompetitionMaxImg; + +// // type3 +// /*
*/ +// /*

Educoder竞赛平台

*/ +// /*

高校智能课堂与综合实训平台

*/ +// /*
*/ +// /*
*/ +// /*

this.props.Jointheteam()}>加入战队

*/ +// /*
*/ +// /*
*/ +// /*

this.props.Createateam()}>创建战队

*/ +// /*
*/ +// +// /*
*/ +// /*
*/ +// +// +// // type === 4 || type === 5 +// //
+// //

Educoder竞赛平台

+// //

高校智能课堂与综合实训平台

+// //
+// //
+// //

this.props.Jointheteam()}>加入战队

+// //
+// //
+// //

this.props.Createateam()}>创建战队

+// //
+// // +// //
+// //
\ No newline at end of file diff --git a/public/react/src/modules/competition/comcss/competition.css b/public/react/src/modules/competition/comcss/competition.css index f9f8fe63a..e5df077ce 100644 --- a/public/react/src/modules/competition/comcss/competition.css +++ b/public/react/src/modules/competition/comcss/competition.css @@ -118,10 +118,10 @@ .registbut1 { margin-right: 46px; text-align: center; - background: #ffffff; + background: #0BDEE6; + border-radius: 10px; height: 54px; width: 156px; - border-radius: 4px; display: flex; align-items: center; justify-content: center; @@ -181,7 +181,7 @@ .registbut1 p { width: 100%; height: 100%; - color: #05101A; + color: #ffffff; line-height: 54px; font-size: 20px; font-weight: bold; @@ -205,7 +205,7 @@ line-height: 54px; width: 100%; height: 100%; - color: #05101A; + color: #ffffff; font-size: 20px; font-weight: bold; cursor: pointer @@ -235,10 +235,10 @@ text-align: center; color: #05101A; font-size: 20px; - background: #ffffff; + background: #F8EC25; height: 54px; width: 156px; - border-radius: 4px; + border-radius: 10px; display: flex; align-items: center; justify-content: center;