|
@@ -51,61 +51,23 @@
|
|
<yizhan></yizhan>
|
|
<yizhan></yizhan>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="contUnit">
|
|
|
|
|
|
+ <el-col :span="24" class="contCom">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- 联系
|
|
|
|
|
|
+ <contact :contactinfo="contactinfo" :content="content"></contact>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="16">
|
|
<el-col :span="16">
|
|
- 招聘企业
|
|
|
|
|
|
+ <company :companytop="companytop" :companylist="companylist"></company>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <!-- <el-col :span="24" class="huodong">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <huodong :huodonginfo="huodonginfo" :fairsList="fairsList" :talksList="talksList" :infoList="infoList"></huodong>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="recruit">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <recruit :recruitList="recruitList"></recruit>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="other">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <other :otherList="otherList"></other>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="rili">
|
|
|
|
- <calendar :rilitop="rilitop">
|
|
|
|
- <slot name="rili"></slot>
|
|
|
|
- </calendar>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="fast">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <fast :fasttop="fasttop" :fastlist="fastlist"></fast>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="contact">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <contact :contactinfo="contactinfo" :content="content"></contact>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="yizhan">
|
|
|
|
- <yizhan></yizhan>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="company">
|
|
|
|
- <div class="w_1200">
|
|
|
|
- <company :companytop="companytop" :companylist="companylist"></company>
|
|
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
<el-col :span="24" class="unit">
|
|
<el-col :span="24" class="unit">
|
|
<unit :unittop="unittop" :unitlist="unitlist"></unit>
|
|
<unit :unittop="unittop" :unitlist="unitlist"></unit>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="foot">
|
|
<el-col :span="24" class="foot">
|
|
<foot :footinfo="footinfo"></foot>
|
|
<foot :footinfo="footinfo"></foot>
|
|
- </el-col> -->
|
|
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -119,7 +81,6 @@ import login from '../../../layout/master/index/login.vue';
|
|
import huodong from '../../../layout/master/index/huodong.vue';
|
|
import huodong from '../../../layout/master/index/huodong.vue';
|
|
import recruit from '../../../layout/master/index/recruit.vue';
|
|
import recruit from '../../../layout/master/index/recruit.vue';
|
|
import other from '../../../layout/master/index/other.vue';
|
|
import other from '../../../layout/master/index/other.vue';
|
|
-// import calendar from '../../../layout/master/index/calendar.vue';
|
|
|
|
import fast from '../../../layout/master/index/fast.vue';
|
|
import fast from '../../../layout/master/index/fast.vue';
|
|
import contact from '../../../layout/master/index/contact.vue';
|
|
import contact from '../../../layout/master/index/contact.vue';
|
|
import yizhan from '../../../layout/master/index/yizhan.vue';
|
|
import yizhan from '../../../layout/master/index/yizhan.vue';
|
|
@@ -164,10 +125,10 @@ export default {
|
|
other,
|
|
other,
|
|
fast,
|
|
fast,
|
|
yizhan,
|
|
yizhan,
|
|
- // contact,
|
|
|
|
- // company,
|
|
|
|
- // unit,
|
|
|
|
- // foot,
|
|
|
|
|
|
+ contact,
|
|
|
|
+ company,
|
|
|
|
+ unit,
|
|
|
|
+ foot,
|
|
},
|
|
},
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
created() {},
|
|
created() {},
|
|
@@ -189,7 +150,7 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.main {
|
|
.main {
|
|
- height: 1846px;
|
|
|
|
|
|
+ height: 1488px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.newsNotice {
|
|
.newsNotice {
|
|
@@ -257,35 +218,16 @@ export default {
|
|
height: 55px;
|
|
height: 55px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
-.contUnit {
|
|
|
|
|
|
+.contCom {
|
|
height: 213px;
|
|
height: 213px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
-.huodong {
|
|
|
|
- height: 632px;
|
|
|
|
- margin-bottom: 50px;
|
|
|
|
-}
|
|
|
|
-.other {
|
|
|
|
- height: 476px;
|
|
|
|
- margin-bottom: 166px;
|
|
|
|
-}
|
|
|
|
-.fast {
|
|
|
|
- height: 508px;
|
|
|
|
- margin-bottom: 110px;
|
|
|
|
-}
|
|
|
|
-.contact {
|
|
|
|
- height: 270px;
|
|
|
|
- margin-bottom: 60px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.company {
|
|
|
|
- height: 465px;
|
|
|
|
- margin-bottom: 76px;
|
|
|
|
-}
|
|
|
|
.unit {
|
|
.unit {
|
|
- height: 699px;
|
|
|
|
|
|
+ height: 360px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.foot {
|
|
.foot {
|
|
- height: 185px;
|
|
|
|
|
|
+ height: 109px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|