This commit is contained in:
2025-09-19 11:49:04 +08:00
parent fd4f9aa66b
commit e3ff2045ea
8 changed files with 129 additions and 34 deletions

View File

@@ -1,3 +1,11 @@
*,
*::before,
*::after {
box-sizing: border-box; /* 使用更直观的盒模型 */
margin: 0;
padding: 0;
}
:host {
position: absolute;
top: 0;