diff --git a/src/components/FirstJob/components/recommend.vue b/src/components/FirstJob/components/recommend.vue index badd4da..98b68ab 100644 --- a/src/components/FirstJob/components/recommend.vue +++ b/src/components/FirstJob/components/recommend.vue @@ -211,7 +211,7 @@ export default { // height: 45px; // margin: 12px 0; font-size: 18px; - font-weight: normal; + font-weight: bold; text-align: left; color: #4d575e; line-height: 18px; @@ -247,7 +247,7 @@ export default { /deep/ .jobprice { margin-top: 16px; margin-bottom: 16px; - font-size: 16px; + font-size: 14px; text-align: left; color: #ff4400; line-height: 18px; diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index 2cb334f..91ca00c 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -1,108 +1,5 @@