king
2019-08-19 2a6367f5357b765deed8c2929de2da30cbcf679c
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;
    }