From 6555907a36339e1a42f7aede05d04efa4fdee5dc Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 29 三月 2022 15:14:29 +0800
Subject: [PATCH] #

---
 App.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/App.vue b/App.vue
index a8bf560..8bb47fa 100644
--- a/App.vue
+++ b/App.vue
@@ -101,7 +101,7 @@
 	.nav-li {
 		padding: 30upx;
 		border-radius: 12upx;
-		width: 65%;
+		width: 45%;
 		margin: 0 2.5% 40upx;
 		
 		background-size: cover;
@@ -220,4 +220,18 @@
 		font-size: 30upx;
 		font-weight: bold;
 	}
+	.title-login {
+		text-align: justify;
+		padding-right: 30upx;
+		font-size: 30upx;
+		font-weight: 400;
+		position: relative;
+		height: 60upx;
+		line-height: 60upx;
+	}
+	.main-btn {
+		padding: 0 20px;
+		font-size: 20px;
+		height: 40px;
+	}
 </style>

--
Gitblit v1.9.1