diff --git a/src/App.vue b/src/App.vue index e091cb5..8d4d368 100644 --- a/src/App.vue +++ b/src/App.vue @@ -51,7 +51,7 @@ export default { // >=1920的设备屏幕 // @media screen and (min-width: 1920px) {} .content { - width: 1400px; + width: 1200px; margin: 0 auto; } .min_h_241 { @@ -61,7 +61,7 @@ export default { min-height: calc(100vh - 285px); } .p0-100 { - padding: 0 100px; + // padding: 0 100px; } .text_hidden_one { overflow: hidden; diff --git a/src/assets/image/qualific/five/03.jpg b/src/assets/image/qualific/five/03.jpg index 04ea803..be9e2ff 100644 Binary files a/src/assets/image/qualific/five/03.jpg and b/src/assets/image/qualific/five/03.jpg differ diff --git a/src/assets/image/qualific/four/03.png b/src/assets/image/qualific/four/03.png index 24bddf4..0b75cce 100644 Binary files a/src/assets/image/qualific/four/03.png and b/src/assets/image/qualific/four/03.png differ diff --git a/src/assets/image/qualific/four/04.png b/src/assets/image/qualific/four/04.png index 5216f5c..6b30dcd 100644 Binary files a/src/assets/image/qualific/four/04.png and b/src/assets/image/qualific/four/04.png differ diff --git a/src/assets/image/qualific/three/03.jpg b/src/assets/image/qualific/three/03.jpg index f8935f9..83d725e 100644 Binary files a/src/assets/image/qualific/three/03.jpg and b/src/assets/image/qualific/three/03.jpg differ diff --git a/src/assets/image/qualific/two/03.jpg b/src/assets/image/qualific/two/03.jpg index 9418489..e099c4f 100644 Binary files a/src/assets/image/qualific/two/03.jpg and b/src/assets/image/qualific/two/03.jpg differ diff --git a/src/views/components/footer/index.vue b/src/views/components/footer/index.vue index 4540f96..b40b0e3 100644 --- a/src/views/components/footer/index.vue +++ b/src/views/components/footer/index.vue @@ -71,7 +71,7 @@ justify-content: space-between; align-items: center; .footer_left { - padding: 40px 0; + padding: 60px 0; .footer_left_one { width: 392px; height: 63px; @@ -104,10 +104,10 @@ } .footer_right { display: flex; - .item { + .item:nth-child(1) { font-size: 18px; color: #333; - margin-right: 50px; + margin-right: 40px; text-align: center; } } diff --git a/src/views/home/demand.vue b/src/views/home/demand.vue index 11ab118..0b2f444 100644 --- a/src/views/home/demand.vue +++ b/src/views/home/demand.vue @@ -251,6 +251,7 @@ export default { height: 292px; margin-right: 12px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08); + border: 1px solid #ffa32c; margin-bottom: 14px; cursor: pointer; border-radius: 6px; @@ -271,6 +272,7 @@ export default { } .text { min-height: 124px; + max-height: 134px; font-size: 16px; color: #666; line-height: 27px; diff --git a/src/views/home/home.vue b/src/views/home/home.vue index a0ba745..b6a4417 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -471,7 +471,8 @@ export default { height: 0; } .banner { - width: 614px; + // width: 614px; + width: 50%; margin-right: 20px; .el-carousel { .el-carousel__item { @@ -548,7 +549,8 @@ export default { } } .banner_r { - width: 566px; + // width: 566px; + width: 48%; // /deep/.el-tabs__item { // padding: 0 30px; // font-size: 20px; @@ -648,8 +650,9 @@ export default { .about { background-color: #f8f8f8; .p0-100 { - padding-top: 37px; - padding-bottom: 26px; + // padding-top: 37px; + // padding-bottom: 26px; + padding: 30px; .about_tit { margin-top: 0; img { @@ -659,7 +662,11 @@ export default { } .about_box { display: flex; + .about_l { + overflow: hidden; + } .about_r { + flex: 1; h3 { color: #333; font-size: 20px; @@ -675,8 +682,8 @@ export default { } .p0-100 { .cooperation { - padding-top: 47px; - padding-bottom: 19px; + padding-top: 40px; + // padding-bottom: 19px; text-align: center; font-size: 26px; font-weight: 700; diff --git a/src/views/index.vue b/src/views/index.vue index 5c47018..f0abbd7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -37,7 +37,7 @@
-
+
-
+