feat: 添加首页模板

This commit is contained in:
landaiqing
2024-04-22 00:02:42 +08:00
parent f2b1aa6578
commit 299d84f30f
20 changed files with 1492 additions and 87 deletions

View File

@@ -20,7 +20,7 @@ body {
flex-direction: column;
//overflow: hidden;
//overflow-x: hidden;
background-image: url("@/assets/images/background.png");
//background-image: url("@/assets/images/background.png");
background-position: center;
background-size: cover;
padding: 20px;
@@ -43,7 +43,7 @@ h1,p{
border-radius: 10px;
width: 100vw;
height: 100vh;
max-width: 1500px;
max-width: 1510px;
max-height: 670px;
background: linear-gradient(180deg, #e0e9fd 0%, #e9ecf1 90%);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);