From 5d978e863c10aeb688b7f8f4330c48bc4b4062ad Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Wed, 15 Dec 2021 11:08:14 +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