1
YM
2024-05-17 5adb70f8f046e2de37c4984a454503c5daaf08b3
src/pages/forgetPass/forgetPass.vue
@@ -1,311 +1,365 @@
<template>
   <view class="container flex flex-center" style="align-items: flex-start;">
      <view class="repository relative">
         <view class="Ttop flex flex-center flex-wrap" style="flex-direction: column;">
            <view class=""></view>
            <view class="" ref="Rtop">
               <text class="login"></text>
               <text
                  style="font-size: .36rem;letter-spacing: 4rpx;vertical-align: middle;font-family: cursive;font-weight: bold;">中国医学人物知识库</text>
            </view>
            <view></view>
         </view>
         <!-- 重置密码 -->
         <el-card>
            <view class="LoginTop"
               style="display: flex; justify-content: space-between;margin-bottom: .47rem;align-items: center;">
               <!-- <view class="" style="color: #244A7B;padding-bottom: .47rem;font-size: .3rem;font-weight: bold;">用户注册</view> -->
               <view class="LoginBg"></view>
               <view class="" @click="BacktoLogin"
                  style="cursor: pointer;font-size: .14rem;color: #244A7B;font-weight: normal;">
                  返回登录
               </view>
            </view>
            <el-form :hide-required-asterisk="true" ref="formLogin2" label-position="right" :rules="rules"
               :model="resetDataPass">
               <el-form-item label="手机/邮箱" prop="cellphoneORmailbox">
                  <el-input v-model="resetDataPass.cellphoneORmailbox"></el-input>
               </el-form-item>
               <el-form-item label="验证码" prop="verifyCode">
                  <view class="verifyCode relative">
                     <el-input v-model="resetDataPass.verifyCode"></el-input>
                     <view @click="verifyCodeClick" class="yzm"
                        style="position: absolute;right: 0%;top: 0%;color: #244A7B;font-size: .14rem;font-weight: 500;">
                        获取验证码</view>
                  </view>
               </el-form-item>
               <el-form-item label="新密码" prop="pass">
                  <el-input v-model="resetDataPass.newPass"></el-input>
               </el-form-item>
               <el-form-item label="确认新密码" prop="checkPass">
                  <el-input v-model="resetDataPass.checkPass"></el-input>
               </el-form-item>
               <el-form-item class="btn">
                  <el-button class="font-family"
                     style="margin-top: 30rpx; font-weight:900;font-size: 30rpx; width: 100%;background-color: #244a7b;color: #fff;padding: 30rpx;"
                     size="medium" @click="Login2('formLogin2')">重置密码</el-button>
               </el-form-item>
            </el-form>
         </el-card>
  <view class="container flex flex-center" style="align-items: flex-start">
    <view class="repository relative">
      <view
        class="Ttop flex flex-center flex-wrap"
        style="flex-direction: column"
      >
        <view class=""></view>
        <view class="" ref="Rtop">
          <text class="login"></text>
          <text
            style="
              font-size: 0.36rem;
              letter-spacing: 4rpx;
              vertical-align: middle;
              font-family: cursive;
              font-weight: bold;
            "
            >中国医学人物知识库</text
          >
        </view>
        <view></view>
      </view>
      <!-- 重置密码 -->
      <el-card>
        <view
          class="LoginTop"
          style="
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.47rem;
            align-items: center;
          "
        >
          <!-- <view class="" style="color: #244A7B;padding-bottom: .47rem;font-size: .3rem;font-weight: bold;">用户注册</view> -->
          <view class="LoginBg"></view>
          <view
            class=""
            @click="BacktoLogin"
            style="
              cursor: pointer;
              font-size: 0.14rem;
              color: #244a7b;
              font-weight: normal;
            "
          >
            返回登录
          </view>
        </view>
        <el-form
          :hide-required-asterisk="true"
          ref="formLogin2"
          label-position="right"
          :rules="rules"
          :model="resetDataPass"
        >
          <el-form-item label="手机" prop="cellphoneORmailbox">
            <el-input v-model="resetDataPass.cellphoneORmailbox"></el-input>
          </el-form-item>
          <el-form-item label="验证码" prop="verifyCode">
            <view class="verifyCode relative">
              <el-input v-model="resetDataPass.verifyCode"></el-input>
              <view
                @click="verifyCodeClick"
                class="yzm"
                style="
                  position: absolute;
                  right: 0%;
                  top: 0%;
                  color: #244a7b;
                  font-size: 0.14rem;
                  font-weight: 500;
                "
              >
                {{
                  countdown > 0 ? `${countdown}秒后重新获取` : "获取验证码"
                }}</view
              >
            </view>
          </el-form-item>
          <el-form-item label="新密码" prop="newPass">
            <el-input
              type="password"
              v-model="resetDataPass.newPass"
            ></el-input>
          </el-form-item>
          <el-form-item label="确认新密码" prop="checkPass">
            <el-input
              type="password"
              v-model="resetDataPass.checkPass"
            ></el-input>
          </el-form-item>
          <el-form-item class="btn">
            <el-button
              class="font-family"
              style="
                margin-top: 30rpx;
                font-weight: 900;
                font-size: 30rpx;
                width: 100%;
                background-color: #244a7b;
                color: #fff;
                padding: 30rpx;
              "
              size="medium"
              @click="Login2('formLogin2')"
              >重置密码</el-button
            >
          </el-form-item>
        </el-form>
      </el-card>
    </view>
    <view class="hua"></view>
    <!-- 底部人物背景图左侧 -->
    <view class="fff"></view>
    <!-- 底部花的背景图右侧 -->
    <view class="rrr"></view>
      </view>
      <view class="hua"></view>
      <!-- 底部人物背景图左侧 -->
      <view class="fff"></view>
      <!-- 底部花的背景图右侧 -->
      <view class="rrr"></view>
      <Footer1 />
   </view>
    <Footer1 />
  </view>
</template>
<script>
   import {
      nextTick
   } from "vue";
   import Footer1 from '@/components/footer/footer.vue'
   export default {
      components: {
         Footer1
      },
      data() {
         // 密码
         var validatePass = (rule, value, callback) => {
            if (value === '') {
               callback(new Error('请输入密码'));
            } else {
               if (this.registerData.checkPass !== '') {
                  this.$nextTick(() => {
                     this.$refs.formLogin.validateField('checkPass');
                  });
               }
               callback();
            }
         };
         // 确认密码
         var validatePass2 = (rule, value, callback) => {
            if (value === '') {
               callback(new Error('请再次输入密码'));
            } else if (value !== this.registerData.pass) {
               callback(new Error('两次输入密码不一致!'));
            } else {
               callback();
            }
         };
         return {
            // 用户注册
            isRegister: false,
            // 用户登录
            isLogin: true,
            // 修改密码
            isAmendPass: false,
            // 重置密码
            isResetPass: false,
            // 注册用户账号的校验
            rules: {
               loginID: [{
                  required: true,
                  message: '请输入登录账号',
                  trigger: 'blur'
               }],
               pass: [{
                     required: true,
                     message: '请输入密码',
                     trigger: 'blur'
                  },
                  {
                     min: 6,
                     max: 12,
                     message: '密码长度在 6 到 12 个字符',
                     trigger: 'blur'
                  },
                  {
                     validator: validatePass,
                     trigger: 'blur'
                  }
               ],
               checkPass: [{
                  validator: validatePass2,
                  trigger: 'blur'
               }],
               cellphoneORmailbox: [{
                     required: true,
                     message: '请输入邮箱地址',
                     trigger: 'blur'
                  },
                  {
                     type: 'email',
                     message: '请输入正确的邮箱地址',
                     trigger: ['blur', 'change']
                  }
               ],
               verifyCode: [{
                     required: true,
                     message: '请输入验证码',
                     trigger: 'blur'
                  },
                  {
                     validator: (rule, value, callback) => this.validateVerificationCode(rule, value, callback),
                     trigger: 'blur'
                  }
               ]
            },
            // 登录注册框
            loginTrue: true,
            Rtop1: 0,
            value: 'sdfdsf',
            // 注册用户对应的数据
            registerData: {
               loginID: '',
               pass: '',
               checkPass: '',
               cellphoneORmailbox: '',
               verifyCode: ''
            },
            // 登录用户账号
            loginData: {
               // 账号
               loginID: '',
               pass: ''
            },
            // 重置密码
            resetDataPass: {
               cellphoneORmailbox: '',
               verifyCode: "",
               newPass: "",
               checkPass: ""
            },
            // 修改密码
            amendDataPass: {
               loginID: '',
               originalPass: "",
               newPass: "",
               checkPass: ""
            },
            // 书籍数据
            listData: [{
                  name: '历代医家传记库',
                  id: 1,
               }, {
                  name: '世医医家库',
                  id: 2,
               }, {
                  name: '医学学术流派',
                  id: 3,
               }, {
                  name: '中国地域医谱',
                  id: 4,
               }, {
                  name: '中国医事制度',
                  id: 5,
               },
import { getRestPassword, getverifyCode } from "@/api/index.js";
import { encryptAES } from "@/utils/Crypto.js";
import { nextTick } from "vue";
import Footer1 from "@/components/footer/footer.vue";
import { Message } from "element-ui";
export default {
  components: {
    Footer1,
  },
  data() {
    // 密码
    var validatePass = (rule, value, callback) => {
      if (value === "") {
        callback(new Error("请输入密码"));
      } else {
        if (this.resetDataPass.checkPass !== "") {
          this.$nextTick(() => {
            this.$refs.formLogin.validateField("checkPass");
          });
        }
        callback();
      }
    };
    // 确认密码
    var validatePass2 = (rule, value, callback) => {
      if (value === "") {
        callback(new Error("请再次输入密码"));
      } else if (value !== this.resetDataPass.newPass) {
        callback(new Error("两次输入密码不一致!"));
      } else {
        callback();
      }
    };
    return {
      //验证码倒计时
      countdown: 0,
      // 用户注册
      isRegister: false,
      // 用户登录
      isLogin: true,
      // 修改密码
      isAmendPass: false,
      // 重置密码
      isResetPass: false,
      // 注册用户账号的校验
      rules: {
        loginID: [
          {
            required: true,
            message: "请输入登录账号",
            trigger: "blur",
          },
        ],
        newPass: [
          {
            required: true,
            message: "请输入密码",
            trigger: "blur",
          },
          {
            min: 6,
            max: 10,
            message: "密码长度在 6 到 12 个字符",
            trigger: "blur",
          },
          {
            validator: validatePass,
            trigger: "blur",
          },
        ],
        checkPass: [
          {
            validator: validatePass2,
            trigger: "blur",
          },
        ],
        cellphoneORmailbox: [
          {
            required: true,
            message: "请输入手机号",
            trigger: "blur",
          },
          {
            validator: this.validateContact,
            trigger: "blur",
          },
        ],
        verifyCode: [
          {
            required: true,
            message: "请输入验证码",
            trigger: "blur",
          },
        ],
      },
      // 重置密码
      resetDataPass: {
        cellphoneORmailbox: "",
        verifyCode: "",
        newPass: "",
        checkPass: "",
      },
    };
  },
  onLoad() {
    uni.getSystemInfo({
      success: function (info) {
        // console.log('屏幕的宽度:' + info.windowWidth);
        // console.log('屏幕的高度:' + info.windowHeight);
      },
    });
  },
  mounted() {
    this.getElementWidth();
  },
  methods: {
    // 已有账号?返回登录
    BacktoLogin() {
      uni.redirectTo({
        url: "/pages/Login/Login",
      });
    },
    // 获取验证码
    async verifyCodeClick() {
      if (!this.resetDataPass.cellphoneORmailbox) {
        this.$message({
          message: "请输入手机!",
          type: "warning",
        });
            ]
         }
      },
      onLoad() {
         uni.getSystemInfo({
            success: function(info) {
               // console.log('屏幕的宽度:' + info.windowWidth);
               // console.log('屏幕的高度:' + info.windowHeight);
            }
         });
      },
      mounted() {
         this.getElementWidth();
      },
      methods: {
         // 已有账号?返回登录
         BacktoLogin() {
            uni.redirectTo({
               url: '/pages/Login/Login'
            })
         },
         // 获取验证码
         verifyCodeClick() {
            console.log('获取验证码');
         },
         // 列表项跳转
         listDataClick(item) {
            console.log(item);
            // 在当前页面设置全局变量
            // uni.setStorageSync('globalData', { id: 123, name: 'example' });
            if (item.id == 1) {
               uni.navigateTo({
                  url: '/pages/repository/repository?id=' + item.id
               })
            } else if (item.id == 2) {
               console.log(item.name);
               // uni.navigateTo({
               //    url:'/pages/repository/repository?id='+item.id
               // })
            } else if (item.id == 3) {
               uni.navigateTo({
                  url: '/pages/dataDisplay/dataDisplay?id=' + item.id
               })
            } else if (item.id == 4) {
               uni.navigateTo({
                  url: '/pages/territory/territory?id=' + item.id
               })
            } else if (item.id == 5) {
               uni.navigateTo({
                  url: '/pages/TcmSystem/TcmSystem?id=' + item.id
               })
            }
         },
         // 验证码校验
         validateVerificationCode(rule, value, callback) {
            console.log(value)
            if (value !== '123456') {
               callback(new Error('验证码错误'));
            } else {
               callback();
            }
         },
         getElementWidth() {
            this.$nextTick(() => {
               var width = this.$refs.Rtop.$el.clientWidth;
               this.Rtop1 = width + 50;
               console.log('Element width:', width);
            })
         },
         // 用户登录
         Login(formName) {
            console.log('用户登录的登录按钮');
            this.$refs[formName].validate((valid) => {
               if (valid) {
                  alert('submit!成功');
                  uni.navigateTo({
                     url: '/pages/Login/Login'
                  })
               } else {
                  console.log('error submit!!失败');
                  return false;
               }
            });
         },
         // 忘记密码
         Login2(formName) {
            console.log('忘记密码的登录按钮');
            this.$refs[formName].validate((valid) => {
               if (valid) {
                  alert('submit!成功');
                  uni.redirectTo({
                     url: '/pages/Login/Login'
                  })
               } else {
                  console.log('error submit!!失败');
                  return false;
               }
            });
         }
      }
   }
        return false;
      }
      if (this.countdown > 0) {
        return;
      }
      let Obj = {
        communicateParam: this.resetDataPass.cellphoneORmailbox,
      };
      this.countdown = 60;
      const intervalId = setInterval(() => {
        if (this.countdown > 0) {
          this.countdown -= 1;
        } else {
          clearInterval(intervalId);
        }
      }, 1000);
      await getverifyCode(Obj).then((res) => {
        console.log(res, "验证码获取成功");
      });
    },
    // 列表项跳转
    listDataClick(item) {
      console.log(item);
      // 在当前页面设置全局变量
      // uni.setStorageSync('globalData', { id: 123, name: 'example' });
      if (item.id == 1) {
        uni.navigateTo({
          url: "/pages/character/detail?id=" + item.id,
        });
      } else if (item.id == 2) {
        console.log(item.name);
        // uni.navigateTo({
        //    url:'/pages/character/detail?id='+item.id
        // })
      } else if (item.id == 3) {
        uni.navigateTo({
          url: "/pages/academicGenres/index?id=" + item.id,
        });
      } else if (item.id == 4) {
        uni.navigateTo({
          url: "/pages/territory/territory?id=" + item.id,
        });
      } else if (item.id == 5) {
        uni.navigateTo({
          url: "/pages/TcmSystem/TcmSystem?id=" + item.id,
        });
      }
    },
    // 手机号/或者邮箱
    validateContact(rule, value, callback) {
      const regPhone = /^1[0-9]{10}$/;
      const regEmail = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;
      console.log(value, regPhone.test(value), regEmail.test(value));
      if (regPhone.test(value) || regEmail.test(value)) {
        callback(); // 校验通过
      } else {
        callback(new Error("请输入正确的手机号")); // 校验失败
      }
    },
    getElementWidth() {
      this.$nextTick(() => {
        var width = this.$refs.Rtop.$el.clientWidth;
        this.Rtop1 = width + 50;
        console.log("Element width:", width);
      });
    },
    // 忘记密码
    Login2(formName) {
      let Obj = {
        communicateParam: this.resetDataPass.cellphoneORmailbox, //手机或邮箱
        verifyCode: this.resetDataPass.verifyCode, //验证码
        newPassword: encryptAES(this.resetDataPass.newPass), //新密码
      };
      console.log(Obj);
      this.$refs[formName].validate(async (valid) => {
        if (valid) {
          await getRestPassword(Obj).then((res) => {
            console.log(res, "接口");
            if (res.success) {
              console.log("忘记密码的接口拿到数据了");
              uni.navigateTo({
                url: "/pages/Login/Login",
              });
            } else {
              Message.error(res.errorText || "");
            }
          });
          // alert('submit!成功');
          // uni.redirectTo({
          //    url: '/pages/Login/Login'
          // })
          this.$message({
            message: "密码重置成功",
            type: "success",
          });
        } else {
          console.log("error submit!!失败");
          return false;
        }
      });
    },
  },
};
</script>
<style scoped>
   /*
/*
   在屏幕宽度超过 1440px 时的样式设置 */
   /* @media screen and (min-width: 1441px) {
/* @media screen and (min-width: 1441px) {
      ::v-deep .el-card {
         top: 60% !important;
      }
@@ -333,398 +387,386 @@
      }
   }
    */
   @media screen and (min-width:2560px)and (max-width:3840px) {
      .LoginBg {
         margin: 0 !important;
         height: .3rem !important;
      }
@media screen and (min-width: 2560px) and (max-width: 3840px) {
  .LoginBg {
    margin: 0 !important;
    height: 0.3rem !important;
  }
      ::v-deep .el-card {
         top: 90% !important;
         padding: 0 !important;
      }
  ::v-deep .el-card {
    top: 90% !important;
    padding: 0 !important;
  }
      ::v-deep .el-card__body {
         padding: .25rem .5rem !important;
      }
  ::v-deep .el-card__body {
    padding: 0.25rem 0.5rem !important;
  }
      ::v-deep .el-form {
         padding-left: .1rem !important;
      }
  ::v-deep .el-form {
    padding-left: 0.1rem !important;
  }
      ::v-deep .el-form-item__error {
         font-size: .13rem !important;
      }
  ::v-deep .el-form-item__error {
    font-size: 0.13rem !important;
  }
      ::v-deep .el-input__inner {
         height: .35rem !important;
         font-size: .14rem;
      }
  ::v-deep .el-input__inner {
    height: 0.35rem !important;
    font-size: 0.14rem;
  }
      ::v-deep .el-form-item__label {
         display: flex;
         align-items: center;
         justify-content: flex-end;
         margin-right: .2rem !important;
         width: .7rem;
      }
  ::v-deep .el-form-item__label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0.2rem !important;
    width: 0.7rem;
  }
      .hua {
         height: 4rem !important;
      }
  .hua {
    height: 4rem !important;
  }
      .LoginTop {
         margin-bottom: .4rem !important;
      }
  .LoginTop {
    margin-bottom: 0.4rem !important;
  }
      .yzm {
         top: 15% !important;
      }
  .yzm {
    top: 15% !important;
  }
      .fff {
         width: 2.4rem !important;
         height: 4rem !important;
      }
  .fff {
    width: 2.4rem !important;
    height: 4rem !important;
  }
      .rrr {
         width: 2rem !important;
      }
  .rrr {
    width: 2rem !important;
  }
      .btn {
         margin-bottom: .1rem !important;
      }
  .btn {
    margin-bottom: 0.1rem !important;
  }
      .btn ::v-deep .el-button {
         margin-top: 0.2rem !important;
         font-size: 0.2rem !important;
         width: 100%;
         padding: 0.12rem !important;
  .btn ::v-deep .el-button {
    margin-top: 0.2rem !important;
    font-size: 0.2rem !important;
    width: 100%;
    padding: 0.12rem !important;
         span {
            font-weight: bold !important;
         }
      }
    span {
      font-weight: bold !important;
    }
  }
      .asdf {
         margin-bottom: .1rem !important;
      }
      .LoginBg {
         margin: 0 !important;
         height: .3rem !important;
      }
      ::v-deep .el-card {
         top: 80% !important;
         padding: 0 !important;
      }
      ::v-deep .el-card__body {
         padding: .25rem .5rem !important;
      }
      ::v-deep .el-form {
         padding-left: .1rem !important;
      }
      ::v-deep .el-form-item__error {
         font-size: .13rem !important;
      }
      ::v-deep .el-input__inner {
         height: .35rem !important;
      }
      .hua {
         height: 5rem !important;
      }
      .LoginTop {
         margin-bottom: .25rem !important;
      }
      .yzm {
         top: 15% !important;
      }
      .fff {
         width: 2.4rem !important;
         height: 4rem !important;
      }
      .rrr {
         width: 2rem !important;
         height: 2.5rem !important;
      }
      .btn ::v-deep .el-button {
         margin-top: 0.2rem !important;
         /*       font-size: 0.2rem !important;
  .asdf {
    margin-bottom: 0.1rem !important;
  }
  .LoginBg {
    margin: 0 !important;
    height: 0.3rem !important;
  }
  ::v-deep .el-card {
    top: 80% !important;
    padding: 0 !important;
  }
  ::v-deep .el-card__body {
    padding: 0.25rem 0.5rem !important;
  }
  ::v-deep .el-form {
    padding-left: 0.1rem !important;
  }
  ::v-deep .el-form-item__error {
    font-size: 0.13rem !important;
  }
  ::v-deep .el-input__inner {
    height: 0.35rem !important;
  }
  .hua {
    height: 5rem !important;
  }
  .LoginTop {
    margin-bottom: 0.25rem !important;
  }
  .yzm {
    top: 15% !important;
  }
  .fff {
    width: 2.4rem !important;
    height: 4rem !important;
  }
  .rrr {
    width: 2rem !important;
    height: 2.5rem !important;
  }
  .btn ::v-deep .el-button {
    margin-top: 0.2rem !important;
    /*       font-size: 0.2rem !important;
            width: 100%;
            padding: 0.12rem !important; */
      }
      .asdf {
         margin-bottom: .1rem !important;
      }
  }
   }
   @media screen and (min-width: 1920px) and (max-width:2560px){
      .LoginBg {
         margin: 0 !important;
         height: .3rem !important;
      }
      ::v-deep .el-card {
         top: 80% !important;
         padding: 0 !important;
      }
      ::v-deep .el-card__body {
         padding: .25rem .5rem !important;
      }
      ::v-deep .el-form {
         padding-left: .1rem !important;
      }
      ::v-deep .el-form-item__error {
         font-size: .13rem !important;
      }
      ::v-deep .el-input__inner {
         height: .35rem !important;
      }
      .hua {
         height: 5rem !important;
      }
      .LoginTop {
         margin-bottom: .25rem !important;
      }
      .yzm {
         top: 15% !important;
      }
      .fff {
         width: 2.4rem !important;
         height: 4rem !important;
      }
      .rrr {
         width: 2rem !important;
         height: 2.5rem !important;
      }
      .btn ::v-deep .el-button {
         margin-top: 0.2rem !important;
         /*       font-size: 0.2rem !important;
  .asdf {
    margin-bottom: 0.1rem !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  .LoginBg {
    margin: 0 !important;
    height: 0.3rem !important;
  }
  ::v-deep .el-card {
    top: 80% !important;
    padding: 0 !important;
  }
  ::v-deep .el-card__body {
    padding: 0.25rem 0.5rem !important;
  }
  ::v-deep .el-form {
    padding-left: 0.1rem !important;
  }
  ::v-deep .el-form-item__error {
    font-size: 0.13rem !important;
  }
  ::v-deep .el-input__inner {
    height: 0.35rem !important;
  }
  .hua {
    height: 5rem !important;
  }
  .LoginTop {
    margin-bottom: 0.25rem !important;
  }
  .yzm {
    top: 15% !important;
  }
  .fff {
    width: 2.4rem !important;
    height: 4rem !important;
  }
  .rrr {
    width: 2rem !important;
    height: 2.5rem !important;
  }
  .btn ::v-deep .el-button {
    margin-top: 0.2rem !important;
    /*       font-size: 0.2rem !important;
            width: 100%;
            padding: 0.12rem !important; */
      }
      .asdf {
         margin-bottom: .1rem !important;
      }
   }
   .LoginBg {
      width: 1.2rem;
      height: .37rem;
      background: url(@/static/image/重置密码.png) no-repeat 0 0;
      background-size: 100% 100%;
  }
   }
  .asdf {
    margin-bottom: 0.1rem !important;
  }
}
.LoginBg {
  width: 1.2rem;
  height: 0.37rem;
  background: url(@/static/image/重置密码.png) no-repeat 0 0;
  background-size: 100% ;
}
   ::v-deep .el-card {
      border-radius: 0;
      width: 5.42rem;
      /* height: 5.65rem; */
      position: absolute;
      top: 80%;
   }
::v-deep .el-card {
  border-radius: 0;
  width: 5.42rem;
  /* height: 5.65rem; */
  position: absolute;
  top: 80%;
}
   ::v-deep .el-card__body {
      padding: .26rem .58rem;
   }
::v-deep .el-card__body {
  padding: 0.26rem 0.58rem;
}
   .btn>>>.el-form-item__content {
      margin-left: 0 !important;
.btn >>> .el-form-item__content {
  margin-left: 0 !important;
}
   }
::v-deep .el-form-item__content {
  margin-left: 0 !important;
  flex: 1;
}
   ::v-deep .el-form-item__content {
      margin-left: 0 !important;
      flex: 1;
   }
::v-deep .el-input__inner {
  border: none;
  border-bottom: 1px solid #2d476a;
  border-radius: 0;
  padding: 0;
  height: 0.4rem;
  line-height: 0.4rem;
}
   ::v-deep .el-input__inner {
      border: none;
      border-bottom: 1px solid #2d476a;
      border-radius: 0;
      padding: 0;
      height: .4rem;
      line-height: .4rem;
   }
::v-deep .el-form-item__error {
  /* display: none; */
}
   ::v-deep .el-form-item__error {
      /* display: none; */
   }
::v-deep .input.invalid:focus {
  border-color: #2d476a !important;
}
   ::v-deep .input.invalid:focus {
      border-color: #2d476a !important;
   }
::v-deep .el-input__inner:invalid {
  border-color: #2d476a !important;
}
   ::v-deep .el-input__inner:invalid {
      border-color: #2d476a !important;
   }
::v-deep .el-form-item__label {
  min-width: 0.6rem;
  padding: 0;
  color: #244a7b;
  font-size: 0.14rem;
  font-weight: 500;
  margin-right: 0.29rem;
}
::v-deep .el-form-item {
  margin-bottom: 0.22rem;
  display: flex;
}
   ::v-deep .el-form-item__label {
      min-width: .6rem;
      padding: 0;
      color: #244A7B;
      font-size: .14rem;
      font-weight: 500;
      margin-right: .29rem;
   }
.ss1 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40rpx;
  height: 40rpx;
  background-size: 100% 100%;
}
   ::v-deep .el-form-item {
      margin-bottom: .22rem;
      display: flex;
   }
.s1 {
  background-image: url(@/static/image/search.png);
}
   .ss1 {
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 40rpx;
      height: 40rpx;
      background-size: 100% 100%;
   }
.s2 {
  background-image: url(@/static/image/question.png);
}
   .s1 {
      background-image: url(@/static/image/search.png);
.s3 {
  background-image: url(@/static/image/question.png);
}
   }
.container {
  background: url(@/static/image/bg1.png);
  width: 100vw;
  height: 100vh;
   .s2 {
      background-image: url(@/static/image/question.png);
   }
  color: #fff;
   .s3 {
      background-image: url(@/static/image/question.png);
   }
  .repository {
    width: 100% !important;
    /* margin-top: 19px; */
    /* height: 68%; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
   .container {
      background: url(@/static/image/bg1.png);
      width: 100vw;
      height: 100vh;
    .Ttop {
      margin-top: 0.38rem;
      margin-bottom: 1.22rem;
    }
      color: #fff;
    .r-top {
      font-size: 40rpx !important;
      margin: 10rpx 0;
    }
  }
}
      .repository {
         width: 100% !important;
         /* margin-top: 19px; */
         /* height: 68%; */
         display: flex;
         flex-direction: column;
         justify-content: space-around;
         align-items: center;
.login {
  width: 0.52rem;
  height: 0.52rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.19rem;
  background: url(@/static/image/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
}
         .Ttop {
            margin-top: .38rem;
            margin-bottom: 1.22rem;
         }
.rrr {
  position: absolute;
  right: 0.53rem;
  bottom: 0.36rem;
  width: 2.5rem;
  height: 3.07rem;
  opacity: 1;
  background: url(@/static/image/bg4.png);
  background-size: 100% 100%;
}
         .r-top {
            font-size: 40rpx !important;
            margin: 10rpx 0;
         }
      }
.hua {
  width: 13.81rem;
  height: 5.965rem;
  position: absolute;
  background: url(@/static/image/bg3.png) no-repeat 0 0;
  background-size: 100% 100%;
}
   }
/* 底部人物背景图  */
.fff {
  background: url(@/static/image/bg2.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 2.74rem;
  height: 4.52rem;
  position: fixed;
  bottom: 0;
  z-index: 9999999999999;
  left: 0;
}
   .login {
      width: .52rem;
      height: .52rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: .19rem;
      background: url(@/static/image/logo.png) no-repeat 0 0;
      background-size: 100% 100%;
   }
::v-deep .uni-easyinput__content {
  border-radius: 30rpx !important;
  /* height: 52rpx; */
}
   .rrr {
      position: absolute;
      right: .53rem;
      bottom: .36rem;
      width: 2.5rem;
      height: 3.07rem;
      opacity: 1;
      background: url(@/static/image/bg4.png);
      background-size: 100% 100%;
   }
.secretary {
  width: 1300rpx !important;
  height: 50rpx;
  /* height: 80%; */
  /* flex-wrap: wrap; */
  padding: 0 20px;
  text-align: center;
   .hua {
      width: 13.81rem;
      height: 5.965rem;
      position: absolute;
      background: url(@/static/image/bg3.png) no-repeat 0 0;
      background-size: 100% 100%;
   }
  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;
  }
}
   /* 底部人物背景图  */
   .fff {
      background: url(@/static/image/bg2.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 2.74rem;
      height: 4.52rem;
      position: fixed;
      bottom: 0;
      z-index: 9999999999999;
      left: 0;
   }
   ::v-deep .uni-easyinput__content {
      border-radius: 30rpx !important;
      /* height: 52rpx; */
   }
   .secretary {
      width: 1300rpx !important;
      height: 50rpx;
      /* height: 80%; */
      /* 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;
      }
   }
   .Bbottom {
      display: flex;
      justify-content: center;
   }
</style>
.Bbottom {
  display: flex;
  justify-content: center;
}
</style>