diff --git a/src/components/FirstJob/components/promotion.vue b/src/components/FirstJob/components/promotion.vue index b057d33..d62ad64 100644 --- a/src/components/FirstJob/components/promotion.vue +++ b/src/components/FirstJob/components/promotion.vue @@ -93,7 +93,7 @@ // border: 1px solid #dcdcdc; padding: 16px; background-color: #fff; - margin-bottom: 12px; + margin-bottom: 16px; transition: all 0.2s; cursor: pointer; position: relative; diff --git a/src/components/FirstJob/components/rightPanel/active.vue b/src/components/FirstJob/components/rightPanel/active.vue index 5367e3d..6c9de2a 100644 --- a/src/components/FirstJob/components/rightPanel/active.vue +++ b/src/components/FirstJob/components/rightPanel/active.vue @@ -78,8 +78,8 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; - margin-bottom: 32px; + margin-top: 16px; + margin-bottom: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/components/FirstJob/components/rightPanel/hot.vue b/src/components/FirstJob/components/rightPanel/hot.vue index 8eed65a..464c5d0 100644 --- a/src/components/FirstJob/components/rightPanel/hot.vue +++ b/src/components/FirstJob/components/rightPanel/hot.vue @@ -55,7 +55,7 @@ let that = this; const { data } = await JobListApi({ pageNum: 1, - pageSize: 8, + pageSize: 10, jobCategory: 608, sortTag:3 }); @@ -90,7 +90,7 @@ } .m-list{ .item{ - margin-bottom: 22px; + margin-bottom: 16px; .key{ width: 20px; font-size: 14px; diff --git a/src/components/FirstJob/components/rightPanel/recommend.vue b/src/components/FirstJob/components/rightPanel/recommend.vue index 172cba7..7d86bcb 100644 --- a/src/components/FirstJob/components/rightPanel/recommend.vue +++ b/src/components/FirstJob/components/rightPanel/recommend.vue @@ -74,7 +74,7 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; + margin-top: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/components/FirstJob/components/rightPanel/sponsor.vue b/src/components/FirstJob/components/rightPanel/sponsor.vue index 2a5b0f3..70cc589 100644 --- a/src/components/FirstJob/components/rightPanel/sponsor.vue +++ b/src/components/FirstJob/components/rightPanel/sponsor.vue @@ -79,7 +79,7 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; + margin-top: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/views/main.vue b/src/views/main.vue index 87d088c..44b4f68 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -73,6 +73,9 @@ +
  • + 产品下载 +
  • @@ -178,6 +181,14 @@ +
    +
    + +
    +
    @@ -1412,4 +1426,10 @@ export default { border-radius: 2px; margin-right: 8px; } +.edit-obj{ + cursor: pointer; + &:hover{ + opacity: 1; + } +}