This commit is contained in:
李志鹏
2026-02-04 10:11:36 +08:00
13 changed files with 382 additions and 80 deletions

View File

@@ -1,3 +1,18 @@
<<<<<<< HEAD
=======
body,
html,
p,
ul,
ol,
li {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
>>>>>>> 92ef11cd6d1f41ef95ef0cc8190c4f45f931f003
html,
body,
#app {
@@ -13,8 +28,11 @@ body,
transform: rotate(360deg);
}
}
<<<<<<< HEAD
.background-pink {
background-color: #f8f7f5;
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
}
=======
>>>>>>> 92ef11cd6d1f41ef95ef0cc8190c4f45f931f003