This commit is contained in:
刘福顺 2023-12-28 13:17:39 +08:00
parent 802164fd26
commit 98b4873d26
1 changed files with 3 additions and 2 deletions

View File

@ -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) => {