|
@@ -1,20 +1,15 @@
|
|
|
<template>
|
|
|
<div id="firm">
|
|
|
<el-row>
|
|
|
- <el-col :span="24" class="firm">
|
|
|
+ <el-col :span="24" class="firm" :style="'background: url(' + loginBei + ')center center;'">
|
|
|
<el-col :span="24" class="firmTop">
|
|
|
<div class="w_1200">
|
|
|
<img :src="pic" />
|
|
|
- <span>企业校招管理平台</span>
|
|
|
+ <span>智慧就业企业登录</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<div class="w_1200">
|
|
|
- <el-col :span="14" class="firmLeft">
|
|
|
- <span>全国首家“互联网+精准就业”平台</span>
|
|
|
- <h4>覆盖:20个省200+高校 130万+毕业生 20万+单位入驻</h4>
|
|
|
- <p>帮助天下毕业生走稳求职第一步</p>
|
|
|
- </el-col>
|
|
|
<el-col :span="8" class="firmRight" v-if="loginType === 0">
|
|
|
<el-col :span="20" class="firmRightTop">
|
|
|
<span>企业登录<span style="color: #ff4500;">(建议您使用谷歌浏览器)</span></span>
|
|
@@ -121,6 +116,7 @@ export default {
|
|
|
pic: require('@/assets/head.jpg'),
|
|
|
pic2: require('@/assets/download.png'),
|
|
|
pic3: require('@/assets/validcode.png'),
|
|
|
+ loginBei: require('@/assets/company.png'),
|
|
|
qrcode: '',
|
|
|
loginType: 0,
|
|
|
input3: '',
|
|
@@ -234,7 +230,6 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 55px;
|
|
|
background: #fff;
|
|
|
- border-top: 4px solid #44b549;
|
|
|
}
|
|
|
.firmTop img {
|
|
|
width: 49.63px;
|