Fix
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<footer
|
||||
class="site--footer" style="position: relative;
|
||||
z-index: 10;">
|
||||
<div class="container-fluid">
|
||||
|
||||
<!-- <div class="container-fluid">
|
||||
<section class="col-12 r4" >
|
||||
<div class="bg">
|
||||
<div class="container-fluid">
|
||||
@@ -27,7 +28,8 @@ class="site--footer" style="position: relative;
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@@ -170,7 +172,7 @@ class="site--footer" style="position: relative;
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- <section class="col-12 r4" >
|
||||
<section class="col-12 r4" >
|
||||
<div class="bg">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
@@ -201,7 +203,7 @@ class="site--footer" style="position: relative;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section> -->
|
||||
</section>
|
||||
|
||||
<section class="col-12 r5">
|
||||
<h3>آسان سرویس اجرا کننده خدمات پس از فروش</h3>
|
||||
|
||||
+5
-5
@@ -112,15 +112,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="p-3" style="background-color: white; position: relative; z-index: 999">
|
||||
<div class="p-3" style="background-color: white; position: relative; z-index: 999">
|
||||
<div>
|
||||
<el-carousel :interval="5000" type="card" height="250px">
|
||||
<el-carousel-item
|
||||
style="display: flex; justify-content: center; align-items: center"
|
||||
v-for="(item, i) in brands"
|
||||
:key="i"
|
||||
style="display: flex; justify-content: center; align-items: center"
|
||||
>
|
||||
<a :href="item.link" class="m-2 p-2" style="width: 100%; height: 100%">
|
||||
<NuxtLink :to="{ name:'brands-item' , params: { item: item._id } }" class="m-2 p-2" style="width: 100%; height: 100%">
|
||||
<div class="row box-shape">
|
||||
<div class="col-lg-4 col-sm-12" style="display: flex; justify-content: center; align-items: center">
|
||||
<img width="188" :src="'/uploads/images/brands/' + item.logo" />
|
||||
@@ -135,11 +135,11 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</NuxtLink>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user