From 3e32c4ec8d58772e2e52ea7518db5ec76d378b21 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 01 八月 2024 14:22:37 +0800 Subject: [PATCH] feat:H5及小程序修改点 --- pages/loadUnload-page/loadUnload-page.vue | 43 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 39 insertions(+), 4 deletions(-) diff --git a/pages/loadUnload-page/loadUnload-page.vue b/pages/loadUnload-page/loadUnload-page.vue index 2e87ef7..adcaf54 100644 --- a/pages/loadUnload-page/loadUnload-page.vue +++ b/pages/loadUnload-page/loadUnload-page.vue @@ -2,8 +2,8 @@ <view class=""> <view class="customer-index"> <view class="customer-index_body"> - <view class="wait-collection" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/customerbanner.png') no-repeat;background-size:100% 100%"> + <view class="wait-collection" style="background: url('../../../static/image/background/customerbanner.png') no-repeat;background-size:100% 100%" > + <!-- <img class="bannerImg" src="https://mx.jzeg.cn:9096/appimg/image/banner/customerbanner.png" alt=""> --> </view> <!-- <view style="position: relative;top: -120px;"> <u-empty mode="data" @@ -21,7 +21,7 @@ </template> <script> - import selectTarget from '@/pages/loadUnload-page/selectTarget/selectTarget.vue' +import selectTarget from '@/pages/loadUnload-page/selectTarget/selectTarget.vue' export default { props: { indexLoadUnloadBillOfLoadingData: { @@ -62,6 +62,34 @@ <style lang="scss" scoped> + /* 澶у瀷璁惧锛堝ぇ鍙板紡鐢佃剳锛�1201px 璧凤級*/ + @media screen and (min-width: 1201px) { + .wait-collection{ + min-height: 1800rpx!important; + } + } + + /* 涓瀷璁惧锛堝彴寮忕數鑴戯紝992px 璧凤級 */ + @media screen and (min-width: 991px) and (max-width: 1200px) { + .wait-collection{ + min-height: 1400rpx!important; + } + } + + + /* 灏忓瀷璁惧锛堝钩鏉跨數鑴戯紝768px 璧凤級 */ + @media screen and (min-width: 768px) and (max-width: 990px) { + .wait-collection{ + min-height: 670rpx!important; + } + } + + /* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/ + @media only screen and (max-height: 767px) { + .wait-collection{ + min-height: 600rpx!important; + } + } @mixin flex { display: flex; justify-content: space-between; @@ -70,10 +98,17 @@ .wait-collection { width: 100%; - height: 600rpx; + height: 670rpx; position: relative; top: vww(-10); z-index: 0; + // .bannerImg{ + // width: 100%; + // height: 100%; + // object-fit: cover; + // transform: translateY(200r); + + // } } .customer-index { -- Gitblit v1.9.1