1
YM
2024-07-26 e00361c6bcbb1a56f6dcda22b91bdfcb2736e263
src/pages/forgetPass/forgetPass.vue
@@ -16,7 +16,7 @@
              font-family: cursive;
              font-weight: bold;
            "
            >中国医学人物知识库</text
            >中国历代医学人物知识库</text
          >
        </view>
        <view></view>
@@ -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 {