登陆注册页面

This commit is contained in:
李志鹏
2026-02-04 10:01:50 +08:00
parent 734c0129cd
commit 110b1e2219
21 changed files with 990 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html,
body,
@@ -17,3 +18,8 @@ body,
transform: rotate(360deg);
}
}
.background-pink {
background-color: #f8f7f5;
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
}

View File

@@ -1,6 +1,7 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html,
@@ -20,4 +21,10 @@ body,
100% {
transform: rotate(360deg);
}
}
.background-pink {
background-color: rgba(248, 247, 245, 1);
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
}