|
@@ -1,10 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
<headCarousel></headCarousel>
|
|
<headCarousel></headCarousel>
|
|
- <headSearch v-if="industryTreeData"></headSearch>
|
|
|
|
|
|
+ <div class="stickyBox py-5">
|
|
|
|
+ <headSearch v-if="industryTreeData"></headSearch>
|
|
|
|
+ </div>
|
|
<hotJobs></hotJobs>
|
|
<hotJobs></hotJobs>
|
|
- <div class="default-width mt-3">
|
|
|
|
- <jobTypeCard class="mb-3" v-if="industryTreeData"></jobTypeCard>
|
|
|
|
|
|
+ <div class="default-width">
|
|
|
|
+ <jobTypeCard class="mb-5" v-if="industryTreeData"></jobTypeCard>
|
|
<hotPromotedPositions></hotPromotedPositions>
|
|
<hotPromotedPositions></hotPromotedPositions>
|
|
<PopularEnterprises class="mt-10"></PopularEnterprises>
|
|
<PopularEnterprises class="mt-10"></PopularEnterprises>
|
|
</div>
|
|
</div>
|
|
@@ -35,4 +37,10 @@ getTreeData()
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.stickyBox {
|
|
|
|
+ position: sticky;
|
|
|
|
+ top: 48px;
|
|
|
|
+ z-index: 999;
|
|
|
|
+ background-color: var(--default-bgc);
|
|
|
|
+}
|
|
</style>
|
|
</style>
|