diff --git a/App.vue b/App.vue index b4a5ada..c7d582c 100644 --- a/App.vue +++ b/App.vue @@ -81,4 +81,26 @@ .myZt-700w { font-family: 'JiangChengYuanTi-700W', sans-serif; } + + .bg { + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + + .column { + display: flex; + flex-direction: column; + } + + .row { + display: flex; + flex-direction: row; + } + + .center { + display: flex; + align-items: center; + justify-content: center; + } \ No newline at end of file diff --git a/pages.json b/pages.json index d488175..fc229b7 100644 --- a/pages.json +++ b/pages.json @@ -34,6 +34,27 @@ "navigationStyle": "custom", "navigationBarTitleText": "" } + }, + { + "path": "pages/me/user-info-page", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "" + } + }, + { + "path": "pages/me/coupon-page", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "" + } + }, + { + "path": "pages/me/order-page", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "" + } } ], "globalStyle": { diff --git a/pages/bags/bags-page.vue b/pages/bags/bags-page.vue index b09fcd1..e50cf10 100644 --- a/pages/bags/bags-page.vue +++ b/pages/bags/bags-page.vue @@ -1,5 +1,5 @@