ソースを参照

备案问题修改

17670748911 1 年間 前
コミット
c688d68d65

ファイルの差分が大きいため隠しています
+ 35 - 21962
FengqiOfficeVue/package-lock.json


+ 12 - 12
FengqiOfficeVue/src/components/carousel/carousel.vue

@@ -3,9 +3,9 @@
         <swiper :options="swiperOption">
 
             <swiper-slide></swiper-slide>
-            <swiper-slide></swiper-slide>
-            <swiper-slide></swiper-slide>
-            <swiper-slide></swiper-slide>
+<!--            <swiper-slide></swiper-slide>-->
+<!--            <swiper-slide></swiper-slide>-->
+<!--            <swiper-slide></swiper-slide>-->
             <div class="swiper-pagination" slot="pagination"></div>
         </swiper>
     </div>
@@ -50,18 +50,18 @@
                 height: 100%;
                 text-align: center;
                 font-size: 18px;
+                //&:nth-of-type(1) {
+                //    background: url('https://file.funcheergame.com/office/image/index/carousel_04.png') center top / cover no-repeat;
+                //}
+                //&:nth-of-type(2) {
+                //    background: url('https://file.funcheergame.com/office/image/index/carousel_03.png') center top / cover no-repeat;
+                //}
                 &:nth-of-type(1) {
-                    background: url('https://file.funcheergame.com/office/image/index/carousel_04.png') center top / cover no-repeat;
-                }
-                &:nth-of-type(2) {
-                    background: url('https://file.funcheergame.com/office/image/index/carousel_03.png') center top / cover no-repeat;
-                }
-                &:nth-of-type(3) {
                     background: url('https://file.funcheergame.com/office/image/index/carousel_01.png') center top / cover no-repeat;
                 }
-                &:nth-of-type(4) {
-                    background: url('https://file.funcheergame.com/office/image/index/carousel_02.png') center top / cover no-repeat;
-                }
+                //&:nth-of-type(4) {
+                //    background: url('https://file.funcheergame.com/office/image/index/carousel_02.png') center top / cover no-repeat;
+                //}
             }
         }
 

+ 3 - 1
FengqiOfficeVue/src/views/contact/contact.less

@@ -12,7 +12,9 @@
 
     .bg-content {
       height: 300px;
-      background-image: url("https://file.funcheergame.com/office/image/lxwm_top.png");
+      //background-image: url("https://file.funcheergame.com/office/image/lxwm_top.png");
+      background-image: url("https://file.funcheergame.com/office/image/bg.jpg");
+      background-position:50%;
     }
   }
 

+ 1 - 1
FengqiOfficeVue/src/views/contact/contact.vue

@@ -61,7 +61,7 @@
         navbarList: [],
         messageList: [
           { title: '商务联系',titleSecond:'市场部', email:'business@funqueue.com',phone:'0755-23590084'},
-          { title: '媒介联系',titleSecond:'市场部', email:' zhonghanlong@funqueue.com'},
+          { title: '媒介联系',titleSecond:'市场部', email:'liusicheng@funqueue.com'},
           { title: '人力资源',titleSecond:'人力资源部', email:'hr@funqueue.com',phone:'0755-23590084'},
           { title: '客服电话',titleSecond:'客服部', phone:'0755-27083935'},
 

+ 6 - 6
FengqiOfficeVue/src/views/index/index.vue

@@ -73,12 +73,12 @@
             return {
                 navbarList: [],
                 productList: [
-                    {default: 'cs_01', active: 'jg_01', backgroundImage: 'cs_01', on: false},
-                    {default: 'cs_03', active: 'jg_03', backgroundImage: 'cs_03', on: true},
-                    {default: 'cs_04', active: 'jg_04', backgroundImage: 'cs_04', on: false},
-                    {default: 'cs_07', active: 'jg_07', backgroundImage: 'cs_07', on: false},
-                    {default: 'cs_05', active: 'jg_05', backgroundImage: 'cs_05', on: false},
-                    {default: 'cs_06', active: 'jg_06', backgroundImage: 'cs_06', on: false}
+                    {default: 'cs_01', active: 'jg_01', backgroundImage: 'cs_01', on: true},
+                    // {default: 'cs_03', active: 'jg_03', backgroundImage: 'cs_03', on: true},
+                    // {default: 'cs_04', active: 'jg_04', backgroundImage: 'cs_04', on: false},
+                    // {default: 'cs_07', active: 'jg_07', backgroundImage: 'cs_07', on: false},
+                    // {default: 'cs_05', active: 'jg_05', backgroundImage: 'cs_05', on: false},
+                    // {default: 'cs_06', active: 'jg_06', backgroundImage: 'cs_06', on: false}
                 ]
             }
         },

ファイルの差分が大きいため隠しています
+ 54 - 54
FengqiOfficeVue/src/views/product/product.vue