From 98b4873d26fb69cd922cbc42088205445078e2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A6=8F=E9=A1=BA?= Date: Thu, 28 Dec 2023 13:17:39 +0800 Subject: [PATCH] 1.login --- src/main/resources/static/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 413b951..bdc5ff1 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -12,6 +12,7 @@ --blue: #0367a6; --lightblue: #008997; + --diyColors: #d2c7c7; /* RADII */ --button-radius: 0.7rem; @@ -26,7 +27,7 @@ body { align-items: center; - background-color: var(--white); + background-color: var(--diyColors); background-attachment: fixed; background-position: center; background-repeat: no-repeat; @@ -239,7 +240,7 @@ const localhostPath=curWwwPath.substring(0,pos); const projectName = pathName.substring(0, pathName.substr(1).indexOf('/') + 1); return(localhostPath+projectName); - }; + } fistForm.addEventListener("submit", (e) => {