diff --git a/pages/NursingNew/component/index.vue b/pages/NursingNew/component/index.vue
index 676fdf6..85fd1e9 100644
--- a/pages/NursingNew/component/index.vue
+++ b/pages/NursingNew/component/index.vue
@@ -81,56 +81,31 @@
-
-
-
-
- 70
-
-
-
+
- 行政
+ 即时
-
+
-
+
-
-
-
+
{{ indexmessage?.startTime.slice(11, 16) }}
-
{{ indexmessage?.endTime.slice(11, 16) }}
-
- 暂无数据
+
+
@@ -199,6 +174,34 @@
+
+
+
+ {{ currentTime }}
+
+
+
+ {{ weekDay }}
+
+
+ {{ fullDate }}
+
+
+
+
+
+
+ {{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].temperature: '-' }}°C
+
+
+
+ {{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].humidity: '-' }}%
+
+
+
+
护理单元
@@ -446,7 +449,7 @@
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
- fullDate.value = `${year}.${month}.${day} ${weekDay.value}`;
+ fullDate.value = `${year}.${month}.${day}`;
};
onMounted(() => {
name.value = uni.getStorageSync('realname')
@@ -498,11 +501,35 @@
margin-left: 2vw;
height: 100%;
transition: opacity 1s ease;
-
- .right-top {
+ .right-time{
margin-top: 80rpx;
width: 100%;
- height: 50vh;
+ height: 15vh;
+ background-color: #fff;
+ border-radius: 4vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ padding-left: 30rpx;
+ .time-top{
+ display: flex;
+ align-items: center;
+ font-size: 1.1vw;
+ .time-big{
+ font-size: 3.5vw;
+ font-weight: 600;
+ margin-right: 10rpx;
+ }
+ .time-week{
+ font-weight: 600;
+ }
+ }
+ }
+
+ .right-top {
+ margin-top: 25rpx;
+ width: 100%;
+ height: 35vh;
background-color: #fff;
border-radius: 4vh;
@@ -518,7 +545,7 @@
.top-list {
width: 100%;
- height: 41vh;
+ height: 26vh;
.list-view {
width: 86%;
@@ -638,17 +665,20 @@
.right-container-tem {
display: flex;
- margin-top: 0.8vw;
+ justify-content: space-between;
+ align-items: center;
+ width: 80%;
.right-container-tem-text {
font-size: 30rpx;
- margin-right: 20rpx;
}
.right-container-tem-img {
width: 38rpx;
height: 38rpx;
+ margin-right: 5rpx;
+ transform: translateY(6rpx)
}
}
@@ -680,8 +710,10 @@
}
.big-img {
- width: 800rpx;
- height: 550rpx;
+ margin-top: 40rpx;
+ width: 450rpx;
+ height: 450rpx;
+ z-index: 10;
}
.server-name {
@@ -903,11 +935,12 @@
right: 0;
top: 0;
width: 10vw;
- height: 9.2vw;
+ height: 9.4vw;
border-radius: 2vw;
- background-color: #FFFFFF;
+ background-color: #E4EBF4;
padding: 1.6vw;
margin-right: 1.5vw;
+ border: 2rpx solid #D2DFF0;
}
.title-card {
diff --git a/pages/Warehouse/index/component/index.vue b/pages/Warehouse/index/component/index.vue
index 798d0b2..9a5a1fa 100644
--- a/pages/Warehouse/index/component/index.vue
+++ b/pages/Warehouse/index/component/index.vue
@@ -26,16 +26,26 @@
-
-
- {{ currentTime }}
+
+
+
+ 65
+
+
+
+
+
-
- {{ fullDate }}
+
+
+
+ 即时
+
+
@@ -54,7 +64,9 @@
-
+
+
{{ filteredMenu(2)[menutarget]?.nuName }}
@@ -113,6 +125,34 @@
+
+
+
+ {{ currentTime }}
+
+
+
+ {{ weekDay }}
+
+
+ {{ fullDate }}
+
+
+
+
+
+
+ {{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].temperature: '-' }}°C
+
+
+
+ {{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].humidity: '-' }}%
+
+
+
+
库房
@@ -362,7 +402,7 @@
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
- fullDate.value = `${year}.${month}.${day} ${weekDay.value}`;
+ fullDate.value = `${year}.${month}.${day}`;
};
onMounted(() => {
name.value = uni.getStorageSync('realname')
@@ -400,12 +440,37 @@
margin-left: 2vw;
height: 100%;
transition: opacity 1s ease;
-
- .right-top {
+ .right-time{
+ // margin-top: 10rpx;
width: 100%;
- height: 50vh;
+ height: 15vh;
background-color: #fff;
border-radius: 4vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ padding-left: 30rpx;
+ .time-top{
+ display: flex;
+ align-items: center;
+ font-size: 1.1vw;
+ .time-big{
+ font-size: 3.5vw;
+ font-weight: 600;
+ margin-right: 10rpx;
+ }
+ .time-week{
+ font-weight: 600;
+ }
+ }
+ }
+
+ .right-top {
+ width: 100%;
+ height: 35vh;
+ background-color: #fff;
+ border-radius: 4vh;
+ margin-top: 15rpx;
.top-title {
width: 100%;
@@ -419,7 +484,7 @@
.top-list {
width: 100%;
- height: 41vh;
+ height: 26vh;
.list-view {
width: 86%;
@@ -566,9 +631,10 @@
}
.big-img {
- width: 550rpx;
- height: 550rpx;
- z-index: 2;
+ margin-top: 40rpx;
+ width: 450rpx;
+ height: 450rpx;
+ z-index: 10;
}
.server-name {
@@ -635,7 +701,18 @@
border-radius: 40rpx;
font-size: 30rpx;
}
-
+ .title-card-right {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 10vw;
+ height: 9.4vw;
+ border-radius: 2vw;
+ background-color: #E4EBF4;
+ padding: 1.6vw;
+ margin-right: 1.5vw;
+ border: 2rpx solid #D2DFF0;
+ }
.pao-father {
position: absolute;
top: 20rpx;
@@ -800,7 +877,8 @@
padding: 1.6vw;
position: relative;
margin-right: 1.5vw;
-
+ margin-left: 1vw;
+ }
.card-bottom {
position: absolute;
left: 0;
@@ -874,8 +952,6 @@
}
}
}
- }
-
.title-time {
position: absolute;
right: 0;
@@ -1056,4 +1132,27 @@
height: 3vw;
}
}
+ .right-container-tem {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ width: 80%;
+
+ .right-container-tem-text {
+ font-size: 30rpx;
+ }
+
+
+ .right-container-tem-img {
+ width: 38rpx;
+ height: 38rpx;
+ margin-right: 5rpx;
+ transform: translateY(6rpx)
+ }
+ }
+ .big-img-nomessage {
+ width: 500rpx;
+ height: 500rpx;
+ z-index: 10;
+ }
\ No newline at end of file
diff --git a/pages/login/newanimationpage.vue b/pages/login/newanimationpage.vue
index b447cc1..20fd93e 100644
--- a/pages/login/newanimationpage.vue
+++ b/pages/login/newanimationpage.vue
@@ -48,11 +48,12 @@
-
+
-
+
@@ -64,7 +65,7 @@
-
+
@@ -72,6 +73,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -250,11 +268,47 @@
const filteredMenu = (index : number) => {
return leftMenuArray.value.filter(item => Number(item.areaFlag) - 1 == index);
}
+ const ondoorarray =
+ genPaths(
+ '/static/index/warehouse/newindexhome/',
+ 'gate',
+ 5, // 张数
+ 'png',
+ 0, // 起始索引为 1
+ false // 不补零
+ )
+ const doorarray =
+ genPaths(
+ '/static/index/warehouse/newindexhome/',
+ 'door',
+ 11, // 张数
+ 'png',
+ 0, // 起始索引为 1
+ false // 不补零
+ )
+ const peopleleftarray =
+ genPaths(
+ '/static/index/warehouse/newindexhome/',
+ 'Front',
+ 2, // 张数
+ 'png',
+ 1, // 起始索引为 1
+ false // 不补零
+ )
+ const peoplerightarray =
+ genPaths(
+ '/static/index/warehouse/newindexhome/',
+ 'Front',
+ 2, // 张数
+ 'png',
+ 3, // 起始索引为 1
+ false // 不补零
+ )
const storemanarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'Operator',
- 2, // 张数
+ 8, // 张数
'png',
1, // 起始索引为 1
false // 不补零
@@ -272,7 +326,7 @@
genPaths(
'/static/index/warehouse/newindexhome/',
'service',
- 2, // 张数
+ 8, // 张数
'png',
0, // 起始索引为 1
false // 不补零
@@ -281,8 +335,8 @@
const officerarray =
genPaths(
'/static/index/warehouse/newindexhome/cler',
- 'cler',
- 13, // 张数
+ 'cler1-',
+ 24, // 张数
'png',
1, // 起始索引为 1
false // 不补零
@@ -682,6 +736,31 @@
left: -1.5vw;
}
+ .fontendtable {
+ width: 30vw;
+ height: 30vw;
+ position: fixed;
+ bottom: 1.5vw;
+ left: 0vw;
+ z-index: 10;
+ }
+
+ .peopleleft {
+ width: 7vw;
+ height: 8vw;
+ position: fixed;
+ bottom: 11vw;
+ left: 16vw;
+ }
+
+ .peopleright {
+ width: 7vw;
+ height: 8vw;
+ position: fixed;
+ bottom: 14vw;
+ left: 10.5vw;
+ }
+
.fontroom {
width: 40vw;
height: 28vw;
@@ -701,7 +780,7 @@
.worker {
width: 4.5vw;
- height: 5.5vw;
+ height: 6vw;
position: fixed;
top: 13.5vw;
right: 5vw;
@@ -727,10 +806,10 @@
}
.officer {
- width: 12vw;
- height: 10vw;
+ width: 14vw;
+ height: 13vw;
position: fixed;
- bottom: 19.5vw;
+ bottom: 16vw;
right: 2vw;
z-index: 2;
}
@@ -778,7 +857,20 @@
width: 50%;
height: 50%;
}
-
+ .door{
+ width: 17vw;
+ height: 16vw;
+ position: fixed;
+ bottom: 0vw;
+ left: 0vw;
+ }
+ .ondoor{
+ width: 5vw;
+ height: 6vw;
+ position: fixed;
+ bottom: 1vw;
+ left: 4vw;
+ }
// .tp {
// image {
// width: 100%;
diff --git a/static/index/card/alarm.png b/static/index/card/alarm.png
new file mode 100644
index 0000000..ff5b509
Binary files /dev/null and b/static/index/card/alarm.png differ
diff --git a/static/index/newindex/wendu/2.png b/static/index/newindex/wendu/2.png
index cd2625c..904e4c5 100644
Binary files a/static/index/newindex/wendu/2.png and b/static/index/newindex/wendu/2.png differ
diff --git a/static/index/warehouse/newindexhome/Front1.png b/static/index/warehouse/newindexhome/Front1.png
new file mode 100644
index 0000000..1595135
Binary files /dev/null and b/static/index/warehouse/newindexhome/Front1.png differ
diff --git a/static/index/warehouse/newindexhome/Front2.png b/static/index/warehouse/newindexhome/Front2.png
new file mode 100644
index 0000000..30cf8cd
Binary files /dev/null and b/static/index/warehouse/newindexhome/Front2.png differ
diff --git a/static/index/warehouse/newindexhome/Front3.png b/static/index/warehouse/newindexhome/Front3.png
new file mode 100644
index 0000000..15f49b6
Binary files /dev/null and b/static/index/warehouse/newindexhome/Front3.png differ
diff --git a/static/index/warehouse/newindexhome/Front4.png b/static/index/warehouse/newindexhome/Front4.png
new file mode 100644
index 0000000..75af7cd
Binary files /dev/null and b/static/index/warehouse/newindexhome/Front4.png differ
diff --git a/static/index/warehouse/newindexhome/Operator1.png b/static/index/warehouse/newindexhome/Operator1.png
index 18d77fe..3ba9b3f 100644
Binary files a/static/index/warehouse/newindexhome/Operator1.png and b/static/index/warehouse/newindexhome/Operator1.png differ
diff --git a/static/index/warehouse/newindexhome/Operator2.png b/static/index/warehouse/newindexhome/Operator2.png
index 86292a7..5793d0d 100644
Binary files a/static/index/warehouse/newindexhome/Operator2.png and b/static/index/warehouse/newindexhome/Operator2.png differ
diff --git a/static/index/warehouse/newindexhome/Operator3.png b/static/index/warehouse/newindexhome/Operator3.png
new file mode 100644
index 0000000..b10ef6b
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator3.png differ
diff --git a/static/index/warehouse/newindexhome/Operator4.png b/static/index/warehouse/newindexhome/Operator4.png
new file mode 100644
index 0000000..d1af046
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator4.png differ
diff --git a/static/index/warehouse/newindexhome/Operator5.png b/static/index/warehouse/newindexhome/Operator5.png
new file mode 100644
index 0000000..26f782f
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator5.png differ
diff --git a/static/index/warehouse/newindexhome/Operator6.png b/static/index/warehouse/newindexhome/Operator6.png
new file mode 100644
index 0000000..26f782f
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator6.png differ
diff --git a/static/index/warehouse/newindexhome/Operator7.png b/static/index/warehouse/newindexhome/Operator7.png
new file mode 100644
index 0000000..26f782f
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator7.png differ
diff --git a/static/index/warehouse/newindexhome/Operator8.png b/static/index/warehouse/newindexhome/Operator8.png
new file mode 100644
index 0000000..26f782f
Binary files /dev/null and b/static/index/warehouse/newindexhome/Operator8.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-1.png b/static/index/warehouse/newindexhome/cler/cler1-1.png
new file mode 100644
index 0000000..a7aa210
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-1.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-10.png b/static/index/warehouse/newindexhome/cler/cler1-10.png
new file mode 100644
index 0000000..666e07f
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-10.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-11.png b/static/index/warehouse/newindexhome/cler/cler1-11.png
new file mode 100644
index 0000000..666e07f
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-11.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-12.png b/static/index/warehouse/newindexhome/cler/cler1-12.png
new file mode 100644
index 0000000..666e07f
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-12.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-13.png b/static/index/warehouse/newindexhome/cler/cler1-13.png
new file mode 100644
index 0000000..666e07f
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-13.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-14.png b/static/index/warehouse/newindexhome/cler/cler1-14.png
new file mode 100644
index 0000000..50bb30e
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-14.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-15.png b/static/index/warehouse/newindexhome/cler/cler1-15.png
new file mode 100644
index 0000000..d77d15f
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-15.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-16.png b/static/index/warehouse/newindexhome/cler/cler1-16.png
new file mode 100644
index 0000000..dc3d788
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-16.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-17.png b/static/index/warehouse/newindexhome/cler/cler1-17.png
new file mode 100644
index 0000000..6de2dcb
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-17.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-18.png b/static/index/warehouse/newindexhome/cler/cler1-18.png
new file mode 100644
index 0000000..dad61ff
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-18.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-19.png b/static/index/warehouse/newindexhome/cler/cler1-19.png
new file mode 100644
index 0000000..8957683
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-19.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-2.png b/static/index/warehouse/newindexhome/cler/cler1-2.png
new file mode 100644
index 0000000..91fe4d2
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-2.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-20.png b/static/index/warehouse/newindexhome/cler/cler1-20.png
new file mode 100644
index 0000000..aebc39c
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-20.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-21.png b/static/index/warehouse/newindexhome/cler/cler1-21.png
new file mode 100644
index 0000000..d271e47
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-21.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-22.png b/static/index/warehouse/newindexhome/cler/cler1-22.png
new file mode 100644
index 0000000..d271e47
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-22.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-23.png b/static/index/warehouse/newindexhome/cler/cler1-23.png
new file mode 100644
index 0000000..d271e47
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-23.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-24.png b/static/index/warehouse/newindexhome/cler/cler1-24.png
new file mode 100644
index 0000000..d271e47
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-24.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-3.png b/static/index/warehouse/newindexhome/cler/cler1-3.png
new file mode 100644
index 0000000..bf3fa20
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-3.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-4.png b/static/index/warehouse/newindexhome/cler/cler1-4.png
new file mode 100644
index 0000000..b34dafd
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-4.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-5.png b/static/index/warehouse/newindexhome/cler/cler1-5.png
new file mode 100644
index 0000000..c0524a3
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-5.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-6.png b/static/index/warehouse/newindexhome/cler/cler1-6.png
new file mode 100644
index 0000000..844cff0
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-6.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-7.png b/static/index/warehouse/newindexhome/cler/cler1-7.png
new file mode 100644
index 0000000..f8cff37
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-7.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-8.png b/static/index/warehouse/newindexhome/cler/cler1-8.png
new file mode 100644
index 0000000..4557e7e
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-8.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1-9.png b/static/index/warehouse/newindexhome/cler/cler1-9.png
new file mode 100644
index 0000000..80ae886
Binary files /dev/null and b/static/index/warehouse/newindexhome/cler/cler1-9.png differ
diff --git a/static/index/warehouse/newindexhome/cler/cler1.png b/static/index/warehouse/newindexhome/cler/cler1.png
deleted file mode 100644
index 07c57b5..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler1.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler10.png b/static/index/warehouse/newindexhome/cler/cler10.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler10.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler11.png b/static/index/warehouse/newindexhome/cler/cler11.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler11.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler12.png b/static/index/warehouse/newindexhome/cler/cler12.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler12.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler13.png b/static/index/warehouse/newindexhome/cler/cler13.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler13.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler14.png b/static/index/warehouse/newindexhome/cler/cler14.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler14.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler15.png b/static/index/warehouse/newindexhome/cler/cler15.png
deleted file mode 100644
index 42be667..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler15.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler2.png b/static/index/warehouse/newindexhome/cler/cler2.png
deleted file mode 100644
index 3151045..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler2.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler3.png b/static/index/warehouse/newindexhome/cler/cler3.png
deleted file mode 100644
index 7ec3588..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler3.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler4.png b/static/index/warehouse/newindexhome/cler/cler4.png
deleted file mode 100644
index 2a4b084..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler4.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler5.png b/static/index/warehouse/newindexhome/cler/cler5.png
deleted file mode 100644
index 9a22dda..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler5.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler6.png b/static/index/warehouse/newindexhome/cler/cler6.png
deleted file mode 100644
index b633f5f..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler6.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler7.png b/static/index/warehouse/newindexhome/cler/cler7.png
deleted file mode 100644
index de91875..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler7.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler8.png b/static/index/warehouse/newindexhome/cler/cler8.png
deleted file mode 100644
index 7f0bfba..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler8.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/cler/cler9.png b/static/index/warehouse/newindexhome/cler/cler9.png
deleted file mode 100644
index 39393d4..0000000
Binary files a/static/index/warehouse/newindexhome/cler/cler9.png and /dev/null differ
diff --git a/static/index/warehouse/newindexhome/door0.png b/static/index/warehouse/newindexhome/door0.png
new file mode 100644
index 0000000..b543747
Binary files /dev/null and b/static/index/warehouse/newindexhome/door0.png differ
diff --git a/static/index/warehouse/newindexhome/door1.png b/static/index/warehouse/newindexhome/door1.png
new file mode 100644
index 0000000..227949a
Binary files /dev/null and b/static/index/warehouse/newindexhome/door1.png differ
diff --git a/static/index/warehouse/newindexhome/door10.png b/static/index/warehouse/newindexhome/door10.png
new file mode 100644
index 0000000..b157db1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door10.png differ
diff --git a/static/index/warehouse/newindexhome/door2.png b/static/index/warehouse/newindexhome/door2.png
new file mode 100644
index 0000000..7f936d5
Binary files /dev/null and b/static/index/warehouse/newindexhome/door2.png differ
diff --git a/static/index/warehouse/newindexhome/door3.png b/static/index/warehouse/newindexhome/door3.png
new file mode 100644
index 0000000..5e528b1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door3.png differ
diff --git a/static/index/warehouse/newindexhome/door4.png b/static/index/warehouse/newindexhome/door4.png
new file mode 100644
index 0000000..1277495
Binary files /dev/null and b/static/index/warehouse/newindexhome/door4.png differ
diff --git a/static/index/warehouse/newindexhome/door5.png b/static/index/warehouse/newindexhome/door5.png
new file mode 100644
index 0000000..7a12d3a
Binary files /dev/null and b/static/index/warehouse/newindexhome/door5.png differ
diff --git a/static/index/warehouse/newindexhome/door6.png b/static/index/warehouse/newindexhome/door6.png
new file mode 100644
index 0000000..b157db1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door6.png differ
diff --git a/static/index/warehouse/newindexhome/door7.png b/static/index/warehouse/newindexhome/door7.png
new file mode 100644
index 0000000..b157db1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door7.png differ
diff --git a/static/index/warehouse/newindexhome/door8.png b/static/index/warehouse/newindexhome/door8.png
new file mode 100644
index 0000000..b157db1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door8.png differ
diff --git a/static/index/warehouse/newindexhome/door9.png b/static/index/warehouse/newindexhome/door9.png
new file mode 100644
index 0000000..b157db1
Binary files /dev/null and b/static/index/warehouse/newindexhome/door9.png differ
diff --git a/static/index/warehouse/newindexhome/gate0.png b/static/index/warehouse/newindexhome/gate0.png
new file mode 100644
index 0000000..07ec568
Binary files /dev/null and b/static/index/warehouse/newindexhome/gate0.png differ
diff --git a/static/index/warehouse/newindexhome/gate1.png b/static/index/warehouse/newindexhome/gate1.png
new file mode 100644
index 0000000..d3ab958
Binary files /dev/null and b/static/index/warehouse/newindexhome/gate1.png differ
diff --git a/static/index/warehouse/newindexhome/gate2.png b/static/index/warehouse/newindexhome/gate2.png
new file mode 100644
index 0000000..8587c17
Binary files /dev/null and b/static/index/warehouse/newindexhome/gate2.png differ
diff --git a/static/index/warehouse/newindexhome/gate3.png b/static/index/warehouse/newindexhome/gate3.png
new file mode 100644
index 0000000..f9bc682
Binary files /dev/null and b/static/index/warehouse/newindexhome/gate3.png differ
diff --git a/static/index/warehouse/newindexhome/gate4.png b/static/index/warehouse/newindexhome/gate4.png
new file mode 100644
index 0000000..64daea3
Binary files /dev/null and b/static/index/warehouse/newindexhome/gate4.png differ
diff --git a/static/index/warehouse/newindexhome/lamp2.png b/static/index/warehouse/newindexhome/lamp2.png
index bb57fd7..a13ebe5 100644
Binary files a/static/index/warehouse/newindexhome/lamp2.png and b/static/index/warehouse/newindexhome/lamp2.png differ
diff --git a/static/index/warehouse/newindexhome/reception.png b/static/index/warehouse/newindexhome/reception.png
index 401dce1..d0734a0 100644
Binary files a/static/index/warehouse/newindexhome/reception.png and b/static/index/warehouse/newindexhome/reception.png differ
diff --git a/static/index/warehouse/newindexhome/reception2.png b/static/index/warehouse/newindexhome/reception2.png
new file mode 100644
index 0000000..773edaf
Binary files /dev/null and b/static/index/warehouse/newindexhome/reception2.png differ
diff --git a/static/index/warehouse/newindexhome/service0.png b/static/index/warehouse/newindexhome/service0.png
index 290142a..6bb17ac 100644
Binary files a/static/index/warehouse/newindexhome/service0.png and b/static/index/warehouse/newindexhome/service0.png differ
diff --git a/static/index/warehouse/newindexhome/service1.png b/static/index/warehouse/newindexhome/service1.png
index 8cfd37b..8f54351 100644
Binary files a/static/index/warehouse/newindexhome/service1.png and b/static/index/warehouse/newindexhome/service1.png differ
diff --git a/static/index/warehouse/newindexhome/service2.png b/static/index/warehouse/newindexhome/service2.png
new file mode 100644
index 0000000..b8b9ce8
Binary files /dev/null and b/static/index/warehouse/newindexhome/service2.png differ
diff --git a/static/index/warehouse/newindexhome/service3.png b/static/index/warehouse/newindexhome/service3.png
new file mode 100644
index 0000000..33168e3
Binary files /dev/null and b/static/index/warehouse/newindexhome/service3.png differ
diff --git a/static/index/warehouse/newindexhome/service4.png b/static/index/warehouse/newindexhome/service4.png
new file mode 100644
index 0000000..90d528d
Binary files /dev/null and b/static/index/warehouse/newindexhome/service4.png differ
diff --git a/static/index/warehouse/newindexhome/service5.png b/static/index/warehouse/newindexhome/service5.png
new file mode 100644
index 0000000..90d528d
Binary files /dev/null and b/static/index/warehouse/newindexhome/service5.png differ
diff --git a/static/index/warehouse/newindexhome/service6.png b/static/index/warehouse/newindexhome/service6.png
new file mode 100644
index 0000000..90d528d
Binary files /dev/null and b/static/index/warehouse/newindexhome/service6.png differ
diff --git a/static/index/warehouse/newindexhome/service7.png b/static/index/warehouse/newindexhome/service7.png
new file mode 100644
index 0000000..90d528d
Binary files /dev/null and b/static/index/warehouse/newindexhome/service7.png differ