From d35ead952fb00c7c39a066cc4cba7281f0484d2f Mon Sep 17 00:00:00 2001 From: AzureDragon-Z <2377475674@qq.com> Date: Mon, 26 Apr 2021 12:19:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style=E6=96=87=E4=BB=B6=E7=9A=84=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/css/style.css | 96 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 75 insertions(+), 21 deletions(-) diff --git a/webapp/css/style.css b/webapp/css/style.css index 5eb1b3a..958467f 100644 --- a/webapp/css/style.css +++ b/webapp/css/style.css @@ -1,17 +1,83 @@ +* { + padding: 0; + margin: 0; +} +body { + background-color: #f3f5f7; +} + +a { + text-decoration: none; +} + + +#app { + width: 1200px; + margin: auto; +} + .header { width: 100%; height: 50px; line-height: 50px; - border-bottom: gray; + background-color: white; + border-bottom: rgb(117, 74, 74); border-style: solid; - border-width: 0 0 1px 0; + border-width: 0 0 3px 0; } -.header h2 { +.header logo h2 { margin: 0; margin-left: 10px; } +.main { + width: 100%; + min-height: 500px; + margin-top: 2em; + +} + +.main .main-left { + float: left; + width: 65%; +} + + +.main .main-left .content{ + float: none; + display: block; + background-color: white; + height: 500px; +} + +.main .main-left .content p { + text-align: center; + line-height: 500px; +} + + + +.main .main-right { + float:right; + width: 30%; + background-color: rgb(225, 241, 247); +} + +/* .main-left { + float: left; + width: calc(100% - 300px - 1px); + border-right-width: 1px; + border-right-style: solid; + border-right-color: gray; +} +.main-right { + float: right; + width: 300px; + height: 100%; +} */ + + .login-row { margin: 10px auto; text-align: center; @@ -32,24 +98,12 @@ text-align: center; } -#codebtn { +/*#codebtn { width: 100px; height: 25px; -} +}*/ + + + + -.main { - width: 100%; - min-height: 500px; -} -.main-left { - float: left; - width: calc(100% - 300px - 1px); - border-right-width: 1px; - border-right-style: solid; - border-right-color: gray; -} -.main-right { - float: right; - width: 300px; - height: 100%; -} -- Gitee From ea4cec5066de452682301a38a9643840bf422a56 Mon Sep 17 00:00:00 2001 From: AzureDragon-Z <2377475674@qq.com> Date: Wed, 28 Apr 2021 17:30:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 5 ++++- webapp/index.html | 16 +++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 984af6d..7a7c407 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + +