|
@@ -3,14 +3,19 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-col :span="24" class="login">
|
|
<el-col :span="24" class="login">
|
|
- <el-col :span="12">
|
|
|
|
|
|
+ <!-- <el-col :span="12">
|
|
<el-button type="primary" @click="turnTo('stud')">学生登录</el-button>
|
|
<el-button type="primary" @click="turnTo('stud')">学生登录</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-button type="success" @click="turnTo('corp')">企业登录</el-button>
|
|
<el-button type="success" @click="turnTo('corp')">企业登录</el-button>
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col> -->
|
|
|
|
+ <el-button type="success" @click="turnTo('corp')">企业登录</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="info">
|
|
|
|
+ <el-link :underline="false" class="link" href="http://www.jilinjobs.cn:89/" target="_blank">
|
|
|
|
+ <el-image :src="url"></el-image>
|
|
|
|
+ <span>就业信息填报</span>
|
|
|
|
+ </el-link>
|
|
<el-link :underline="false" class="link" href="http://www.chsi.com.cn/xlrz/index.jsp" target="_blank">
|
|
<el-link :underline="false" class="link" href="http://www.chsi.com.cn/xlrz/index.jsp" target="_blank">
|
|
<el-image :src="url"></el-image>
|
|
<el-image :src="url"></el-image>
|
|
<span>学历认证</span>
|
|
<span>学历认证</span>
|
|
@@ -62,13 +67,16 @@ export default {
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.login {
|
|
.login {
|
|
text-align: center;
|
|
text-align: center;
|
|
- padding: 10px 0;
|
|
|
|
|
|
+ padding: 5px 0;
|
|
|
|
+}
|
|
|
|
+.login .el-button {
|
|
|
|
+ width: 60%;
|
|
}
|
|
}
|
|
.info {
|
|
.info {
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
}
|
|
}
|
|
.link {
|
|
.link {
|
|
- margin: 6px 0;
|
|
|
|
|
|
+ margin: 1px 0;
|
|
}
|
|
}
|
|
.link span {
|
|
.link span {
|
|
position: absolute;
|
|
position: absolute;
|