From 2a6367f5357b765deed8c2929de2da30cbcf679c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 19 八月 2019 19:18:49 +0800 Subject: [PATCH] 2019-08-19update --- src/views/contactInformation/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/contactInformation/index.vue b/src/views/contactInformation/index.vue index 7b49b96..e38dfa9 100644 --- a/src/views/contactInformation/index.vue +++ b/src/views/contactInformation/index.vue @@ -78,7 +78,7 @@ <style lang="less" > @media (max-width: 750px) and (min-width: 0){ .content1 { - background: url(../../img/contactBanner.png) no-repeat; + background: url(../../img/contactBanner.jpg) no-repeat; background-size: 100% 100%; background-size: cover; padding: 1.3rem 0; @@ -155,7 +155,7 @@ @media (min-width: 751px) { .content1 { padding: 1.3rem 0; - background: url(../../img/contactBanner.png) no-repeat; + background: url(../../img/contactBanner.jpg) no-repeat; min-height: 14.42rem; background-size: cover; } -- Gitblit v1.8.0