From 85195adec8c3acc68eb65431211c24e1fcef717e Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Tue, 14 Dec 2021 14:47:50 +0800
Subject: [PATCH] 首页样式调整
---
src/views/home.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/home.vue b/src/views/home.vue
index 4288a96..e6e2ea5 100644
--- a/src/views/home.vue
+++ b/src/views/home.vue
@@ -81,6 +81,7 @@
height: 99vh;
background: url("../assets/home_background@1x.png") no-repeat 100% 100%;
background-size: cover;
+ background-color: rgb(239, 197, 135);
}
h1 {
@@ -100,13 +101,14 @@
.search-div ul {
text-align: left;
+ padding-left: 25px;
}
.search-div ul li {
cursor: pointer;
display: inline-block;
list-style-type: none;
- padding-right: 5vw;
+ padding-right: 15px;
font-size: 1.75rem;
font-family: Source Han Sans CN;
--
Gitblit v1.9.3