From 1efddcad6113f5641f85c1e1416a66630a30d60a Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 29 七月 2024 13:44:27 +0800
Subject: [PATCH] #
---
App.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/App.vue b/App.vue
index 5e34d7a..ca950a0 100644
--- a/App.vue
+++ b/App.vue
@@ -125,16 +125,17 @@
.nav-list {
display: flex;
flex-wrap: wrap;
- padding: 0px 40upx 0px;
+ padding: 0px 80upx 0px;
justify-content: space-between;
+ margin-top: 20px;
}
.nav-li {
padding: 30upx;
border-radius: 12upx;
- width: 36%;
+ width: 90%;
margin: 0 2.5% 40upx;
- background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png);
+ /* background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png); */
background-size: cover;
background-position: center;
position: relative;
--
Gitblit v1.9.1