ming 1 год назад
Родитель
Сommit
768d2a75f9
9 измененных файлов с 16 добавлено и 17 удалено
  1. 1 2
      about/index.html
  2. 3 2
      assets/css/home.css
  3. 6 0
      assets/css/style.css
  4. 1 2
      news/index.html
  5. 1 2
      news/read.html
  6. 1 2
      product/index.html
  7. 1 2
      product/read.html
  8. 1 3
      solution/index.html
  9. 1 2
      solution/read.html

+ 1 - 2
about/index.html

@@ -162,8 +162,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== COMMON BREADCRUMB START ======-->
         <!--====== COMMON BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section inner-banner">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"   v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
         <!--====== COMMON BREADCRUMB END ======-->
         <!--====== COMMON BREADCRUMB END ======-->
 
 

+ 3 - 2
assets/css/home.css

@@ -194,13 +194,14 @@
         margin-top: 0px;
         margin-top: 0px;
     }
     }
     .common-bradcrumb-section {
     .common-bradcrumb-section {
-        padding-top: 89px;
+        margin-top: 89px;
+        height:300px
     }
     }
 }
 }
 
 
 @media (max-width: 414px) {
 @media (max-width: 414px) {
     .common-bradcrumb-section {
     .common-bradcrumb-section {
-        padding-top: 69px;
+        margin-top: 69px;
     }
     }
 }
 }
 
 

+ 6 - 0
assets/css/style.css

@@ -4105,6 +4105,12 @@
                 background-position: center center;
                 background-position: center center;
                 background-repeat: no-repeat;
                 background-repeat: no-repeat;
                 background-size: cover;
                 background-size: cover;
+                height:600px
+            }
+            @media (max-width: 1200px) {
+                .common-bradcrumb-section {
+                    height:450px
+                }
             }
             }
             /*===========================
             /*===========================
 	Product Grid
 	Product Grid

+ 1 - 2
news/index.html

@@ -156,8 +156,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== NEWS BREADCRUMB START ======-->
         <!--====== NEWS BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"   v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
         <!--====== NEWS BREADCRUMB END ======-->
         <!--====== NEWS BREADCRUMB END ======-->
 
 

+ 1 - 2
news/read.html

@@ -156,8 +156,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== NEWS BREADCRUMB START ======-->
         <!--====== NEWS BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"   v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
         <!--====== NEWS BREADCRUMB END ======-->
         <!--====== NEWS BREADCRUMB END ======-->
 
 

+ 1 - 2
product/index.html

@@ -162,8 +162,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== COMMON BREADCRUMB START ======-->
         <!--====== COMMON BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section" v-if="columnTypes.length>1">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa" v-if="columnTypes.length>1"  v-bind:style="{backgroundImage:'url('+columnImage+')'}">
             <section class="product-grid-section " style="text-align: center;position:absolute;bottom:0"    :style="{'width': '100%'}" >
             <section class="product-grid-section " style="text-align: center;position:absolute;bottom:0"    :style="{'width': '100%'}" >
                 <ul class="cannot_selected tabs_selected" >
                 <ul class="cannot_selected tabs_selected" >
                     <a v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"
                     <a v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"

+ 1 - 2
product/read.html

@@ -157,8 +157,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== PRODUCT BREADCRUMB START ======-->
         <!--====== PRODUCT BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"  v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
         
         
 
 

+ 1 - 3
solution/index.html

@@ -159,9 +159,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== COMMON BREADCRUMB START ======-->
         <!--====== COMMON BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section inner-banner">
-            <!-- <div style="position:absolute;top:0; right:0; bottom:0;left:0;background:rgba(0,0,0,.3)"></div> -->
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"   v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
         <!--====== COMMON BREADCRUMB END ======-->
         <!--====== COMMON BREADCRUMB END ======-->
 
 

+ 1 - 2
solution/read.html

@@ -157,8 +157,7 @@
         <!--====== HEADER END ======-->
         <!--====== HEADER END ======-->
 
 
         <!--====== PRODUCT BREADCRUMB START ======-->
         <!--====== PRODUCT BREADCRUMB START ======-->
-        <section class="common-bradcrumb-section">
-            <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
+        <section class="common-bradcrumb-section" style="background-color:#aaa"   v-bind:style="{backgroundImage:'url('+columnImage+')'}">
         </section>
         </section>
 
 
         <!--====== PRODUCT CONTENT START ======-->
         <!--====== PRODUCT CONTENT START ======-->