From fb4767ddfb33373acbb707344e2b773b4819e6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Wed, 4 Oct 2023 17:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=83=A8=E5=88=86=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E9=A1=B5=E9=9D=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about.html | 5 +- business.html | 1 + common/header.html | 6 +- contact.html | 1 + css/common/common.less | 162 ------- css/common/var.less | 2 - css/responsive.css | 330 ++++++++++++++ css/responsive.less | 439 +++++++++++++++++++ css/style.css | 12 +- css/style.less | 135 +++++- detail.html | 1 + images/guanbi.png | Bin 0 -> 2820 bytes images/menu.png | Bin 0 -> 1027 bytes images/{header-bg.png => transparent-bg.png} | Bin index.html | 3 +- js/main.js | 23 + story.html | 15 +- 17 files changed, 954 insertions(+), 181 deletions(-) delete mode 100644 css/common/common.less delete mode 100644 css/common/var.less create mode 100644 css/responsive.css create mode 100644 css/responsive.less create mode 100644 images/guanbi.png create mode 100644 images/menu.png rename images/{header-bg.png => transparent-bg.png} (100%) diff --git a/about.html b/about.html index 99829c4..1c35d76 100644 --- a/about.html +++ b/about.html @@ -15,6 +15,7 @@ + @@ -29,7 +30,7 @@
- +

@@ -51,7 +52,7 @@

-

企业文化

+

业务覆盖

diff --git a/business.html b/business.html index ac43f66..f38e378 100644 --- a/business.html +++ b/business.html @@ -15,6 +15,7 @@ + diff --git a/common/header.html b/common/header.html index 63b3e8f..91e6e28 100644 --- a/common/header.html +++ b/common/header.html @@ -5,7 +5,7 @@
\ No newline at end of file diff --git a/contact.html b/contact.html index be1663a..80331b1 100644 --- a/contact.html +++ b/contact.html @@ -15,6 +15,7 @@ + diff --git a/css/common/common.less b/css/common/common.less deleted file mode 100644 index dc343ac..0000000 --- a/css/common/common.less +++ /dev/null @@ -1,162 +0,0 @@ -@import 'var.less'; - -// .generate-mt(@n, @i: 0) when (@i =< @n) { -// .mt-@{i} { -// margin-top: 1px * @i; -// } - -// .generate-mt(@n, (@i + 5)); -// } - -// .generate-mt(100); - -// .generate-mb(@n, @i: 0) when (@i =< @n) { -// .mb-@{i} { -// margin-bottom: 1px * @i; -// } - -// .generate-mb(@n, (@i + 5)); -// } - -// .generate-mb(100); - -// .generate-pt(@n, @i: 0) when (@i =< @n) { -// .pt-@{i} { -// padding-top: 1px * @i; -// } - -// .generate-pt(@n, (@i + 5)); -// } - -// .generate-pt(100); - -// .generate-pb(@n, @i: 0) when (@i =< @n) { -// .pb-@{i} { -// padding-bottom: 1px * @i; -// } - -// .generate-pb(@n, (@i + 5)); -// } - -// .generate-pb(100); - -.limit-line { - display: -webkit-box; - -webkit-box-orient: vertical; - overflow: hidden; -} - -.clamp-1 { - -webkit-line-clamp: 1; -} - -.clamp-2 { - -webkit-line-clamp: 2; -} - -.clamp-3 { - -webkit-line-clamp: 3; -} - -.clearfix { - zoom: 1; -} - -.clearfix::after { - display: block; - content: ''; - clear: both; -} - -.full-wrap { - width: 100%; -} - -.main-wrap { - width: @mw; - margin: 0 auto; -} - -.mg-center { - margin-top: 0; - margin-bottom: 0; - margin-left: auto; - margin-right: auto; -} - -.header { - z-index: 20; - position: fixed; - top: 0; - left: 0; - right: 0; - width: 100%; - background-image: url('/images/header-bg.png'); - - .main { - height: 90px; - display: flex; - align-items: center; - justify-content: space-between; - } - - .logo { - img { - max-height: 50px; - } - } - - .menu { - .group { - display: flex; - } - - .item { - margin-left: 50px; - } - - .link { - font-size: 18px; - color: #FFFFFF; - } - - .link.active, - .link:hover { - font-weight: bold; - } - } -} - -.footer { - width: 100%; - background-color: #343434; - - .main { - padding: 30px 0; - - .row:first-child { - margin-top: 0; - } - - .row { - font-size: 18px; - color: #FFFFFF; - text-align: center; - line-height: 20px; - margin-top: 20px; - } - - .tel { - display: inline-block; - width: 355px; - border: 2px solid #DDDDDD; - border-radius: 30px; - padding: 20px; - font-size: 24px; - } - - .icp { - color: #999999; - } - } -} \ No newline at end of file diff --git a/css/common/var.less b/css/common/var.less deleted file mode 100644 index fcad525..0000000 --- a/css/common/var.less +++ /dev/null @@ -1,2 +0,0 @@ -// main max width -@mw: 1366px; diff --git a/css/responsive.css b/css/responsive.css new file mode 100644 index 0000000..cba938e --- /dev/null +++ b/css/responsive.css @@ -0,0 +1,330 @@ +@media screen and (max-width: 768px) { + .pc { + display: none; + } + .mobile { + display: initial; + } + .main-wrap { + width: 92%; + } + .header .logo { + font-size: 0; + } + .header .logo img { + max-height: 26px; + } + .header .main { + height: 45px; + } + .header .menu .menu-group { + z-index: 20; + display: none; + position: fixed; + left: 0; + top: 45px; + right: 0; + animation-duration: 0.2s; + } + .header .menu .menu-mask { + z-index: 10; + display: none; + position: fixed; + top: 45px; + left: 0; + right: 0; + bottom: 0; + animation-duration: 0.35s; + background-image: url('/images/transparent-bg.png'); + } + .header .menu .menu-btn { + font-size: 0; + } + .header .menu .menu-btn .btn-img { + max-width: 26px; + } + .header .menu .item { + margin-left: 0; + background-color: #C7001C; + padding: 0 18px; + } + .header .menu .item .link { + display: block; + box-sizing: border-box; + border-bottom: 2px solid #D02121; + padding: 15px 0; + } + .header .menu .item .link.active, + .header .menu .item .link:hover { + font-weight: normal; + } + .header .menu .item:first-child { + padding-top: 25px; + } + .header .menu .item:last-child { + padding-bottom: 40px; + } + .footer .logo-bottom { + max-height: 26px; + } + .footer .main .row { + font-size: 10px; + margin-top: 10px; + line-height: 13px; + } + .footer .main .tel { + width: 178px; + font-size: 12px; + padding: 10px; + } + .section.main-banner .item { + height: 255px; + } + .banner-text { + padding-top: 25px; + } + .banner-text p:nth-child(1) { + font-size: 15px; + line-height: 15px; + margin-bottom: 15px; + } + .banner-text p:nth-child(2) { + font-size: 12px; + line-height: 12px; + } + .section .section-title.style-1 .title { + font-size: 15px; + line-height: 18px; + } + .section .section-title.style-1 .title::before, + .section .section-title.style-1 .title::after { + width: 29px; + height: 2px; + } + .section.idx-about { + margin-top: 20px; + } + .section.idx-about .ia-container { + margin-top: 20px; + font-size: 12px; + line-height: 18px; + } + .section.idx-about .ia-image { + margin-top: 20px; + } + .section.idx-calture { + margin-top: 35px; + margin-bottom: 35px; + } + .section.idx-calture .caltrue-item:first-child { + margin-top: 20px; + } + .section.idx-calture .caltrue-item { + height: auto; + margin-top: 10px; + padding: 20px; + } + .section.idx-calture .title { + margin-bottom: 14px; + } + .section.idx-calture .title .text { + font-size: 15px; + } + .section.idx-calture .title .cover { + width: 15px; + height: 15px; + margin-right: 8px; + } + .section.idx-calture .desc { + font-size: 12px; + line-height: 18px; + } + .section.sec-banner { + height: 174px; + } + .section.sec-banner .banner-text { + padding-top: 45px; + } + .full-wrap.about { + background-color: unset; + } + .section.about-textarea { + padding-top: 20px; + padding-bottom: 35px; + } + .section.about-textarea .at-img { + max-height: 30px; + } + .section.about-textarea .content { + margin-top: 20px; + font-size: 12px; + line-height: 18px; + } + .section.about-textarea .img-group { + margin-top: 30px; + } + .section.about-textarea .img-group .item { + width: 110px; + height: 70px; + } + .section.mapcont { + margin-top: 0; + } + .section.mapcont .mcont { + margin-top: 25px; + } + .section.addrcont { + margin-top: 20px; + margin-bottom: 50px; + } + .section.addrcont .aacont { + margin-top: 25px; + } + .section.addrcont .aacont li::before { + width: 19px; + height: 19px; + margin-top: 6px; + } + .section.addrcont .aacont li:nth-child(2) { + margin-top: 15px; + } + .section.addrcont .aacont li { + width: 100%; + float: unset; + margin-top: 15px; + align-items: flex-start; + } + .section.addrcont .aacont a { + font-size: 12px; + line-height: 30px; + margin-left: 7px; + } + .section.contact-map { + margin-top: 30px; + height: 250px; + } + .section.contact-map .cm-desc { + width: 339px; + border: 1px solid #DDDDDD; + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35); + } + .section.contact-map .cm-desc .logo { + width: 127px; + height: 127px; + } + .section.contact-map .cm-desc .desc { + width: auto; + padding: 14px; + } + .section.contact-map .cm-map { + top: 30px; + height: 220px; + } + .section.contact-map .title h1 { + font-size: 14px; + margin-bottom: 0; + line-height: 14px; + } + .section.contact-map .title p { + font-size: 10px; + } + .section.contact-map .items li { + margin-top: 5px; + } + .section.contact-map .items img { + width: 13px; + height: 13px; + } + .section.contact-map .items p { + font-size: 12px; + line-height: 13px; + } + .section.paragraph-content { + margin-top: 35px; + margin-bottom: 37px; + } + .section.paragraph-content .paragraph .title { + font-size: 14px; + line-height: 18px; + text-align: center; + margin-bottom: 18px; + } + .section.paragraph-content .paragraph .content { + font-size: 12px; + line-height: 20px; + } + .section.cooperate .content { + font-size: 12px; + line-height: 20px; + margin-top: 28px; + margin-bottom: 35px; + } + .section.article-detail { + margin-top: 0; + margin-bottom: 40px; + } + .section.article-detail .title { + padding: 20px 0; + text-align: left; + border-bottom: 2px dashed #E5E5E5; + } + .section.article-detail .title h1 { + font-size: 14px; + line-height: 18px; + } + .section.article-detail .content { + padding: 12px 0; + font-size: 12px; + line-height: 18px; + } + .section.story-cont { + margin-top: 24px; + } + .section.story-cont .title { + font-size: 11px; + text-align: center; + margin-bottom: 12px; + } + .section.story-cont .image-con { + border-radius: 0; + } + .section.story-cont .image-con p { + font-size: 10px; + line-height: 12px; + padding: 9px 15px; + } + .section.story-cont .story-item:nth-child(2n) .desc { + border-radius: 0; + } + .section.story-cont .story-item .img { + width: 100%; + height: 188px; + border-radius: 0; + float: unset; + } + .section.story-cont .story-item .desc { + width: 100%; + height: auto; + border-radius: 0; + float: unset; + margin-top: 0; + padding: 30px 20px; + } + .section.story-cont .story-item .text { + display: inline-block; + font-size: 12px; + line-height: 12px; + margin-bottom: 20px; + } + .section.story-cont .story-item .text:nth-child(2) { + color: #666666; + margin-left: 10px; + } + .section.story-cont .story-item .content { + font-size: 12px; + line-height: 18px; + } + .section.story-cont.last { + margin-bottom: 24px; + } +} diff --git a/css/responsive.less b/css/responsive.less new file mode 100644 index 0000000..6014eb4 --- /dev/null +++ b/css/responsive.less @@ -0,0 +1,439 @@ +// main max width +@mw: 92%; + +@media screen and (max-width: 768px) { + .pc { + display: none; + } + + .mobile { + display: initial; + } + + .main-wrap { + width: @mw; + } + + .header { + .logo { + font-size: 0; + + img { + max-height: 26px; + } + } + + .main { + height: 45px; + } + + .menu { + .menu-group { + z-index: 20; + display: none; + position: fixed; + left: 0; + top: 45px; + right: 0; + animation-duration: 0.2s; + } + + .menu-mask { + z-index: 10; + display: none; + position: fixed; + top: 45px; + left: 0; + right: 0; + bottom: 0; + animation-duration: 0.35s; + background-image: url('/images/transparent-bg.png'); + } + + .menu-btn { + font-size: 0; + + .btn-img { + max-width: 26px; + } + } + + .item { + margin-left: 0; + background-color: #C7001C; + padding: 0 18px; + + .link { + display: block; + box-sizing: border-box; + border-bottom: 2px solid #D02121; + padding: 15px 0; + } + + .link.active, + .link:hover { + font-weight: normal; + } + } + + .item:first-child { + padding-top: 25px; + } + + .item:last-child { + padding-bottom: 40px; + } + } + } + + .footer { + .logo-bottom { + max-height: 26px; + } + + .main { + .row { + font-size: 10px; + margin-top: 10px; + line-height: 13px; + } + + .tel { + width: 178px; + font-size: 12px; + padding: 10px; + } + } + } + + .section.main-banner { + .item { + height: 255px; + } + } + + .banner-text { + padding-top: 25px; + + p:nth-child(1) { + font-size: 15px; + line-height: 15px; + margin-bottom: 15px; + } + + p:nth-child(2) { + font-size: 12px; + line-height: 12px; + } + } + + .section { + .section-title.style-1 { + .title { + font-size: 15px; + line-height: 18px; + } + + .title::before, + .title::after { + width: 29px; + height: 2px; + } + } + } + + .section.idx-about { + margin-top: 20px; + + .ia-container { + margin-top: 20px; + font-size: 12px; + line-height: 18px; + } + + .ia-image { + margin-top: 20px; + } + } + + .section.idx-calture { + margin-top: 35px; + margin-bottom: 35px; + + .caltrue-item:first-child { + margin-top: 20px; + } + + .caltrue-item { + height: auto; + margin-top: 10px; + padding: 20px; + } + + .title { + margin-bottom: 14px; + + .text { + font-size: 15px; + } + + .cover { + width: 15px; + height: 15px; + margin-right: 8px; + } + } + + .desc { + font-size: 12px; + line-height: 18px; + } + } + + .section.sec-banner { + height: 174px; + + .banner-text { + padding-top: 45px; + } + } + + .full-wrap.about { + background-color: unset; + } + + .section.about-textarea { + padding-top: 20px; + padding-bottom: 35px; + + .at-img { + max-height: 30px; + } + + .content { + margin-top: 20px; + font-size: 12px; + line-height: 18px; + } + + .img-group { + margin-top: 30px; + + .item { + width: 110px; + height: 70px; + } + } + + } + + .section.mapcont { + margin-top: 0; + + .mcont { + margin-top: 25px; + } + } + + .section.addrcont { + margin-top: 20px; + margin-bottom: 50px; + + .aacont { + margin-top: 25px; + + li::before { + width: 19px; + height: 19px; + margin-top: 6px; + } + + li:nth-child(2) { + margin-top: 15px; + } + + li { + width: 100%; + float: unset; + margin-top: 15px; + align-items: flex-start; + } + + a { + font-size: 12px; + line-height: 30px; + margin-left: 7px; + } + } + } + + .section.contact-map { + margin-top: 30px; + height: 250px; + + .cm-desc { + width: 339px; + border: 1px solid #DDDDDD; + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35); + + .logo { + width: 127px; + height: 127px; + } + + .desc { + width: auto; + padding: 14px; + } + } + + .cm-map { + top: 30px; + height: 220px; + } + + .title { + h1 { + font-size: 14px; + margin-bottom: 0; + line-height: 14px; + } + + p { + font-size: 10px; + } + } + + .items { + li { + margin-top: 5px; + } + + img { + width: 13px; + height: 13px; + } + + p { + font-size: 12px; + line-height: 13px; + } + } + } + + .section.paragraph-content { + margin-top: 35px; + margin-bottom: 37px; + + .paragraph { + .title { + font-size: 14px; + line-height: 18px; + text-align: center; + margin-bottom: 18px; + } + + .content { + font-size: 12px; + line-height: 20px; + } + } + } + + .section.cooperate { + .content { + font-size: 12px; + line-height: 20px; + margin-top: 28px; + margin-bottom: 35px; + } + } + + .section.article-detail { + margin-top: 0; + margin-bottom: 40px; + + .title { + padding: 20px 0; + text-align: left; + border-bottom: 2px dashed #E5E5E5; + + h1 { + font-size: 14px; + line-height: 18px; + } + } + + .content { + padding: 12px 0; + font-size: 12px; + line-height: 18px; + } + } + + .section.story-cont { + margin-top: 24px; + + .title { + font-size: 11px; + text-align: center; + margin-bottom: 12px; + } + + .image-con { + border-radius: 0; + + p { + font-size: 10px; + line-height: 12px; + padding: 9px 15px; + } + } + + .story-item:nth-child(2n) { + .desc { + border-radius: 0; + } + } + + .story-item { + .img { + width: 100%; + height: 188px; + border-radius: 0; + float: unset; + } + + .desc { + width: 100%; + height: auto; + border-radius: 0; + float: unset; + margin-top: 0; + padding: 30px 20px; + } + + .text { + display: inline-block; + font-size: 12px; + line-height: 12px; + margin-bottom: 20px; + } + + .text:nth-child(2) { + color: #666666; + margin-left: 10px; + } + + .content { + font-size: 12px; + line-height: 18px; + } + } + } + + .section.story-cont.last { + margin-bottom: 24px; + } + +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5781483..082a149 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ +.mobile { + display: none; +} +.pc { + display: initial; +} .limit-line { display: -webkit-box; -webkit-box-orient: vertical; @@ -40,7 +46,7 @@ left: 0; right: 0; width: 100%; - background-image: url('/images/header-bg.png'); + background-image: url('/images/transparent-bg.png'); } .header .main { height: 90px; @@ -51,7 +57,7 @@ .header .logo img { max-height: 50px; } -.header .menu .group { +.header .menu .menu-group { display: flex; } .header .menu .item { @@ -451,7 +457,7 @@ right: 0; bottom: 0; width: 100%; - background-image: url('/images/header-bg.png'); + background-image: url('/images/transparent-bg.png'); font-size: 24px; font-weight: bold; color: #FFFFFF; diff --git a/css/style.less b/css/style.less index 601c746..ae8e8f3 100644 --- a/css/style.less +++ b/css/style.less @@ -1,5 +1,134 @@ -@import 'common/var.less'; -@import 'common/common.less'; +// main max width +@mw: 1366px; + +.mobile { + display: none; +} + +.pc { + display: initial; +} + +.limit-line { + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.clamp-1 { + -webkit-line-clamp: 1; +} + +.clamp-2 { + -webkit-line-clamp: 2; +} + +.clamp-3 { + -webkit-line-clamp: 3; +} + +.clearfix { + zoom: 1; +} + +.clearfix::after { + display: block; + content: ''; + clear: both; +} + +.full-wrap { + width: 100%; +} + +.main-wrap { + width: @mw; + margin: 0 auto; +} + +.mg-center { + margin-top: 0; + margin-bottom: 0; + margin-left: auto; + margin-right: auto; +} + +.header { + z-index: 20; + position: fixed; + top: 0; + left: 0; + right: 0; + width: 100%; + background-image: url('/images/transparent-bg.png'); + + .main { + height: 90px; + display: flex; + align-items: center; + justify-content: space-between; + } + + .logo { + img { + max-height: 50px; + } + } + + .menu { + .menu-group { + display: flex; + } + + .item { + margin-left: 50px; + } + + .link { + font-size: 18px; + color: #FFFFFF; + } + + .link.active, + .link:hover { + font-weight: bold; + } + } +} + +.footer { + width: 100%; + background-color: #343434; + + .main { + padding: 30px 0; + + .row:first-child { + margin-top: 0; + } + + .row { + font-size: 18px; + color: #FFFFFF; + text-align: center; + line-height: 20px; + margin-top: 20px; + } + + .tel { + display: inline-block; + width: 355px; + border: 2px solid #DDDDDD; + border-radius: 30px; + padding: 20px; + font-size: 24px; + } + + .icp { + color: #999999; + } + } +} .banner-text { color: #FFFFFF; @@ -456,7 +585,7 @@ right: 0; bottom: 0; width: 100%; - background-image: url('/images/header-bg.png'); + background-image: url('/images/transparent-bg.png'); font-size: 24px; font-weight: bold; color: #FFFFFF; diff --git a/detail.html b/detail.html index c27c39a..110e150 100644 --- a/detail.html +++ b/detail.html @@ -15,6 +15,7 @@ + diff --git a/images/guanbi.png b/images/guanbi.png new file mode 100644 index 0000000000000000000000000000000000000000..114683d9fd75119d0eadd00e47dbce11e0e700a3 GIT binary patch literal 2820 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 literal 0 HcmV?d00001 diff --git a/images/header-bg.png b/images/transparent-bg.png similarity index 100% rename from images/header-bg.png rename to images/transparent-bg.png diff --git a/index.html b/index.html index 77d7928..637ccd4 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ + @@ -39,7 +40,7 @@
-
+
+ @@ -34,9 +35,12 @@
-

社会责任

+

客户故事