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/static/headleft.png | 0
Monitor-APP/static/headright.png | 0
Monitor-APP/pages/home/home.vue | 28 ++++++++++++++++++++++------
Monitor-APP/static/head.png | 0
4 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%;
diff --git a/Monitor-APP/static/head.png b/Monitor-APP/static/head.png
new file mode 100644
index 0000000..a478a43
--- /dev/null
+++ b/Monitor-APP/static/head.png
Binary files differ
diff --git a/Monitor-APP/static/headleft.png b/Monitor-APP/static/headleft.png
new file mode 100644
index 0000000..d9f3ce5
--- /dev/null
+++ b/Monitor-APP/static/headleft.png
Binary files differ
diff --git a/Monitor-APP/static/headright.png b/Monitor-APP/static/headright.png
new file mode 100644
index 0000000..d9f3ce5
--- /dev/null
+++ b/Monitor-APP/static/headright.png
Binary files differ
--
Gitblit v1.9.1