diff --git a/common/common.scss b/common/common.scss index 439b3a9..16e6fd2 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,3 +1,13 @@ +.mask{ + position: fixed; + width: 100%; + height: 100%; + background-color: black; + opacity: 0.5; + z-index: 998; + top: 0; + left: 0; +} .wishlist_body{ position: relative; diff --git a/pages.json b/pages.json index de24f83..f35b945 100644 --- a/pages.json +++ b/pages.json @@ -91,6 +91,13 @@ "navigationBarTitleText": "My orders", "navigationBarBackgroundColor":"#FFFFFF" } + }, + { + "path": "pages/order/confirmation", + "style": { + "navigationBarTitleText": "0rder Confirmation", + "navigationBarBackgroundColor":"#FFFFFF" + } } ], "globalStyle": { diff --git a/pages/account/myOrders.vue b/pages/account/myOrders.vue index e0267b7..0fc0c15 100644 --- a/pages/account/myOrders.vue +++ b/pages/account/myOrders.vue @@ -7,35 +7,38 @@