From 68c9c462845e3bde04f34e88187b0b559ceffda5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 20 六月 2023 14:58:17 +0800
Subject: [PATCH] 完善配置信息使用
---
index.html | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index 9de8d3f..c874a94 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
+ <link rel="icon" href="/logipc.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>自助签到</title>
@@ -12,3 +12,18 @@
<script type="module" src="/src/main.ts"></script>
</body>
</html>
+<style>
+ html, body{
+ height: 98%;
+ margin: 0;
+ padding: 0;
+ }
+ #app{
+ background: url(/src/assets/homeback.png)
+ 100% no-repeat;
+ background-size: 100% 100%;
+ position: relative;
+ width: 100%;
+ height: 100%;
+ }
+</style>
--
Gitblit v1.8.0