diff --git a/src/assets/zlxcimgs/reat.png b/src/assets/zlxcimgs/reat.png new file mode 100644 index 0000000..e261190 Binary files /dev/null and b/src/assets/zlxcimgs/reat.png differ diff --git a/src/components/swiperSchool.vue b/src/components/swiperSchool.vue index b024cbe..ebb9fa8 100644 --- a/src/components/swiperSchool.vue +++ b/src/components/swiperSchool.vue @@ -81,7 +81,6 @@ export default { } .swiper-container { - padding: 20px 0; height: 351px; } diff --git a/src/views/about/index.scss b/src/views/about/index.scss index ec7bc56..5c8e2af 100644 --- a/src/views/about/index.scss +++ b/src/views/about/index.scss @@ -3,7 +3,7 @@ width: 100%; min-width: 1200px; height: 248px; - background: url("../../assets/zlxcimgs/second_image_bger@2x02.png") top center no-repeat; + background: url("../../assets/zlxcimgs/reat.png") top center no-repeat; background-size: 100%; } .bread-crumbs{ diff --git a/src/views/contact/index.scss b/src/views/contact/index.scss index 4f1a958..787f130 100644 --- a/src/views/contact/index.scss +++ b/src/views/contact/index.scss @@ -1,4 +1,11 @@ .contact{ + .contact-banner { + width: 100%; + min-width: 1200px; + height: 248px; + background: url("../../assets/zlxcimgs/reat.png") top center no-repeat; + background-size: 100%; + } .bread-crumbs{ width: 100%; padding: 26px 0; diff --git a/src/views/contact/index.vue b/src/views/contact/index.vue index 4c61d59..2956cc1 100644 --- a/src/views/contact/index.vue +++ b/src/views/contact/index.vue @@ -1,5 +1,6 @@