Commit 4894b145 by amalk

new design fix

parent 6aa8a8d0
...@@ -60,9 +60,9 @@ ...@@ -60,9 +60,9 @@
<li (click)="goToPage('catagory')"> <li (click)="goToPage('catagory')">
<div class="icon_sec m3_icon" [class.m3_icon_act]="sec_active3" (click)="setActive3()"></div> <div class="icon_sec m3_icon" [class.m3_icon_act]="sec_active3" (click)="setActive3()"></div>
</li> </li>
<li (click)="goToPage('cart')"> <!-- <li (click)="goToPage('cart')">
<div class="icon_sec m4_icon" [class.m4_icon_act]="sec_active4" (click)="setActive4()"></div> <div class="icon_sec m4_icon" [class.m4_icon_act]="sec_active4" (click)="setActive4()"></div>
</li> </li> -->
<li (click)="goToPage('myorder')"> <li (click)="goToPage('myorder')">
<div class="icon_sec m5_icon" [class.m5_icon_act]="sec_active5" (click)="setActive5()"></div> <div class="icon_sec m5_icon" [class.m5_icon_act]="sec_active5" (click)="setActive5()"></div>
</li> </li>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
li { li {
list-style: none; list-style: none;
display: inline-block; display: inline-block;
width: 16.666%; width: 20%;
height: 100%; height: 100%;
text-align: center; text-align: center;
background-repeat: no-repeat; background-repeat: no-repeat;
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<h4>CART</h4> <h4>CART</h4>
</div> </div>
<button class="nav_btn floatRight"> <button class="nav_btn floatRight">
</button> </button>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
width: 20%; width: 20%;
display: inline-block; display: inline-block;
font-weight: 700; font-weight: 700;
font-size: 13px;
hr { hr {
height: 0px; height: 0px;
border-top: none; border-top: none;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<div class="nav_title floatLeft"> <div class="nav_title floatLeft">
</div> </div>
<button class="nav_btn nav_cart floatRight" (click)="goToPage('cart')"> <button class="nav_btn nav_cart floatRight" (click)="goToPage('cart')">
<div class="not">1</div>
</button> </button>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
......
...@@ -419,6 +419,20 @@ app-deliverypop { ...@@ -419,6 +419,20 @@ app-deliverypop {
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 25px; background-size: 25px;
position: relative;
}
.not {
background-color: rgba(59, 57, 77, 1);
color: #fff;
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
top: 0px;
right: 0px;
font-size: 13px;
padding: 3px;
} }
.nav_title { .nav_title {
......
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