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/forgetPass/forgetPass.vue |   65 +++++++++++++++-----------------
 1 files changed, 31 insertions(+), 34 deletions(-)

diff --git a/src/pages/forgetPass/forgetPass.vue b/src/pages/forgetPass/forgetPass.vue
index f9a3fff..0c6f72e 100644
--- a/src/pages/forgetPass/forgetPass.vue
+++ b/src/pages/forgetPass/forgetPass.vue
@@ -654,26 +654,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 {
@@ -729,21 +727,20 @@
   /* flex-wrap: wrap; */
   padding: 0 20px;
   text-align: center;
-
-  li {
-    background-color: #fff;
-    color: black;
-    height: 600rpx;
-    display: flex;
-    justify-content: space-between;
-    flex-direction: column;
-    align-items: center;
-    border: 1rpx solid #fff;
-    padding: 50rpx 65rpx;
-    /* 			padding: 58rpx 128rpx 88rpx; */
-    text-align: center;
-    background: #ebf4ff;
-  }
+}
+.secretary li {
+  background-color: #fff;
+  color: black;
+  height: 600rpx;
+  display: flex;
+  justify-content: space-between;
+  flex-direction: column;
+  align-items: center;
+  border: 1rpx solid #fff;
+  padding: 50rpx 65rpx;
+  /* 			padding: 58rpx 128rpx 88rpx; */
+  text-align: center;
+  background: #ebf4ff;
 }
 
 .Bbottom {

--
Gitblit v1.9.1