From ddc7e4397c7bdd5ae943f7e3a8bb1fbe0819364e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 25 Oct 2019 16:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../competitions/Competitioncommon/CompetitionCommon.css | 9 ++++++++- .../Competitioncommon/CompetitionContents.js | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css index 4c9f53aed..fb23f3b22 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css @@ -164,7 +164,7 @@ .CompetitionMenu{ width: 145px; - background: transparent; + background: #fff; border: 1px solid rgba(239,239,239,1); padding-top: 20px; padding-bottom: 40px !important; @@ -341,4 +341,11 @@ .image_urlbox{ width: 705px; height: 400px; +} + +.CompetitionContents{ + background: #fff; + padding: 40px; + box-shadow: 3px 2px 12px 2px rgba(0,0,0,0.05); + border: 1px solid rgba(239,239,239,1); } \ No newline at end of file diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionContents.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionContents.js index 13ca99453..3cb82115c 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionContents.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionContents.js @@ -29,7 +29,7 @@ class CompetitionContents extends Component{ {this.props.current_user&&this.props.current_user.admin===true||this.props.current_user&&this.props.current_user.business===true?this.props.Competitionedittype===false?:"":""} -