From f115edeb003327109dd185a204d1f996de21f051 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期二, 08 四月 2025 17:58:36 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase

---
 src/views/directory/index.vue |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/src/views/directory/index.vue b/src/views/directory/index.vue
index d906433..42e4bd7 100644
--- a/src/views/directory/index.vue
+++ b/src/views/directory/index.vue
@@ -513,23 +513,31 @@
   height: 100%;
   box-sizing: border-box;
   background-color: #e9e1d4;
-  overflow: auto;
+  position: relative;
 }
 
 .page-header {
-  height: 102px;
+  height: 9.4%;
   width: 100%;
   text-align: left;
-  margin-bottom: 8px;
   border-bottom: 2px solid #937950;
-
+  background-color: #e9e1d4;
+  position: sticky;
+  top: 0;
+  z-index: 100;
   p {
-    padding: 35px 0 34px 0;
+    padding: 2% 0 1.9% 0;
     font-family: Alimama DongFangDaKai;
     font-size: 30px;
     text-indent: 1em;
     border-bottom: 1px solid #937950;
   }
+}
+
+.page-main-father {
+  height: calc(100% - 9.4%);
+  width: 100%;
+  overflow: auto;
 }
 
 .page-main-title {
@@ -539,6 +547,7 @@
   cursor: pointer;
   margin-bottom: 75px;
   color: #9e9e9e;
+  margin-top: 1%;
 
   p {
     display: flex;
@@ -566,7 +575,7 @@
 }
 
 .page-main {
-  width: 1313px;
+  width: 77.3%;
   margin: 0 auto;
   overflow: hidden;
   margin-bottom: 100px;

--
Gitblit v1.9.1