安全在线教育平台
祖安之光
2 days ago 8918c0d29b8505e0096b516e70c28707ffb4a168
src/views/homePage.vue
@@ -5,7 +5,7 @@
<!--        <img class="pics2" :src="logoPng">-->
<!--        <span style="font-size: 40px;color: black">国泰新华</span>-->
<!--        <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>-->
<!--        <span style="font-size: 28px;color: white">在线教育平台</span>-->
<!--        <span style="font-size: 28px;color: white">安全教育考试系统平台</span>-->
<!--      </div>-->
      <div class="content">
        <div class="imgBox">
@@ -14,7 +14,9 @@
          </div>
        </div>
        <div class="formBox">
          <div class="loginTitle"><span>国泰新华</span><br/>安全教育平台</div>
          <div class="loginTitle">
            <span>中国科学技术大学</span><br/>
            安全教育考试系统</div>
          <div style="padding: 20px 0;">
            <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
              <el-form-item>
@@ -94,7 +96,7 @@
<!--    <div class="login-panel">-->
<!--      <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">-->
<!--        <h3 class="title">安全在线教育平台</h3>-->
<!--        <h3 class="title">安全安全教育考试系统平台</h3>-->
<!--        <el-form-item prop="username">-->
<!--          <el-input-->
<!--              v-model="loginForm.username"-->
@@ -344,7 +346,7 @@
.content{
  display: flex;
  min-width: 1200px;
  min-height: 560px;
  min-height: 400px;
  border-radius: 80px 40px 80px 40px;
  border: 2px solid #fff;
  background: url("../assets/images/logbox.jpg") no-repeat center;
@@ -377,6 +379,11 @@
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    img{
      width: 95%;
      height: auto;
    }
  }
}
.fromRow{
@@ -412,7 +419,7 @@
.loginTitle{
  width: 100%;
  text-align: center;
  font-size: 56px;
  font-size: 50px;
  color: #2563eb;
  line-height: 1.2;
  font-weight: bolder;