安全在线教育平台
zhouwx
2 days ago fc22e03451c7357bd105a509badb49d0292f2511
src/views/homePage.vue
@@ -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>
@@ -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{