File tree Expand file tree Collapse file tree 4 files changed +47
-16
lines changed Expand file tree Collapse file tree 4 files changed +47
-16
lines changed Original file line number Diff line number Diff line change 263
263
</button >
264
264
</div >
265
265
</div >
266
+ <div v-if =" isDesktop" >
266
267
<floating-whatsapp ></floating-whatsapp >
267
268
</div >
269
+ </div >
268
270
<!-- offcancas area ends -->
269
271
</div >
270
272
</template >
@@ -282,6 +284,16 @@ FloatingWhatsapp,
282
284
mounted (){
283
285
this .offcanvas ()
284
286
},
287
+ computed: {
288
+ isDesktop () {
289
+ return window .innerWidth > 768 ;
290
+ }
291
+ },
292
+ data () {
293
+ return {
294
+ activesub: " "
295
+ };
296
+ },
285
297
methods: {
286
298
offcanvas : function (){
287
299
$ (" #open_offcanvas" ).click (function () {
@@ -311,7 +323,15 @@ if (header_search) {
311
323
});
312
324
}
313
325
},
314
- }
326
+ handleClick : function (ac ){
327
+ if (this .activesub == ac){
328
+ this .activesub = " " ;
329
+ }else {
330
+ this .activesub = ac;
331
+ }
332
+ }
333
+ },
334
+
315
335
}
316
336
</script >
317
337
@@ -417,12 +437,13 @@ if (header_search) {
417
437
.to-wrapper {
418
438
display : flex ;
419
439
justify-content : space-between ;
420
- padding :5px 23px ;
440
+ /* padding:5px 23px; */
441
+ height : 40px ;
421
442
422
443
}
423
444
.to-wrapper a {
424
445
color : white ;
425
- font-size : 28 px ;
446
+ font-size : 19 px ;
426
447
}
427
448
.to-wrapper button {
428
449
color : white ;
@@ -433,12 +454,13 @@ if (header_search) {
433
454
434
455
}
435
456
.cj li {
436
- margin : 5px 0px ;
457
+ /* margin: 5px 0px; */
458
+
437
459
438
460
}
439
461
.cj li a {
440
- color : #fff ;
441
- font-size : 22 px ;
462
+ color : #c9f31d ; ;
463
+ font-size : 15 px ;
442
464
transition : all .3s ease ;
443
465
}
444
466
.cj li a :hover {
Original file line number Diff line number Diff line change 284
284
</button >
285
285
</div >
286
286
</div >
287
+ <div v-if =" isDesktop" >
287
288
<floating-whatsapp ></floating-whatsapp >
288
289
</div >
290
+ </div >
289
291
</div >
290
292
</template >
291
293
@@ -307,6 +309,11 @@ export default {
307
309
activesub: " "
308
310
};
309
311
},
312
+ computed: {
313
+ isDesktop () {
314
+ return window .innerWidth > 768 ;
315
+ }
316
+ },
310
317
mounted () {
311
318
this .offcanvas ();
312
319
},
@@ -347,6 +354,7 @@ export default {
347
354
348
355
}
349
356
},
357
+
350
358
};
351
359
</script >
352
360
<style scoped>
@@ -444,12 +452,14 @@ export default {
444
452
.to-wrapper {
445
453
display : flex ;
446
454
justify-content : space-between ;
447
- padding :5px 23px ;
455
+ /* padding:5px 23px; */
456
+ height : 40px ;
448
457
449
458
}
450
459
.to-wrapper a {
451
460
color : white ;
452
- font-size : 28px ;
461
+ font-size : 19px ;
462
+
453
463
}
454
464
.to-wrapper button {
455
465
color : white ;
@@ -460,12 +470,11 @@ export default {
460
470
461
471
}
462
472
.cj li {
463
- margin : 5px 0px ;
464
-
473
+ /* margin: 5px 0px; */
465
474
}
466
475
.cj li a {
467
- color : #fff ;
468
- font-size : 22 px ;
476
+ color : #c9f31d ; ;
477
+ font-size : 15 px ;
469
478
transition : all .3s ease ;
470
479
}
471
480
.cj li a :hover {
Original file line number Diff line number Diff line change 36
36
</div >
37
37
</div >
38
38
<div class =" hero-item-btn" >
39
- <button class =" hero-btn1" >See All Reviews</button >
40
- </div >
39
+ <button class =" hero-btn1" >See All Reviews</button >
40
+ </div >
41
41
</section >
42
42
</div >
43
43
</template >
120
120
padding : 20px ;
121
121
margin : 10px ;
122
122
cursor : pointer ;
123
+ height :300px ;
123
124
}
124
125
.profile-img {
125
126
width : 50px ;
Original file line number Diff line number Diff line change 144
144
</ul >
145
145
<div class =" service-2btn" >
146
146
<div id =" btn_wrapper" >
147
- <a href =" /conatct" class =" wc-btn-secondary btn-item btn-hover" ><span ></span >Get
148
- free
147
+ <a href =" /conatct" class =" wc-btn-secondary btn-item btn-hover" ><span ></span >Get free
149
148
<br >qoutes <i class =" fa-solid fa-arrow-right" ></i ></a >
150
149
</div >
151
150
<div id =" btn_wrapper" >
You can’t perform that action at this time.
0 commit comments