From 8cfe3b775e16a3e7e04544451c513d65280b34c0 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期六, 09 四月 2022 16:47:28 +0800
Subject: [PATCH] #

---
 App.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index 00c550e..2eb6ed2 100644
--- a/App.vue
+++ b/App.vue
@@ -92,6 +92,18 @@
 	/*姣忎釜椤甸潰鍏叡css */
 	@import "colorui/main.css";
 	@import "colorui/icon.css";
+	
+	.footer {
+		width: 100%;
+		height: 100rpx;
+		line-height: 100rpx;
+		background-color: #FFF;
+		position: fixed;
+		bottom: 0;
+		border-top: 1px solid #d8d8d8;
+		border-radius: 20rpx 20rpx 0 0 ;
+		z-index: 1;
+	}
 	.nav-list {
 		display: flex;
 		flex-wrap: wrap;

--
Gitblit v1.9.1