guhongwei 5 лет назад
Родитель
Сommit
2d733e36b7
4 измененных файлов с 14 добавлено и 10 удалено
  1. 1 1
      public/index.html
  2. 6 1
      src/App.vue
  3. BIN
      src/assets/stulogin.jpg.png
  4. 7 8
      src/views/login/login.vue

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>web-student</title>
+    <title>智慧就业学生管理</title>
   </head>
   <body>
     <noscript>

+ 6 - 1
src/App.vue

@@ -15,4 +15,9 @@ export default {
 };
 </script>
 
-<style lang="less"></style>
+<style lang="less">
+body {
+  margin: 0;
+  padding: 0;
+}
+</style>

BIN
src/assets/stulogin.jpg.png


+ 7 - 8
src/views/login/login.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="stulogin">
-    <div :style="'overflow:hidden; background: url(' + img.bg + ');background-size:cover;height:100vh;'" class="bg">
+    <div :style="'background: url(' + img.bg + ');background-size:cover;height:100vh;'" class="bg">
       <div class="covers">
         <el-row :span="24">
           <el-col :span="24" class="top">
@@ -10,13 +10,6 @@
           </el-col>
           <div class="w_1200">
             <el-col :span="24">
-              <el-col :span="14" class="mainLeft">
-                <el-row><span class="one">海阔凭鱼跃 · 天高任鸟飞</span></el-row>
-                <el-row class="two">
-                  覆盖:20个省200+高校&nbsp;&nbsp;&nbsp;&nbsp;190万+毕业生&nbsp;&nbsp;&nbsp;&nbsp;20万+单位入驻
-                </el-row>
-                <el-row class="three">帮助天下毕业生走稳求职第一步 </el-row>
-              </el-col>
               <el-col :span="8" class="mainRight" v-if="loginType === 0">
                 <el-row>
                   <el-col :span="22" style="margin: 0 0 18px;">
@@ -211,6 +204,12 @@ export default {
   line-height: 70px;
   font-family: cursive;
 }
+.bg {
+  width: 100%;
+  height: 100vh;
+  background: #5dac81;
+  overflow: hidden;
+}
 .mainLeft {
   padding: 15% 0;
 }