From e27c7231e58bf389609c282c6317df0da313dadd Mon Sep 17 00:00:00 2001 From: hongjunluo Date: Sat, 31 Dec 2022 02:03:51 +0800 Subject: [PATCH 1/2] v7.0.4 --- about/about01.html | 2 +- about/about02.html | 2 +- about/about03.html | 2 +- about/about04.html | 2 +- about/about05.html | 2 +- about/about06.html | 2 +- about/about07.html | 2 +- css/footer.css | 4 ++ css/index.css | 4 +- css/style.css | 46 ++++++++++++----- css/work.css | 2 +- form/form.html | 25 +++++---- news/news01.html | 2 +- news/news03.html | 2 +- service/service12.html | 2 +- service/service13.html | 2 +- service/service14.html | 104 ++++++++++++++++++++------------------ talent/detail.html | 2 +- talent/talent01.html | 2 +- talent/talent02.html | 2 +- talent/talent02_wrap.html | 2 +- work/work.html | 8 +-- 22 files changed, 132 insertions(+), 91 deletions(-) diff --git a/about/about01.html b/about/about01.html index 91a8967..95b40c9 100644 --- a/about/about01.html +++ b/about/about01.html @@ -38,7 +38,7 @@ -
+
diff --git a/about/about02.html b/about/about02.html index 837792d..a165464 100644 --- a/about/about02.html +++ b/about/about02.html @@ -30,7 +30,7 @@ -
+
diff --git a/about/about03.html b/about/about03.html index 0d1e5ad..d9a93da 100644 --- a/about/about03.html +++ b/about/about03.html @@ -29,7 +29,7 @@
-
+
diff --git a/about/about04.html b/about/about04.html index c82dce6..75437c2 100644 --- a/about/about04.html +++ b/about/about04.html @@ -37,7 +37,7 @@ -
+
diff --git a/about/about05.html b/about/about05.html index a9ade48..d4265de 100644 --- a/about/about05.html +++ b/about/about05.html @@ -30,7 +30,7 @@ -
+
diff --git a/about/about06.html b/about/about06.html index 51af338..fdd5afc 100644 --- a/about/about06.html +++ b/about/about06.html @@ -30,7 +30,7 @@ -
+
diff --git a/about/about07.html b/about/about07.html index 84bf5fc..00e5a98 100644 --- a/about/about07.html +++ b/about/about07.html @@ -40,7 +40,7 @@ -
+
diff --git a/css/footer.css b/css/footer.css index b475abd..bbbb072 100644 --- a/css/footer.css +++ b/css/footer.css @@ -4,6 +4,10 @@ padding:28px 0; /* border-top: 1px solid #eaeaea; */ } +.registerContainer .row{ + margin-left: 0; + margin-right: 0; +} .registerContainer img{ width:120px; height:120px; diff --git a/css/index.css b/css/index.css index 766844b..1bc002b 100644 --- a/css/index.css +++ b/css/index.css @@ -1147,8 +1147,8 @@ a:active{ padding: 10px 15px 20px 15px; } .registerContainer img { - width: 100px; - height: 100px; + width: 25vw; + height: auto; } .registerContainer .leftContent{ justify-content: center; diff --git a/css/style.css b/css/style.css index 031c1c5..912d6f0 100644 --- a/css/style.css +++ b/css/style.css @@ -625,6 +625,7 @@ box-shadow: 4px 4px 10px #f9f9f9;} /*二级菜单*/ .service-next{ border-bottom: 1px solid #eaeaea;background: #ffffff; position: relative; } +.service-next .row{ margin: 0;} .service-next ul{ margin-left: 42%; } .service-next ul li{ background-size: 100%; } @@ -815,7 +816,7 @@ box-shadow: 4px 4px 10px #f9f9f9;} text-align: center; display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: flex-start; padding: 0; } @@ -1119,6 +1120,7 @@ overflow: hidden; /*表单*/ .apply_box{ position: relative; margin: 0 0 100px 0;} +.apply_box .row{ margin: 0;} .apply_box .title{ text-align: center; margin-top: 50px;} .apply_box .title h2:nth-child(2){ font-size: 42px; color: #124AA0;} .apply_box .title h2:nth-child(3){ font-size: 30px; color: #124AA0;margin-bottom: 40px;} @@ -1152,11 +1154,11 @@ overflow: hidden; .apply_box .button{ background-color: #124AA0; - border-radius: 0px; + border-radius: 4px; border: none; transition: background 0.3s; height: 100%; - width: 20%; + width: 30%; color: #fff; } .apply_box .button:hover{ @@ -1165,6 +1167,7 @@ overflow: hidden; .apply_box input[type="file"]{ padding-left: 15px; padding-top: 10px; + width: 87px; } .modal-wrap{ text-align: center; @@ -1182,6 +1185,12 @@ overflow: hidden; .modal .btn{ width: 100px; } +.apply_box .tips{ + position: relative; + left: 15px; + margin-top: 10px; + display: inline-block; +} /*首页背景图片*/ @@ -1557,13 +1566,20 @@ footer .wrap .right select{ .selectItem>div,.navitem>div:nth-child(2){ display: none;} .navcontent{ width: 100%;} + .section-spe img{ transform: translateX(0%);} + .section.section-work img{ transform: translateX(-8%)!important;} + .section.section-about img{ transform: translateX(-36%)!important;} + /* 子页二级菜单 */ .service-next .row{ margin: 0;} /* 底部 */ footer .left{ text-align: center;} footer .wrap .right{ align-items: center;} - .registerContainer .contactUs{ font-size: 13px!important;padding: 0 20px!important;margin-top: 20px!important;} + .registerContainer{ padding: 20px 0;} + .registerContainer .contactUs{ font-size: 12px!important;padding: 0 10px!important;margin-top: 10px!important;} + .registerContainer img{ width: 20vw!important;height: auto!important;} + .registerContainer .row{ margin-left: 0;margin-right: 0;} /* 通用样式 */ .selectItemContainer .selectItem{ padding: 10px;} @@ -1572,9 +1588,10 @@ footer .wrap .right select{ .part .wrap h2:nth-child(2), .part .title h2:nth-child(2), .part .left h2:nth-child(2){ font-size: 20px!important;margin: 10px 0!important;} .part .wrap h2:nth-child(3), .part .title h2:nth-child(3), .part .left h2:nth-child(3){ font-size: 16px!important;margin: 0 0 10px 0!important;} - .part .part-img{ width: 90%!important;margin-left: 5%!important;} + .part .part-img{ width: 96%!important;margin-left: 2%!important;} .part{ margin: 20px 0 50px 0!important;} + .part.service_132{ margin-bottom: 0!important;} /* .pagination{ padding-left: revert;} */ .page_box{ margin: 20px 0 50px 0;} @@ -1613,7 +1630,7 @@ footer .wrap .right select{ .about_31 .title,.about_41 .title,.about_51 .title,.about_61 .title,.service_141 .title,.talent_02 .title{margin-top: 0!important;} .about_51 .wrap-1 .list{ flex: 0 0 25%;} - .about_51 .wrap-1 p{ font-size: 14px;margin: 0;} + .about_51 .wrap-1 p{ font-size: 12px;margin: 0;} .about_61 .wrap h2{ font-size: 20px;} /* 业务版图 */ @@ -1626,16 +1643,20 @@ footer .wrap .right select{ .service-next ul{ justify-content:space-evenly!important;padding-left:0;} .section .service-next img{ width: 100%!important;transform: translateX(0)!important;} .section .section1title img{ transform: translateX(0)!important;} - .section .imgContainer img{ transform: translateY(100%);width: 100%!important;height: auto;} + .section .imgContainer img{ transform: translate(-24%,50%);width: 180%!important;height: auto;} /* .service_131 .container{ display: table-cell!important;vertical-align: middle!important;} */ .shengwu img{ width: 95%;} - .service_132 .wrap .intro p{font-size: 18px;} + .service_132 .wrap .intro p{font-size: 18px;margin: 20px 0 10px 0;} .service_132 .wrap .intro ul li{font-size: 14px;line-height:22px!important;} - .service_132 .wrap img{ height: 24vh;} + .service_132 .wrap img{ height: 20vh;} + .service_132 .wrap .spe img{ height: 26vh;} .service_132 .wrap .intro{ top: 0!important;} .page-wrap li{ margin-right: 0;} + + .service_141 .wrap .list{ flex: 0 0 30%;} + .service_141 .wrap{ justify-content: flex-start;padding: 0 0 0 4vw;} /* 新闻 */ .news_01 li{ flex: 0 0 98%;} .news_01 li .thumb{float: none;width: 100%;height: 180px;} @@ -1657,15 +1678,16 @@ footer .wrap .right select{ .work .row{ margin: 0;} .leftcontent{margin-bottom: 20px;} .zhiding{top: 0;left: 0;right: auto;} - .leftcontent>img{ height: 28vh!important;} - .work .items{ height: 46vh;flex-direction:column;} + .leftcontent>a>img{ height: 32vh!important;} + .work .items{ height: 52vh;flex-direction:column;} .work .items .left{ width: 100%; height: 28vh;} + .items .right{flex: 0;} /* 人才 */ .talent_02 ul{padding: 0;} .talent_02 li .text a{line-height: 30px;} .modal-dialog{ width: 95vw!important;} - + .service_31 .intro{ font-size: 14px;line-height: 26px;} .navbar{min-height: 50px; background-color: #404040;} diff --git a/css/work.css b/css/work.css index 7a2d79d..c295794 100644 --- a/css/work.css +++ b/css/work.css @@ -25,7 +25,7 @@ font-weight: 400; color: #FFFFFF; } - .leftcontent>img{ + .leftcontent>a>img{ width:100%; height: 350px; } diff --git a/form/form.html b/form/form.html index 02aed21..0c8349a 100644 --- a/form/form.html +++ b/form/form.html @@ -104,17 +104,17 @@
- - - - - - - - + +

+ + +
-
+
@@ -163,6 +163,13 @@