diff --git a/app/assets/images/down.png b/app/assets/images/down.png new file mode 100644 index 0000000..be139bb Binary files /dev/null and b/app/assets/images/down.png differ diff --git a/app/components/AppHead/index.vue b/app/components/AppHead/index.vue index b42817a..e69142b 100644 --- a/app/components/AppHead/index.vue +++ b/app/components/AppHead/index.vue @@ -37,6 +37,8 @@
  • 网上公开
  • 合作案例
  • 人力资源
  • +
  • 资料下载
  • +
  • 教育培训
  • diff --git a/app/pages/about/developmentHistory.vue b/app/pages/about/developmentHistory.vue deleted file mode 100644 index 98cbb30..0000000 --- a/app/pages/about/developmentHistory.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/app/pages/about/developmentStrategy.vue b/app/pages/about/developmentStrategy.vue deleted file mode 100644 index 5fd534c..0000000 --- a/app/pages/about/developmentStrategy.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/app/pages/about/honor.vue b/app/pages/about/honor.vue deleted file mode 100644 index ee0138a..0000000 --- a/app/pages/about/honor.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index bfbc3ed..50ac02e 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -260,12 +260,12 @@ const modules = [Autoplay, Pagination, Navigation]; .container{ .banner{ width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/about_banner.png") no-repeat top center; .banner_main{ width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2{ font-size: 60px; color: #014ea0; diff --git a/app/pages/about/leaderSpeech.vue b/app/pages/about/leaderSpeech.vue deleted file mode 100644 index 773346b..0000000 --- a/app/pages/about/leaderSpeech.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/app/pages/about/organizationalStructure.vue b/app/pages/about/organizationalStructure.vue deleted file mode 100644 index 4f3e0ef..0000000 --- a/app/pages/about/organizationalStructure.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/app/pages/case/details.vue b/app/pages/case/details.vue index e49fcce..5c51ce8 100644 --- a/app/pages/case/details.vue +++ b/app/pages/case/details.vue @@ -56,12 +56,12 @@ const industries = ["全部", "冶金", "机械", "军工", "民爆", "环保", background: #f6f8fa; .banner { width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/case_banner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/case/index.vue b/app/pages/case/index.vue index 91247c4..d868ead 100644 --- a/app/pages/case/index.vue +++ b/app/pages/case/index.vue @@ -102,12 +102,12 @@ const industries = ["全部", "冶金", "机械", "军工", "民爆", "环保", background: #f6f8fa; .banner { width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/case_banner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/down/index.vue b/app/pages/down/index.vue new file mode 100644 index 0000000..f55c41c --- /dev/null +++ b/app/pages/down/index.vue @@ -0,0 +1,168 @@ + + + + + diff --git a/app/pages/education/index.vue b/app/pages/education/index.vue new file mode 100644 index 0000000..826d146 --- /dev/null +++ b/app/pages/education/index.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/app/pages/index.vue b/app/pages/index.vue index 17bfc9e..373c5f9 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -469,7 +469,7 @@ body{ margin: 0; .banner{ width: 100%; - height: 716px; + height: 600px; text-align: center; position: relative; @@ -662,7 +662,7 @@ body{ padding-left: 20px; .title{ text-align: left; - font-size: 18px; + font-size: 16px; } .time{ color: #999999; @@ -670,7 +670,7 @@ body{ } .text{ color: #434343; - font-size: 16px; + font-size: 14px; } } } diff --git a/app/pages/job/index.vue b/app/pages/job/index.vue index f701e0f..1eb698a 100644 --- a/app/pages/job/index.vue +++ b/app/pages/job/index.vue @@ -4,7 +4,7 @@ @@ -52,12 +52,12 @@ const activeIndex = ref(0); .banner { width: 100%; - height: 400px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 180px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; @@ -89,24 +89,29 @@ const activeIndex = ref(0); font-weight: bold; } .main{ + padding: 10px; .list{ - border-bottom: 1px solid #eeeeee; - padding: 10px 5px; + padding: 10px; font-size: 14px; cursor: pointer; color: #222222; + margin-bottom: 5px; + border-radius: 4px; + border-left: 4px solid #ffffff; &:hover{ - background: #cddcff; + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; } - } .active{ - background: #cddcff; + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; } &:last-child{ border-bottom: none; } - } } .right_main{ diff --git a/app/pages/new/details.vue b/app/pages/new/details.vue index 11fe29e..fd51a03 100644 --- a/app/pages/new/details.vue +++ b/app/pages/new/details.vue @@ -54,12 +54,12 @@ background: #f6f8fa; .banner { width: 100%; - height: 400px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 180px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/new/index.vue b/app/pages/new/index.vue index 405ace1..a50c998 100644 --- a/app/pages/new/index.vue +++ b/app/pages/new/index.vue @@ -92,12 +92,12 @@ .banner { width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/product/regulatory.vue b/app/pages/product/regulatory.vue index 2450338..8a72453 100644 --- a/app/pages/product/regulatory.vue +++ b/app/pages/product/regulatory.vue @@ -59,12 +59,12 @@ .container{ .banner { width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/pro_banner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/public/details.vue b/app/pages/public/details.vue index 175346e..e517031 100644 --- a/app/pages/public/details.vue +++ b/app/pages/public/details.vue @@ -49,12 +49,12 @@ const activeIndex = ref(0); .banner { width: 100%; - height: 400px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 180px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/public/index.vue b/app/pages/public/index.vue index 2aefcf5..e4657ee 100644 --- a/app/pages/public/index.vue +++ b/app/pages/public/index.vue @@ -54,12 +54,12 @@ const activeIndex = ref(0); .banner { width: 100%; - height: 400px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 180px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; @@ -91,19 +91,29 @@ const activeIndex = ref(0); font-weight: bold; } .main{ + padding: 10px; .list{ - border-bottom: 1px solid #eeeeee; - padding: 10px 5px; + padding: 10px; font-size: 14px; cursor: pointer; + color: #222222; + margin-bottom: 5px; + border-radius: 4px; + border-left: 4px solid #ffffff; &:hover{ - background: #f1f1fa; + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; } } + .active{ + background: #e4ecff; + border-left: 4px solid #3f79ff; + color: #3f79ff; + } &:last-child{ border-bottom: none; } - } } .right_main{ diff --git a/app/pages/rule/details.vue b/app/pages/rule/details.vue index 786d28d..b3894c7 100644 --- a/app/pages/rule/details.vue +++ b/app/pages/rule/details.vue @@ -54,12 +54,12 @@ background: #f6f8fa; .banner { width: 100%; - height: 400px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 180px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/rule/index.vue b/app/pages/rule/index.vue index 918f247..f0d6c42 100644 --- a/app/pages/rule/index.vue +++ b/app/pages/rule/index.vue @@ -75,12 +75,12 @@ const activeIndex = ref(0); background: #f6f8fa; .banner { width: 100%; - height: 494px; + height: 320px; background: url("@/assets/images/newbanner.png") no-repeat top center; .banner_main { width: 1400px; margin: 0 auto; - padding-top: 230px; + padding-top: 135px; h2 { font-size: 60px; color: #ffffff; diff --git a/app/pages/service/index.vue b/app/pages/service/index.vue index 68fc0b4..04f8a1d 100644 --- a/app/pages/service/index.vue +++ b/app/pages/service/index.vue @@ -8,9 +8,14 @@

    安全第一 预防为主 综合治理

    + + + +
    -
    -
    +
    +
    业务与服务
    +
    -
    -
    河北秦安安全科技股份有限公司(原秦皇岛中宇安全评价有限公司)2019年12月26日取得了河北省应急管理厅颁发的《安全评价机构资质证书》,证书编号:APJ-(冀)-001。现有安全评价师35人,其中一级评价师9人,二级评价师10人,三级评价师16人。具有高级专业技术职称的6人,具有中级专业技术职称的5人,注册安全工程师20人。
    - +
    +
    + 河北秦安安全科技股份有限公司(原秦皇岛中宇安全评价有限公司)2019年12月26日取得了河北省应急管理厅颁发的《安全评价机构资质证书》,证书编号:APJ-(冀)-001。现有安全评价师35人,其中一级评价师9人,二级评价师10人,三级评价师16人。具有高级专业技术职称的6人,具有中级专业技术职称的5人,注册安全工程师20人。 +
    +
    +

    安全标准化评南与咨询

    +
    +
    +

    职业卫生检测与评价

    +
    +
    +

    安全生产检测检验

    +
    @@ -34,11 +49,8 @@