From 81c81ad6899496bbb46a59c815503f1f90bc4718 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 10:43:15 +0800
Subject: [PATCH] 中科大支线-修改

---
 src/views/homePage.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 48450d3..f642eba 100644
--- a/src/views/homePage.vue
+++ b/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;

--
Gitblit v1.9.2