From 35ebcfc9fbfe1f33c88715da1912e208dbf7857e Mon Sep 17 00:00:00 2001 From: jiayuqi7813 <63686458+jiayuqi7813@users.noreply.github.com> Date: Sat, 16 Jul 2022 02:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=96=E4=BA=BA=E4=BF=A1=E6=81=AF+=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- src/components/Navbar.vue | 16 ++++++++-------- src/components/admin/admin-Navbar.vue | 13 ++++++------- src/components/challenges/challenges.vue | 14 +++++++++----- src/components/challenges/scorecard.vue | 4 ++-- src/components/index/Index.vue | 8 ++++---- src/components/socre.vue | 2 +- src/components/userid.vue | 4 ++-- src/components/userinfo.vue | 4 ++-- src/components/userlist.vue | 2 +- 10 files changed, 37 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6d1f901..896f518 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,6 @@ \ No newline at end of file + diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 62096e1..6be665c 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -10,9 +10,9 @@ :default-active="$route.path" class="el-menu-demo" mode="horizontal" - background-color="#2d3039" - text-color="#fff" - active-text-color="#ffd04b"> + text-color="#2c3e50" + active-text-color="#f39c12"> + Home Scoreboard Users @@ -43,7 +43,7 @@

|

- 退出登录 + 退出登录
@@ -153,7 +153,7 @@ export default { .wrapper { width: 100%; height: 100%; - background: #2d3039; + //background: #2d3039; } .header { position: relative; @@ -169,7 +169,7 @@ export default { height: 29px; width: 120px; vertical-align: middle; - color: #dddddd; + color: #2c3e50; } .header-right { float: right; @@ -186,7 +186,7 @@ export default { .user-name{ margin-right: 10px; - color: #dddddd; + color: #2c3e50; } } .slip{ @@ -227,7 +227,7 @@ export default { .el-menu--horizontal > .el-menu-item { font-size: 16px; margin: 0 15px; - color: white; + //color: white; } diff --git a/src/components/admin/admin-Navbar.vue b/src/components/admin/admin-Navbar.vue index 5b6ba56..17c5a0a 100644 --- a/src/components/admin/admin-Navbar.vue +++ b/src/components/admin/admin-Navbar.vue @@ -9,9 +9,9 @@ :default-active="$route.path" class="el-menu-demo" mode="horizontal" - background-color="#2d3039" - text-color="#fff" + text-color="#2c3e50" active-text-color="#ffd04b"> + 比赛管理 公告管理 题目管理 @@ -41,7 +41,7 @@

|

- 返回首页 + 返回首页
@@ -115,7 +115,7 @@ export default { .wrapper { width: 100%; height: 100%; - background: #2d3039; + //background: #2d3039; } .header { position: relative; @@ -131,7 +131,7 @@ export default { height: 29px; width: 120px; vertical-align: middle; - color: #dddddd; + color: #2c3e50; } .header-right { float: right; @@ -148,7 +148,7 @@ export default { .user-name{ margin-right: 10px; - color: #dddddd; + color: #2c3e50; } } .slip{ @@ -189,7 +189,6 @@ export default { .el-menu--horizontal > .el-menu-item { font-size: 16px; margin: 0 15px; - color: white; } diff --git a/src/components/challenges/challenges.vue b/src/components/challenges/challenges.vue index 811a3b3..9dfcffd 100644 --- a/src/components/challenges/challenges.vue +++ b/src/components/challenges/challenges.vue @@ -5,14 +5,18 @@ + + WEB @@ -35,7 +39,7 @@
+ :type="c.is_solved ? 'success':''" >
{{c.name}} @@ -310,7 +314,7 @@ export default { width: 240px; height: 100px; - //background-color: #ff7f00; + margin-top: 15px; .card-name{ font-size:30px; diff --git a/src/components/challenges/scorecard.vue b/src/components/challenges/scorecard.vue index b4d43ce..cd4a197 100644 --- a/src/components/challenges/scorecard.vue +++ b/src/components/challenges/scorecard.vue @@ -48,7 +48,7 @@ export default { width: 100%; display: flex; justify-content:center; - background-color: #ff7f00; + background-color: #f39c12; border-radius: 10px; box-shadow: #9e4f00 0px 0px 10px; @@ -74,4 +74,4 @@ export default { } - \ No newline at end of file + diff --git a/src/components/index/Index.vue b/src/components/index/Index.vue index 0889ce4..2d80cce 100644 --- a/src/components/index/Index.vue +++ b/src/components/index/Index.vue @@ -3,7 +3,7 @@
Welcome to SNCTF
- +
@@ -19,7 +19,7 @@ top: 80px; width: 100%; height: auto; - background: #2D3039; + //background: #2D3039; .title{ /* Welcome To SNCTF */ @@ -28,7 +28,7 @@ font-size: 50px; font-weight: normal; margin-top: 10%; - color: #FFFFFF; + color: #2c3e50; } } - \ No newline at end of file + diff --git a/src/components/socre.vue b/src/components/socre.vue index 591fe07..d1516d4 100644 --- a/src/components/socre.vue +++ b/src/components/socre.vue @@ -39,7 +39,7 @@ export default { .title{ display: flex; justify-content: center; - color: #dddddd; + color: #2c3e50; } .el-table .warning-row { --el-table-tr-bg-color: var(--el-color-warning-light-9); diff --git a/src/components/userid.vue b/src/components/userid.vue index 2bc5cb2..a656896 100644 --- a/src/components/userid.vue +++ b/src/components/userid.vue @@ -15,7 +15,7 @@

城市:{{userData.country}}

网站:{{userData.website}}

-

解题数

+

解题数

@@ -163,7 +163,7 @@ export default { align-items: center; //div内标题间隙 line-height:1px; - color: #FFFFFF; + color: #2c3e50; } diff --git a/src/components/userinfo.vue b/src/components/userinfo.vue index 68f65a6..747fdee 100644 --- a/src/components/userinfo.vue +++ b/src/components/userinfo.vue @@ -45,7 +45,7 @@ 提交 -

解题数

+

解题数

@@ -140,7 +140,7 @@ export default { align-items: center; //div内标题间隙 line-height:1px; - color: #FFFFFF; + color: #2c3e50; } diff --git a/src/components/userlist.vue b/src/components/userlist.vue index 6debc5c..84817fd 100644 --- a/src/components/userlist.vue +++ b/src/components/userlist.vue @@ -50,6 +50,6 @@ export default { .title{ display: flex; justify-content: center; - color: #dddddd; + color: #2c3e50; }