From fc4c8b7e4f9d926a43903389afb21d5a09208f8e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 13 二月 2025 16:41:30 +0800 Subject: [PATCH] feat:承运单位改为非必填样式 --- pages/loadUnload-page/loadUnload-page.vue | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/pages/loadUnload-page/loadUnload-page.vue b/pages/loadUnload-page/loadUnload-page.vue index 57fb8cf..d5c5812 100644 --- a/pages/loadUnload-page/loadUnload-page.vue +++ b/pages/loadUnload-page/loadUnload-page.vue @@ -3,7 +3,7 @@ <view class="customer-index"> <view class="customer-index_body"> <view class="wait-collection" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> + style="background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/customerbanner.png') no-repeat;background-size:100% 100%"> </view> <!-- <view style="position: relative;top: -120px;"> <u-empty mode="data" @@ -46,6 +46,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: 600rpx!important; + } + } + + /* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/ + @media only screen and (max-height: 767px) { + .wait-collection{ + min-height: 600rpx!important; + } + } @mixin flex { display: flex; justify-content: space-between; -- Gitblit v1.9.1