|
@@ -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+高校 190万+毕业生 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;
|
|
|
}
|