guhongwei 5 lat temu
rodzic
commit
fd67438769
1 zmienionych plików z 12 dodań i 4 usunięć
  1. 12 4
      src/layout/index/kuaisu.vue

+ 12 - 4
src/layout/index/kuaisu.vue

@@ -3,14 +3,19 @@
     <el-row>
       <el-col :span="24">
         <el-col :span="24" class="login">
-          <el-col :span="12">
+          <!-- <el-col :span="12">
             <el-button type="primary" @click="turnTo('stud')">学生登录</el-button>
           </el-col>
           <el-col :span="12">
             <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 :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-image :src="url"></el-image>
             <span>学历认证</span>
@@ -62,13 +67,16 @@ export default {
 <style lang="less" scoped>
 .login {
   text-align: center;
-  padding: 10px 0;
+  padding: 5px 0;
+}
+.login .el-button {
+  width: 60%;
 }
 .info {
   padding: 0 20px;
 }
 .link {
-  margin: 6px 0;
+  margin: 1px 0;
 }
 .link span {
   position: absolute;