diff --git a/quickapp/src/assets/images/home-background.png b/quickapp/src/assets/images/home-background.png index 18386a0..ea3d477 100644 Binary files a/quickapp/src/assets/images/home-background.png and b/quickapp/src/assets/images/home-background.png differ diff --git a/quickapp/src/pages/Home/device.ux b/quickapp/src/pages/Home/device.ux index 481af09..9250dcb 100644 --- a/quickapp/src/pages/Home/device.ux +++ b/quickapp/src/pages/Home/device.ux @@ -21,6 +21,7 @@ export default { flex-direction: column; justify-content: center; align-items: center; + width: 100%; } .title { text-align: center; diff --git a/quickapp/src/pages/Home/index.ux b/quickapp/src/pages/Home/index.ux index 7589340..21242a9 100644 --- a/quickapp/src/pages/Home/index.ux +++ b/quickapp/src/pages/Home/index.ux @@ -1,13 +1,19 @@ - + @@ -70,8 +76,22 @@ export default { .wrapper { .flex-box-mixins(column, center, center); - .container { - height: 100%; + .stack { + /* width: 100%; */ + flex-grow: 1; + align-items: flex-end; + + .container { + width: 100%; + height: 100%; + } + + .deer-background { + /* position: fixed; */ + width: 100%; + margin-bottom: 20px; + /* bottom: 200px; */ + } } } diff --git a/quickapp/src/pages/Home/key.ux b/quickapp/src/pages/Home/key.ux new file mode 100644 index 0000000..77dbca9 --- /dev/null +++ b/quickapp/src/pages/Home/key.ux @@ -0,0 +1,30 @@ + + + + + diff --git a/quickapp/src/pages/Home/tabbar.ux b/quickapp/src/pages/Home/tabbar.ux index 32ae86d..191692f 100644 --- a/quickapp/src/pages/Home/tabbar.ux +++ b/quickapp/src/pages/Home/tabbar.ux @@ -1,16 +1,12 @@