From e00361c6bcbb1a56f6dcda22b91bdfcb2736e263 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 26 七月 2024 15:56:27 +0800
Subject: [PATCH] 1

---
 src/pages/index/index.vue |   99 +++++++++++++++++++++++--------------------------
 1 files changed, 47 insertions(+), 52 deletions(-)

diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index eb07212..cd477d6 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -202,17 +202,17 @@
           id: 2
         },
         {
-          name: "瀛︽湳娴佹淳",
+          name: "瀛︽湳鍥捐氨",
           id: 6
         },
         {
-          name: "瀛︽湳鍥捐氨",
+          name: "瀛︽湳娴佹淳",
           id: 3
         },
         {
           name: "鍦板煙鍥捐氨",
           id: 4
-        },
+        }
         // {
         //   name: "涓尰鍖讳簨鍒跺害",
         //   id: 5
@@ -283,7 +283,7 @@
         });
       } else if (item.id == 6) {
         uni.navigateTo({
-          url: "/pages/academicSchools/academicSchools"
+          url: "/pages/academicSchools/index"
         });
       }
     },
@@ -493,12 +493,11 @@
   .secretary li {
     width: 1.3rem !important;
     height: 4rem !important;
-
-    span {
-      width: 0.5rem !important;
-      height: 70% !important;
-      font-size: 0.25rem !important;
-    }
+  }
+  .secretary li span {
+    width: 0.5rem !important;
+    height: 70% !important;
+    font-size: 0.25rem !important;
   }
 
   .hua {
@@ -558,12 +557,11 @@
   .secretary li {
     width: 1.3rem !important;
     height: 4rem !important;
-
-    span {
-      width: 0.5rem !important;
-      height: 70% !important;
-      font-size: 0.25rem !important;
-    }
+  }
+  .secretary li span {
+    width: 0.5rem !important;
+    height: 70% !important;
+    font-size: 0.25rem !important;
   }
 
   /* 楂樼骇鎼滅储 */
@@ -660,26 +658,24 @@
   height: 100vh;
 
   color: #fff;
+}
+.container .repository {
+  width: 100% !important;
+  /* margin-top: 19px; */
+  /* height: 68%; */
+  display: flex;
+  flex-direction: column;
+  justify-content: space-around;
+  align-items: center;
+}
+.container .repository .Ttop {
+  margin-top: 0.38rem;
+  margin-bottom: 1.22rem;
+}
 
-  .repository {
-    width: 100% !important;
-    /* margin-top: 19px; */
-    /* height: 68%; */
-    display: flex;
-    flex-direction: column;
-    justify-content: space-around;
-    align-items: center;
-
-    .Ttop {
-      margin-top: 0.38rem;
-      margin-bottom: 1.22rem;
-    }
-
-    .r-top {
-      font-size: 40rpx !important;
-      margin: 10rpx 0;
-    }
-  }
+.container .repository .r-top {
+  font-size: 40rpx !important;
+  margin: 10rpx 0;
 }
 
 .login {
@@ -735,22 +731,21 @@
   /* flex-wrap: wrap; */
   padding: 0 20px;
   text-align: center;
-
-  li {
-    background-color: #fff;
-    color: black;
-    width: 1.6rem;
-    height: 4.8rem;
-    display: flex;
-    justify-content: center;
-    flex-direction: column;
-    align-items: center;
-    text-align: center;
-    background: #ebf4ff;
-    font-weight: 600;
-    margin: 0 0.21rem;
-    cursor: pointer;
-  }
+}
+.secretary li {
+  background-color: #fff;
+  color: black;
+  width: 1.6rem;
+  height: 4.8rem;
+  display: flex;
+  justify-content: center;
+  flex-direction: column;
+  align-items: center;
+  text-align: center;
+  background: #ebf4ff;
+  font-weight: 600;
+  margin: 0 0.21rem;
+  cursor: pointer;
 }
 
 ::v-deep .cleanupBtn {
@@ -758,7 +753,7 @@
 }
 
 .secretary li .detailBtn {
-  transition: translate .3s;
+  transition: translate 0.3s;
 }
 .secretary li .detailBtn:hover {
   translate: 0 -5px;

--
Gitblit v1.9.1