This commit is contained in:
Mr Swift
2024-03-12 00:31:40 +03:30
parent 5897895ea4
commit 8ca735c00f
2 changed files with 11 additions and 9 deletions
+6 -4
View File
@@ -2,7 +2,8 @@
<footer <footer
class="site--footer" style="position: relative; class="site--footer" style="position: relative;
z-index: 10;"> z-index: 10;">
<div class="container-fluid">
<!-- <div class="container-fluid">
<section class="col-12 r4" > <section class="col-12 r4" >
<div class="bg"> <div class="bg">
<div class="container-fluid"> <div class="container-fluid">
@@ -27,7 +28,8 @@ class="site--footer" style="position: relative;
</div> </div>
</div> </div>
</section> </section>
</div> </div> -->
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@@ -170,7 +172,7 @@ class="site--footer" style="position: relative;
</div> </div>
</section> </section>
<!-- <section class="col-12 r4" > <section class="col-12 r4" >
<div class="bg"> <div class="bg">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
@@ -201,7 +203,7 @@ class="site--footer" style="position: relative;
</div> </div>
</div> </div>
</div> </div>
</section> --> </section>
<section class="col-12 r5"> <section class="col-12 r5">
<h3>آسان سرویس اجرا کننده خدمات پس از فروش</h3> <h3>آسان سرویس اجرا کننده خدمات پس از فروش</h3>
+5 -5
View File
@@ -112,15 +112,15 @@
</div> </div>
</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> <div>
<el-carousel :interval="5000" type="card" height="250px"> <el-carousel :interval="5000" type="card" height="250px">
<el-carousel-item <el-carousel-item
style="display: flex; justify-content: center; align-items: center"
v-for="(item, i) in brands" v-for="(item, i) in brands"
:key="i" :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="row box-shape">
<div class="col-lg-4 col-sm-12" style="display: flex; justify-content: center; align-items: center"> <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" /> <img width="188" :src="'/uploads/images/brands/' + item.logo" />
@@ -135,11 +135,11 @@
</p> </p>
</div> </div>
</div> </div>
</a> </NuxtLink>
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
</div> </div>
</div> --> </div>