Commit f2b4dade by amalk

09-09-2019

parent e57bf542
...@@ -169,6 +169,9 @@ ...@@ -169,6 +169,9 @@
</ion-slides> </ion-slides>
</div> </div>
</div> </div>
</div>
</ion-content>
<ion-footer>
<div class="footer_btnbay" *ngIf="cartService.carts && cartService.carts.length > 0" [hidden]="currentIndex != 0"> <div class="footer_btnbay" *ngIf="cartService.carts && cartService.carts.length > 0" [hidden]="currentIndex != 0">
<div class="continue" (click)="goToPage('productlist')">CONTINUE SHOPING</div> <div class="continue" (click)="goToPage('productlist')">CONTINUE SHOPING</div>
<div class="checkout" (click)="next(1)">CHECKOUT</div> <div class="checkout" (click)="next(1)">CHECKOUT</div>
...@@ -179,8 +182,7 @@ ...@@ -179,8 +182,7 @@
<div class="footer_btn" [hidden]="currentIndex != 2" (click)="finishpop()"> <div class="footer_btn" [hidden]="currentIndex != 2" (click)="finishpop()">
FINISH FINISH
</div> </div>
</div> </ion-footer>
</ion-content>
<!-- <div class="loader"> <!-- <div class="loader">
<div class="lds-ripple"> <div class="lds-ripple">
<div></div> <div></div>
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
.cart_content { .cart_content {
width: calc(100% - 40px); width: calc(100% - 40px);
margin: 0 auto; margin: 0 auto;
height: 500px; height: calc(100vh - 220px);
border-radius: 10px; border-radius: 10px;
background-color: #fff; background-color: #fff;
.checkout_list { .checkout_list {
...@@ -394,10 +394,10 @@ ...@@ -394,10 +394,10 @@
} }
} }
} }
.footer_btn { }
.footer_btn {
width: 100%; width: 100%;
position: fixed;
bottom: 0px;
z-index: 999; z-index: 999;
left: 0px; left: 0px;
right: 0px; right: 0px;
...@@ -410,12 +410,11 @@ ...@@ -410,12 +410,11 @@
font-weight: 300; font-weight: 300;
border-top-left-radius: 15px; border-top-left-radius: 15px;
border-top-right-radius: 15px; border-top-right-radius: 15px;
} }
.footer_btnbay {
.footer_btnbay {
width: 100%; width: 100%;
box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.34); box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 0.34);
position: fixed;
bottom: 0px;
z-index: 999; z-index: 999;
left: 0px; left: 0px;
right: 0px; right: 0px;
...@@ -443,5 +442,4 @@ ...@@ -443,5 +442,4 @@
font-weight: 300; font-weight: 300;
float: right; float: right;
} }
}
} }
\ No newline at end of file
...@@ -170,6 +170,9 @@ ...@@ -170,6 +170,9 @@
</div> </div>
</div> </div>
</div> </div>
</ion-content>
<ion-footer>
<div class="footer_div"> <div class="footer_div">
<div class="footer_options"> <div class="footer_options">
<button class="share"></button> <button class="share"></button>
...@@ -178,4 +181,4 @@ ...@@ -178,4 +181,4 @@
</div> </div>
<div class="footer_btn" (click)="cartService.buyNow(product)">BUY NOW</div> <div class="footer_btn" (click)="cartService.buyNow(product)">BUY NOW</div>
</div> </div>
</ion-content> </ion-footer>
\ No newline at end of file \ No newline at end of file
...@@ -279,7 +279,6 @@ ...@@ -279,7 +279,6 @@
} }
.footer_div { .footer_div {
position: fixed;
bottom: 0px; bottom: 0px;
height: 50px; height: 50px;
left: 0px; left: 0px;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
<div class="viewset floatRight"> <div class="viewset floatRight">
<div class="grid_view grid_act floatRight" (click)=" ()" [class.line_view]="onGrid"> <div class="grid_view grid_act floatRight" (click)="gridToggle()" [class.line_view]="onGrid">
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment