From 233fdc1cc07df94e54036fa421addf1e17cdff83 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 二月 2024 10:58:12 +0800
Subject: [PATCH] #

---
 App.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/App.vue b/App.vue
index 073ef0a..88d3efe 100644
--- a/App.vue
+++ b/App.vue
@@ -16,7 +16,10 @@
 	/*姣忎釜椤甸潰鍏叡css */
 	body {
 		background-color: #f8fafb;
-		font-family: 'my-font', Helvetica Neue, Helvetica, sans-serif;
+		font-family:  Helvetica, sans-serif,'my-font';
+	}
+	page {
+		height: 100%;
 	}
 
 	@font-face {
@@ -28,13 +31,15 @@
 		line-height: 100rpx;
 		width: 100%;
 		background-color: #fff;
-		box-shadow:  0px -4px 4px #f0f0f0;
+		/* box-shadow:  0px -4px 4px #e2e2e2; */
+		border-top: 1px solid #e2e2e2;
 		position: fixed;
 		bottom: 0;
 		left: 0;
 		display: flex;
 		align-items: center;
 		text-align: center;
+		letter-spacing: 10rpx;
 	}
 	.z-default {
 		flex: 2;

--
Gitblit v1.9.1