From 5bb7cf9fe664549b382da52e15069ff2bd980151 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 02 三月 2024 07:57:52 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index ef1d9cc..0799f07 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -4,7 +4,8 @@ <uni-transition :duration="duration" :mode-class="infoMode" :show="infoViewShow"> <view class="home-view"> <view class="head"> - <text>鍏ュ簱灞�</text> + <image src="../../static/head.png" mode="" class="head-image"></image> + <text style="z-index: 999;">鍏ュ簱灞�</text> </view> <!-- 鏃ュ巻 --> <view class="time-tools">{{calendar}}</view> @@ -192,7 +193,16 @@ count: "", error: "" }, - swiperList: [], + swiperList: [ + { + maktx: 1, + storeReplenishment: '123123', + storeAdd: '123123', + beBatch$: '123', + appeTime$: '2024骞�3鏈�1鏃� 21鐐�14鍒�', + overTime$: '2024骞�3鏈�1鏃� 21鐐�14鍒�' + } + ], inspect: 'inspectRed' } }, @@ -225,7 +235,7 @@ // this.getError() // this.getInfo2() // this.getError2() - this.getInfo3() + // this.getInfo3() // this.controller() },1000) @@ -640,8 +650,9 @@ .home-view { width: 100vw; min-height: 100vh; - background-image: url(../../static/background.png); - background-size: 100vw 100vh; + /* background-image: url(../../static/head.png); + background-size: 50vw 10vh; + background-repeat: no-repeat; */ } .home-right { width: 50vw; @@ -662,6 +673,11 @@ justify-content: center; transform: scale(0.7); } + .head-image { + width: 80%; + position: absolute; + z-index: 1; + } .time-tools { position: absolute; right: 2%; @@ -671,7 +687,7 @@ } .button-left { position: absolute; - background-image: url(../../static/right.png); + background-image: url(../../static/headleft.png); background-size: 100% 100%; top: 1.8%; left: 21.3%; -- Gitblit v1.9.1