fix product details section 2
This commit is contained in:
@@ -9,11 +9,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<calculation-app :titleTxt="staticData.app.t3"/>
|
<calculation-app :titleTxt="staticData.app.t3"/>
|
||||||
|
|
||||||
<calculation-guide-tables/>
|
<calculation-guide-tables/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -36,7 +33,7 @@ export default {
|
|||||||
title: this.staticData.hero,
|
title: this.staticData.hero,
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
hid: 'description',
|
hid: this.staticData.hero,
|
||||||
name: 'description',
|
name: 'description',
|
||||||
content: this.staticData.app.t2
|
content: this.staticData.app.t2
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,25 +33,29 @@
|
|||||||
|
|
||||||
<!-- image left -->
|
<!-- image left -->
|
||||||
<div class="parts row align-items-center">
|
<div class="parts row align-items-center">
|
||||||
<div class="col-6">
|
<div class="col-12 col-lg-6 order-1 order-lg-0">
|
||||||
<h2 class="title title-subtitle">{{ productDetails.more_title1 }}</h2>
|
<h2 class="title title-subtitle">{{ productDetails.more_title1 }}</h2>
|
||||||
<p>{{ productDetails.more_description1 }}</p>
|
<p>{{ productDetails.more_description1 }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-12 col-lg-6 order-0 order-lg-1 mb-5 mb-lg-0">
|
||||||
<div class="imgBox imgBox-shape anim-fadeIn">
|
<div class="imgBox imgBox-shape anim-fadeIn">
|
||||||
|
<div class="img">
|
||||||
<img :src="product.more_section_image1" :alt="productDetails.more_title1">
|
<img :src="product.more_section_image1" :alt="productDetails.more_title1">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- image right -->
|
<!-- image right -->
|
||||||
<div class="parts row align-items-center">
|
<div class="parts row align-items-center">
|
||||||
<div class="col-6">
|
<div class="col-12 col-lg-6 mb-5 mb-lg-0">
|
||||||
<div class="imgBox imgBox-reverse imgBox-shape-reverse anim-fadeIn">
|
<div class="imgBox imgBox-reverse imgBox-shape-reverse anim-fadeIn">
|
||||||
|
<div class="img">
|
||||||
<img :src="product.more_section_image2" :alt="productDetails.more_title2">
|
<img :src="product.more_section_image2" :alt="productDetails.more_title2">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
</div>
|
||||||
|
<div class="col-12 col-lg-6">
|
||||||
<h2 class="title title-subtitle">{{ productDetails.more_title2 }}</h2>
|
<h2 class="title title-subtitle">{{ productDetails.more_title2 }}</h2>
|
||||||
<p>{{ productDetails.more_description2 }}</p>
|
<p>{{ productDetails.more_description2 }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page calculation--page latin-digits">
|
<div class="page calculation--page latin-digits">
|
||||||
|
|
||||||
<calculation-app/>
|
<calculation-app/>
|
||||||
<calculation-guide-tables/>
|
<calculation-guide-tables/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user