From a7fb2f5eab3e548f040004c1019f1c994eb91ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 09 十二月 2025 14:44:36 +0800
Subject: [PATCH] 日常更新
---
index.html | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
index d241b01..6dafa8d 100644
--- a/index.html
+++ b/index.html
@@ -12,3 +12,18 @@
<script type="module" src="/src/main.ts"></script>
</body>
</html>
+<style>
+ html, body{
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ }
+ #app{
+ background: url(/src/assets/homeback2.png)
+ 100% no-repeat;
+ background-size: 100% 100%;
+ position: relative;
+ width: 100%;
+ height: 100%;
+ }
+</style>
--
Gitblit v1.8.0