This commit is contained in:
李志鹏
2026-02-04 10:12:13 +08:00
parent bf3631fffb
commit 1b17eb1dd2
2 changed files with 9 additions and 12 deletions

View File

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

View File

@@ -7,11 +7,11 @@ h1,
h2, h2,
h3, h3,
p { p {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
*{ * {
box-sizing: border-box; box-sizing: border-box;
} }