Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
59854f10
Commit
59854f10
authored
5 years ago
by
amal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!14
parents
b41c9b9b
651644a5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
16 deletions
+17
-16
cart.page.html
src/app/cart/cart.page.html
+4
-2
cart.page.scss
src/app/cart/cart.page.scss
+7
-10
productdetail.page.html
src/app/productdetail/productdetail.page.html
+5
-2
productdetail.page.scss
src/app/productdetail/productdetail.page.scss
+0
-1
productlist.page.html
src/app/productlist/productlist.page.html
+1
-1
No files found.
src/app/cart/cart.page.html
View file @
59854f10
...
...
@@ -169,6 +169,9 @@
</ion-slides>
</div>
</div>
</div>
</ion-content>
<ion-footer>
<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=
"checkout"
(
click
)="
next
(
1
)"
>
CHECKOUT
</div>
...
...
@@ -179,8 +182,7 @@
<div
class=
"footer_btn"
[
hidden
]="
currentIndex
!=
2
"
(
click
)="
finishpop
()"
>
FINISH
</div>
</div>
</ion-content>
</ion-footer>
<!-- <div class="loader">
<div class="lds-ripple">
<div></div>
...
...
This diff is collapsed.
Click to expand it.
src/app/cart/cart.page.scss
View file @
59854f10
...
...
@@ -49,7 +49,7 @@
.cart_content
{
width
:
calc
(
100%
-
40px
);
margin
:
0
auto
;
height
:
500px
;
height
:
calc
(
100vh
-
220px
)
;
border-radius
:
10px
;
background-color
:
#fff
;
.checkout_list
{
...
...
@@ -394,10 +394,10 @@
}
}
}
.footer_btn
{
}
.footer_btn
{
width
:
100%
;
position
:
fixed
;
bottom
:
0px
;
z-index
:
999
;
left
:
0px
;
right
:
0px
;
...
...
@@ -410,12 +410,11 @@
font-weight
:
300
;
border-top-left-radius
:
15px
;
border-top-right-radius
:
15px
;
}
.footer_btnbay
{
}
.footer_btnbay
{
width
:
100%
;
box-shadow
:
0px
-2px
3px
-1px
rgba
(
0
,
0
,
0
,
0
.34
);
position
:
fixed
;
bottom
:
0px
;
z-index
:
999
;
left
:
0px
;
right
:
0px
;
...
...
@@ -443,5 +442,4 @@
font-weight
:
300
;
float
:
right
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/productdetail/productdetail.page.html
View file @
59854f10
...
...
@@ -170,6 +170,9 @@
</div>
</div>
</div>
</ion-content>
<ion-footer>
<div
class=
"footer_div"
>
<div
class=
"footer_options"
>
<button
class=
"share"
></button>
...
...
@@ -178,4 +181,4 @@
</div>
<div
class=
"footer_btn"
(
click
)="
cartService
.
buyNow
(
product
)"
>
BUY NOW
</div>
</div>
</ion-content>
\ No newline at end of file
</ion-footer>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/productdetail/productdetail.page.scss
View file @
59854f10
...
...
@@ -279,7 +279,6 @@
}
.footer_div
{
position
:
fixed
;
bottom
:
0px
;
height
:
50px
;
left
:
0px
;
...
...
This diff is collapsed.
Click to expand it.
src/app/productlist/productlist.page.html
View file @
59854f10
...
...
@@ -17,7 +17,7 @@
</div>
<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
class=
"clear"
></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment