From 3b93867aa6bf73bc9378d160a4653c042852bb2f Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Mon, 14 Feb 2022 18:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 91 +++++++- htmls/Interview.html | 21 +- htmls/InterviewDetails.html | 19 +- htmls/aboutUs.html | 21 +- htmls/brand.html | 34 +-- htmls/contactUs.html | 21 +- htmls/contentPage.html | 17 +- htmls/engineering.html | 47 ++-- htmls/honoraryCertificate.html | 19 +- htmls/indexBrand.html | 31 ++- htmls/projectIntroduction.html | 315 +++++++++++++------------- htmls/projectIntroductionDetails.html | 18 +- htmls/serviceConcept.html | 31 +-- htmls/siteImage.html | 25 +- htmls/wellKnownProducts.html | 27 ++- htmls/测量工具1.jpg | Bin 0 -> 1146 bytes imgs/iocn3.png | Bin 0 -> 1294 bytes index.html | 2 +- 18 files changed, 400 insertions(+), 339 deletions(-) create mode 100644 htmls/测量工具1.jpg create mode 100644 imgs/iocn3.png diff --git a/css/style.css b/css/style.css index af91309..e3d80fe 100644 --- a/css/style.css +++ b/css/style.css @@ -109,6 +109,9 @@ z-index: 5; left: 0px; } +.footer a{ + color: #262626; +} .returnIndex{ position: fixed; right: 50px; @@ -131,6 +134,7 @@ .text{ width: 954px; height: 806px; + animation: myfirstTe 2s; text-align: center; padding: 60px 30px 60px 80px; box-shadow: 0px 0px 130px #000 inset; @@ -153,6 +157,7 @@ .contentPageC .title{ font-size: 44px; margin-bottom: 59px; + font-style:italic; line-height: 44px; color: #fefefe; } @@ -186,7 +191,7 @@ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); - background: #535353; + background: #A3A3A3; } @@ -196,7 +201,7 @@ border-radius: 10px; - background: #EDEDED; + background: #201E1B; } @@ -219,25 +224,32 @@ } .aboutUsTitle{ font-size: 28px; +animation: myfirst 4s; color: #e8e8e8; margin-bottom: 30px; padding-top: 60px; } .aboutUsSubtitle{ font-size: 18px; + animation: myfirst 4s; color: #e8e8e8; line-height: 36px; } + .aboutUsP{ font-size: 16px; line-height: 32px; margin-top: 65px; + animation: myfirsta 4s; + + color: #e8e8e8; } .honoraryCertificate .title{ font-size: 44px; margin-bottom: 43px; +font-style:italic; padding-top: 30px; text-align: center; color: #e8e8e8; @@ -355,6 +367,7 @@ margin-bottom: 12px; .Interview .title{ font-size: 44px; color: #fefefe; + font-style:italic; text-align: center; } .Interview .select{ @@ -403,6 +416,9 @@ margin-bottom: 12px; line-height: 24px; color: #e8e8e8; } +.projectIntroductionList>div>.on{ + text-decoration: underline; +} .projectIntroduction{ display: flex; justify-content: space-between; @@ -417,8 +433,13 @@ margin-bottom: 12px; .projectIntroductionCon .title{ font-size: 44px; color: #fefefe; + font-style:italic; text-align: center; } +option{ + font-size: 20px; + background-color: rgba(0,0,0,0); +} .projectIntroductionCon .select{ width: 100px; height: 46px; @@ -529,6 +550,7 @@ margin-bottom: 12px; } .brand .title{ margin-bottom: 22px; + font-style:italic } .brand .p{ @@ -562,10 +584,14 @@ margin-bottom: 12px; .serviceConcept .list>:nth-child(2){ font-size: 22px; color: #e8e8e8; - font-weight: bold; + line-height: 22px; margin-bottom: 12px; } +.serviceConcept .list:hover>:nth-child(2){ + font-weight: bold; +} + .serviceConcept .list>:nth-child(3){ font-size: 12px; color: #ffffff; @@ -589,7 +615,7 @@ margin-bottom: 12px; } .serviceConcept .list:hover{ - background-color: rgba(196,196,196,0.5); + background-color: rgba(196,196,196,0.9); } .serviceConcept .list:hover>:nth-child(2){ @@ -727,7 +753,7 @@ height: 31px; margin-right: 32px; } .indexBrandCon .contentPage{ - width: 600px; + width: 580px; text-align: left; } .indexBrandNav{ @@ -737,17 +763,23 @@ height: 31px; .indexBrandNav .list p{ font-size: 16px; line-height: 16px; - margin-bottom: 16px; + margin-bottom: 5px; color: #e8e8e8; + display: inline-block; + padding: 5px; +} +.indexBrandNav .list .on{ + background-color: #3b3a39; } .indexBrandCon .contentPage .subtitle{ margin-top: 30px; } -.indexBrandNav .list .tit{ +.indexBrandNav .tit{ font-size: 18px; line-height: 18px; color: #e8e8e8; + margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #2c2b28; @@ -931,6 +963,12 @@ height: 84px; .swiper-a{ transform: rotate(180deg); } +select{ + outline:none +} +.aboutUsText{ + margin-left: -55px; +} @media screen and (min-width:767px) and (max-width:991px) { } @@ -1001,6 +1039,7 @@ height: 84px; .aboutUsText{ width: 70%; + margin: 0px; } .honoraryCertificateCon{ margin-left: 30px; @@ -1113,6 +1152,7 @@ height: 84px; } .projectIntroductionCon .title{ font-size: 24px; + } .engineeringNavList{ display: flex; @@ -1344,4 +1384,41 @@ height: 84px; margin: 0px; margin-top: 20px; } +} +@keyframes myfirst +{ + 0% { + margin-left: 100px; + opacity: 0; + } + 50%{ + margin-left: 100px; + opacity: 0; + } + 100% { + margin-left: 0px; + opacity: 1; + } +} +@keyframes myfirsta +{ + from { + margin-top: 200px; + opacity: 0; + } + to { + margin-top: 65px; + opacity: 1; + } +} +@keyframes myfirstTe +{ + from { + margin-top: 100vh; + opacity: 0; + } + to { + margin-top: 0px; + opacity: 1; + } } \ No newline at end of file diff --git a/htmls/Interview.html b/htmls/Interview.html index 1fd771b..d8d37a4 100644 --- a/htmls/Interview.html +++ b/htmls/Interview.html @@ -34,20 +34,17 @@ + @@ -141,7 +138,7 @@ diff --git a/htmls/InterviewDetails.html b/htmls/InterviewDetails.html index 88fc793..6ead5c5 100644 --- a/htmls/InterviewDetails.html +++ b/htmls/InterviewDetails.html @@ -30,20 +30,17 @@ + @@ -69,7 +66,7 @@ diff --git a/htmls/aboutUs.html b/htmls/aboutUs.html index 13afe3d..32e7f4c 100644 --- a/htmls/aboutUs.html +++ b/htmls/aboutUs.html @@ -31,20 +31,17 @@ + 項目介紹 + 名品軟裝 + 工程工藝 + 聯繫我們 + @@ -71,7 +68,7 @@ diff --git a/htmls/brand.html b/htmls/brand.html index 6fe606d..d2199fe 100644 --- a/htmls/brand.html +++ b/htmls/brand.html @@ -30,20 +30,17 @@ + 項目介紹 + 名品軟裝 + 工程工藝 + 聯繫我們 + @@ -51,11 +48,18 @@

名品軟裝

- - - + + + +

专注为您量需定制更优生活方式

@@ -70,7 +74,7 @@
diff --git a/htmls/contactUs.html b/htmls/contactUs.html index a173e21..ce3ba8c 100644 --- a/htmls/contactUs.html +++ b/htmls/contactUs.html @@ -39,20 +39,17 @@ + 項目介紹 + 名品軟裝 + 工程工藝 + 聯繫我們 + @@ -125,7 +122,7 @@ diff --git a/htmls/contentPage.html b/htmls/contentPage.html index 8170b68..a8028be 100644 --- a/htmls/contentPage.html +++ b/htmls/contentPage.html @@ -30,20 +30,17 @@ +
@@ -72,7 +69,7 @@
diff --git a/htmls/engineering.html b/htmls/engineering.html index 439dc9e..fa93aec 100644 --- a/htmls/engineering.html +++ b/htmls/engineering.html @@ -34,26 +34,16 @@ @@ -62,12 +52,18 @@

工程工藝

- - - + +
+ +
@@ -133,12 +129,12 @@
diff --git a/htmls/projectIntroduction.html b/htmls/projectIntroduction.html index 20b6d06..2f32c18 100644 --- a/htmls/projectIntroduction.html +++ b/htmls/projectIntroduction.html @@ -2,189 +2,192 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + -
- -
-
- - -
-
-

項目介紹

-
- +
+ +
+
+ -
- -
-
-

開元集團光霧合谷酒店

-

釋玥森林度假酒店

-

樂山.清水荷花素食餐廳

-

巴中通江主題酒店

-

甘南州臨潭縣臨潭大酒店

-

南部銘流主題酒店

-

長城國際酒店

-

康普雷斯國際酒店

-

紅原羅布林卡酒店

-

新疆庫爾勒金泰國際酒店

-

烏魯木齊天成國際酒店

-

長城國際酒店

-

康普雷斯國際酒店

-

寬窄巷子.天趣.紫園

-
- - -
+
+
+

項目介紹

+
+
+
+ +
+ +
+
+

開元集團光霧合谷酒店

+

釋玥森林度假酒店

+

樂山.清水荷花素食餐廳

+

巴中通江主題酒店

+

甘南州臨潭縣臨潭大酒店

+

南部銘流主題酒店

+

長城國際酒店

+

康普雷斯國際酒店

+

紅原羅布林卡酒店

+

新疆庫爾勒金泰國際酒店

+

烏魯木齊天成國際酒店

+

長城國際酒店

+

康普雷斯國際酒店

+

寬窄巷子.天趣.紫園

+
+ + +
+
+ +
+ + +
+ +
+
+ + + + + -
- -
- - - - - - - +
- - -
+ + +
+ +
+ + +
-
- -
- - - -
+ - + + + + + + $(".projectIntroductionNavButton").on("click", function (params) { + if (dif) { + $(".projectIntroductionNav").css("height", "auto") + $(".projectIntroductionList>div>:nth-child(1)").css("marginBottom", "24px") - - + $(".projectIntroductionNav>p").on("click", function () { + $(".projectIntroductionNav>p").removeClass("on") + $(this).addClass("on") + + }) + + + + \ No newline at end of file diff --git a/htmls/projectIntroductionDetails.html b/htmls/projectIntroductionDetails.html index aaa9a33..f590137 100644 --- a/htmls/projectIntroductionDetails.html +++ b/htmls/projectIntroductionDetails.html @@ -34,19 +34,17 @@
+
@@ -117,7 +115,7 @@
diff --git a/htmls/serviceConcept.html b/htmls/serviceConcept.html index 6cfa21e..0ecf0b6 100644 --- a/htmls/serviceConcept.html +++ b/htmls/serviceConcept.html @@ -32,31 +32,34 @@ +

名品軟裝

- - - + + + +
@@ -129,7 +132,7 @@
diff --git a/htmls/siteImage.html b/htmls/siteImage.html index 0c2cd33..c60aee1 100644 --- a/htmls/siteImage.html +++ b/htmls/siteImage.html @@ -38,18 +38,11 @@ 盛堂品牌 關於Allen Zhou 資質榮譽 - 資質榮譽 人物專訪 + 資質榮譽 人物專訪 項目介紹 - 名品軟裝名品軟裝 理念产品 - 工程工藝 - 工程工藝 工地形象 - - + 名品軟裝 + 工程工藝 聯繫我們
@@ -59,11 +52,17 @@

工程工藝

- - +
+ +
@@ -126,7 +125,7 @@
diff --git a/htmls/wellKnownProducts.html b/htmls/wellKnownProducts.html index 7a948fd..c18b58a 100644 --- a/htmls/wellKnownProducts.html +++ b/htmls/wellKnownProducts.html @@ -38,18 +38,11 @@ 盛堂品牌 關於Allen Zhou 資質榮譽 - 資質榮譽 人物專訪 + 資質榮譽 人物專訪 項目介紹 - 名品軟裝名品軟裝 理念产品 - 工程工藝 - 工程工藝 工地形象 - - + 名品軟裝 + 工程工藝 聯繫我們 @@ -58,11 +51,17 @@

名品软装

- - - + + + +
@@ -96,7 +95,7 @@
diff --git a/htmls/测量工具1.jpg b/htmls/测量工具1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f948c6f47ea5fc1d3f7a8b43142e87b8cbdccd41 GIT binary patch literal 1146 zcmaJ=%Wl&^6de;JDkYG(qzy_@I&#zoTH>*tI;pLOqjoz2{z&r+^+uZ;Q;3~qOfNc%+ z!5Lt{eOk@|5MIVM`o8a|2-zO58RQ7_IoET7tN~N#1Ga^EF$?-By*O0=#J&YNxYZE;pLu zcB?FlV!PRpOS=t8XiK}5wjzo0l-nZu(89JqhpCJ)3=+&8`di9F4rN$rlO*ep8kOL6+=@1`UXcxI7q;@u8=fzw1_4S9Mq4`JrKM_c`aUZ*Je}?m7+a zbRsZlnLBbF(IRI6Oalfu4A_xzJTV#r3gDK7&%XhOavBVPIbdEklhdFyFh0wFR_N(DjMA08dN)HsFNB{FRb_jW3`ppjBJYCnWD9U|CE5+OsJapj9g9 zV-o){aB2r{?>Ctn&?*-6QHh%Y&gkH2YgK-eeF0iEfj%t9XMwXicp0fxnO#4lKR~NG z&=o~Nsef$s=|P5}FW?HvXJRZzR_ z1pkGuri3ejgH%Bku&-Iyw5(yI z#{0nWv55ucleT+G^*!sF#9Sk}9{?w%nis&|^b2U!2GmH-cHrc;<^|=t$x_U^AsLDN z1URj$c|qE@c`xOuKH0)6=FZ4S%%{MaEquHxhyz_KF|W4t3V|9qwi7s~rAMs_!l1Xy zu|0IV=J`%tBl|uF&h1b?r~*Iet+He8C(Sbdg!B^`&o}pf?6z~V& z68!5#SsF1O<^IPFNnw5l#%qr0mJ`rQL7&Q5SRsC;yp)7u`U134&}VWK)WQD=TpJlX z53Gr-|0d~|A_aXuF}I={SRC}fz>N_(F6cc8v8htf7hB{5)!$dj!?Qbh6A_c6_wrJk z0>4OsL%>Z5xh}-|z_FaYmse5}3##AbJn#>2eL@Wv<_^!kK2`x=k4>_@!mU&vt^NS6 zj>uOSg&I}wWn)Z&U2tBv@L56YE+bYhVC-#R4k_rWP+%c}7s`GGJqTRk$yK2JEUuFG z-9dB5H%Ix3T&--^_os$JKLVG^G54D4wgLJC)p6}5Vm0Aw!uN+-@O#R}kqc1Q=ZFQJ zpj_fy-ZWTeJbQ>(4=N<#s>s6M5C>@01gf=7LoJQn1*~X@2jHQ|!L9)Al-O86t2$7( zlXg*{hQ`j4uqL}(65aON7;rP?y`~G70%+v}ZJOAuGb6PZ92cLSaS4sTQ7f1U!pHkLE!JOBUy07*qoM6N<$ Eg2c35xc~qF literal 0 HcmV?d00001 diff --git a/index.html b/index.html index fe39f06..bad6f7c 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@