diff --git a/common/style/layout.css b/common/style/layout.css index c8e6e41..ea0f30e 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -418,13 +418,20 @@ uni-button{ .pop-wraper { position: fixed; bottom: 10%; - left: 10%; - width: 80%; + left: 15%; + width: 70%; height: 80%; padding: 1% 2%; background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat; z-index: 2017; - transition: all .3s; + transition: all .4s; +} +.pop-wraper_1 { + bottom: 30%; + height: 40%; +} +.kwcode_wraper { + height: calc(100% - 170rpx) } .pop-title { font-size: 36rpx; diff --git a/common/style/reset.css b/common/style/reset.css index d8e2094..92913cd 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -151,5 +151,5 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re transform: translateY(0); } .pophide { - transform: translateY(120%); + transform: translateY(180%); } \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index b5fb81a..d7fef6c 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -16,7 +16,7 @@ {{e.name}} - {{e.counts}} + {{e.counts}} @@ -52,11 +52,7 @@ }, toPage (e) { let url = '' - if (e.ywlx === 'OUT') { - url = '/pages/management/out-storage?id=' + e.djlx + '&name=' + e.name - } else { - url = '/pages/management/in-storage?id=' + e.djlx + '&name=' + e.name - } + url = '/pages/management/in-storage?id=' + e.djlx + '&name=' + e.name + '&type=' + e.ywlx uni.redirectTo({ url: url }) diff --git a/pages/login/login.vue b/pages/login/login.vue index 200b985..49edc87 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -225,7 +225,7 @@ line-height 90rpx .login_icon position absolute - top 0 + top 5px right 10px .primary-button _wh(auto, 100rpx) diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue index 2d4625b..b602d2b 100644 --- a/pages/management/in-storage.vue +++ b/pages/management/in-storage.vue @@ -1,6 +1,6 @@