摄像头主页、动画图片修改完,发版

This commit is contained in:
Teng 2025-10-17 15:15:31 +08:00
parent a2dbfc24be
commit 7b3e8567a2
167 changed files with 131 additions and 113 deletions

View File

@ -67,11 +67,11 @@
},
movebottom: {
type: Number,
default: 0
default: 50
},
moveright: {
type: Number,
default: 110
default:60
},
pao:{
type: Boolean,

View File

@ -2,8 +2,8 @@
"name" : "护理单元",
"appid" : "__UNI__FB2D473",
"description" : "护理单元",
"versionName" : "1.6.6",
"versionCode" : 166,
"versionName" : "1.6.7",
"versionCode" : 167,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -52,9 +52,9 @@
"style": {
"position": "absolute",
"left": "230px",
"top": "120px",
"width": "650px",
"height": "510px",
"top": "105px",
"width": "680px",
"height": "520px",
"background": "transparent"
}
}

View File

@ -162,7 +162,7 @@
padding-left: 10rpx;
background-color: rgb(77, 77, 77);
top: -100rpx;
left: 150rpx;
left: 0rpx;
color: #fff;
display: flex;
justify-content: center;
@ -234,7 +234,6 @@
width: 150rpx;
border-radius: 40rpx;
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
/* 你原来的背景 */
border: 2rpx solid #9AD1FF;
color: #007CFF;
display: flex;

View File

@ -1821,6 +1821,11 @@
info.push(element)
}
})
bottomItems.value.forEach((element:any,index:number)=>{
element.sort = index
})
console.log("bottomItems",bottomItems.value)
// console.log("22222",info)
// console.log("cccc",uni.getStorageSync('NUall').elderInfo.name)
let allvalue = {
@ -1930,7 +1935,7 @@
})
})
bigArray.value = res.result;
console.log("((((()))))", bigArray.value)
// console.log("((((()))))", bigArray.value)
downList.value = bigArray.value[0].children
upmenuIndex.value = -1;
downdonghua.value = -1;
@ -1952,7 +1957,7 @@
if (uni.getStorageSync('nuId') && uni.getStorageSync('customerId')) {
getNclist(uni.getStorageSync('nuId'), uni.getStorageSync('customerId')).then((res : any) => {
// console.log("",res.result)
console.log("返回的",res.result)
res.result.serviceList.forEach((res:any)=>{
timearr.value[res.positioning].children[res.positioningLong] = res;
})

View File

@ -1,7 +1,7 @@
<template>
<div class="center-column" :style="{ height: isshow ? '510px' : '0px' }">
<div class="center-column" :style="{ height: isshow ? '520px' : '0px' }">
<!-- 视频播放组件 -->
<MonitorView ref="monitor" init="5" style="width: 650px;height: 510px;" @onTel="handleTelEvent"
<MonitorView ref="monitor" init="5" style="width: 680px;height: 520px;" @onTel="handleTelEvent"
@onSnapShot="handleSnapShotEvent" @onRecord="handleRecordEvent" @onTalkStatus="handleTalkEvent" />
</div>
</template>
@ -609,8 +609,8 @@
<style>
.center-column {
width: 650px;
height: 510px;
width: 680px;
height: 520px;
border-radius: 30px;
overflow: hidden;

View File

@ -36,7 +36,7 @@
<view class="zhezhao-left"></view>
<view class="zhezhao-right"></view>
<scroll-view scroll-x="true" style="width: 66%;height: 100%;">
<view style="display: flex;align-items: center;margin-top: 5rpx;">
<view style="display: flex;align-items: center;margin-top: 3rpx;">
<view v-for="(item,index) in typeArray" :key="index" class="menu"
:style="topTargetIndex === index ? { backgroundColor: '#ddf0ff' } : {}"
@ -55,15 +55,15 @@
</scroll-view>
<view class="right-father">
<view style="font-weight: 600;font-size: 90rpx;margin-right: 15rpx;">
<view style="font-weight: 600;font-size: 60rpx;margin-right: 15rpx;">
{{ time }}
</view>
<view class="" style="font-weight: 600;margin-right: 50rpx;">
<view class="" style="font-weight: 600;margin-right: 30rpx;font-size: 25rpx;">
<view>{{ date }}</view>
<view>{{ week }}</view>
</view>
<view :class="{ targetbutton: shezhi }" style="display: flex;align-items: center;">
<image style="width: 65rpx;height: 65rpx;" src="/static/index/newindex/curve/shezhi.png"
<image style="width: 55rpx;height: 55rpx;" src="/static/index/newindex/curve/shezhi.png"
@click="goback" />
<view style="font-size: 32rpx;margin-left: 10rpx;" @click="goback">
设置
@ -98,21 +98,24 @@
</view>
<view class="right-right">
<view class="red-kuang" v-if="typeNow===0">
<image style="width: 75rpx;height: 90rpx;margin-left: 40rpx;margin-top: -10rpx;"
<image style="width: 70rpx;height: 85rpx;margin-left: 40rpx;margin-top: 0rpx;"
src="/static/index/watch/laotai.png" v-if="filteredMenu[menuIndex]?.elderInfo" />
<view class="" v-if="filteredMenu[menuIndex]?.elderInfo">
<view style="margin-left: 20rpx;display: flex;align-items: center;margin-bottom: 5rpx;">
<view style="margin-left: 20rpx;display: flex;align-items: center;width: 100%;position: relative;">
<view class="font-weight">
{{ filteredMenu[menuIndex].elderInfo ? filteredMenu[menuIndex].elderInfo.name:'' }}
</view>
<view class="font-small" style="margin-left: 30rpx;">
{{ filteredMenu[menuIndex].elderInfo ? filteredMenu[menuIndex].elderInfo.sex:'' }}
{{ filteredMenu[menuIndex].elderInfo ? getAgeYears(filteredMenu[menuIndex].elderInfo.dateOfBirth):'' }}
</view>
<view class="blue-bgc">
<view class="blue-bgc" style="position: absolute;right: -20rpx;top: 0rpx;">
当日指令
</view>
</view>
<view class="font-small" style="margin-left: 20rpx;margin-top: 0rpx;">
{{ filteredMenu[menuIndex].elderInfo ? filteredMenu[menuIndex].elderInfo.sex:'' }}
<text style="margin-left: 5rpx;">
{{ filteredMenu[menuIndex].elderInfo ? getAgeYears(filteredMenu[menuIndex].elderInfo.dateOfBirth):'' }}
</text>
</view>
<view class="font-small" style="margin-left: 20rpx;margin-top: 0rpx;">
入住时间{{ filteredMenu[menuIndex].elderInfo ? filteredMenu[menuIndex].elderInfo.createTime.slice(0,10):'' }}
</view>
@ -141,8 +144,8 @@
<view class="states-father" v-if="typeNow===0">
<view class="states" :class="item.error?`warning`:``" v-for="(item,index) in iconArray"
:key="index">
<image style="width: 40rpx;height: 40rpx;" :src="item.url" />
<view style="color: #555555;margin-left: 5rpx;font-size: 25rpx;">
<image style="width: 35rpx;height: 35rpx;" :src="item.url" />
<view style="color: #555555;margin-left: 5rpx;font-size: 18rpx;">
{{ item.name }}
</view>
</view>
@ -1281,7 +1284,7 @@
width: 23%;
.title-father {
padding-top: 120rpx;
padding-top: 100rpx;
padding-bottom: 50rpx;
padding-left: 60rpx;
display: flex;
@ -1293,7 +1296,7 @@
}
.title-font {
font-size: 40rpx;
font-size: 32rpx;
font-weight: 800;
}
@ -1335,7 +1338,7 @@
height: 100rpx;
width: 100%;
margin-left: 0rpx;
margin-top: 100rpx;
margin-top: 80rpx;
position: relative;
display: flex;
@ -1374,9 +1377,9 @@
.big-bgc {
margin-left: -10rpx;
margin-top: 40rpx;
width: 1290rpx;
height: 1020rpx;
margin-top: 30rpx;
width: 1350rpx;
height: 1040rpx;
border-radius: 55rpx;
overflow: hidden;
display: flex;
@ -1406,16 +1409,16 @@
.right-right {
position: absolute;
right: -20rpx;
top: 230rpx;
top: 210rpx;
height: calc(100% - 250rpx);
width: 650rpx;
width: 570rpx;
.red-kuang {
margin-top: 0rpx;
// margin-top: 0rpx;
margin-left: 90rpx;
width: 510rpx;
width: 430rpx;
height: 120rpx;
border-radius: 50rpx;
border-radius: 30rpx;
position: relative;
display: flex;
align-items: center;
@ -1433,7 +1436,7 @@
background-color: rgba(248, 249, 250, 0.5);
color: #017DE9;
border-radius: 20rpx;
margin-left: 30rpx;
// margin-left: 30rpx;
}
.font-weight {
@ -1443,7 +1446,7 @@
.font-small {
font-size: 25rpx;
font-size: 22rpx;
}
}
@ -1456,7 +1459,7 @@
width: 100%;
.states {
width: 157rpx;
width: 135rpx;
margin-right: 15rpx;
height: 60rpx;
border-radius: 60rpx;
@ -1478,7 +1481,7 @@
.bottom-view {
margin-left: 90rpx;
margin-top: 20rpx;
width: 510rpx;
width: 440rpx;
height: 690rpx;
border-radius: 50rpx;
background-color: rgba(226, 227, 231, 0.5);
@ -1492,7 +1495,7 @@
.button-father {
margin-top: 20rpx;
margin-bottom: 0;
margin-left: 45rpx;
margin-left: 28rpx;
text-align: center;
.bottom-button {
@ -1512,7 +1515,7 @@
.big-view {
margin-left: 90rpx;
margin-top: 20rpx;
width: 510rpx;
width: 440rpx;
height: 340rpx;
border-radius: 50rpx;
background-color: rgba(226, 227, 231, 0.5);
@ -1591,7 +1594,7 @@
}
.right-father {
width: 650rpx;
width: 500rpx;
position: absolute;
right: 0rpx;
top: 0;
@ -1751,7 +1754,7 @@
.picture {
display: flex;
margin-top: 30rpx;
margin-top: 40rpx;
.picture-card {
display: flex;

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,8 @@
"id": "__UNI__FB2D473",
"name": "护理单元",
"version": {
"name": "1.6.6",
"code": 166
"name": "1.6.7",
"code": 167
},
"description": "护理单元",
"developer": {

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.wareaitem[data-v-6f94d51e]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-6f94d51e]{width:100%;height:100%}.wareaitem .operationbtn[data-v-6f94d51e]{width:20vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-6f94d51e]{width:9vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn .click-box[data-v-6f94d51e]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-6f94d51e]{color:transparent;animation:scalePulse-6f94d51e .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-6f94d51e]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-6f94d51e{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-6f94d51e]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-6f94d51e]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-6f94d51e]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact3[data-v-6f94d51e]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact4[data-v-6f94d51e]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-6f94d51e]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-6f94d51e]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-6f94d51e]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-6f94d51e]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-6f94d51e]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-6f94d51e]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-6f94d51e]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-6f94d51e]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-6f94d51e]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-6f94d51e]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-6f94d51e]{position:absolute}.wareaitem .annotation1[data-v-6f94d51e]{top:20.5vw;left:19vw}.wareaitem .annotation2[data-v-6f94d51e]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-6f94d51e]{top:23vw;left:50vw}.wareaitem .annotation4[data-v-6f94d51e]{top:17vw;left:68vw}.wareaitem .annotation5[data-v-6f94d51e]{top:32vw;left:74vw}.wareaitem .annotation6[data-v-6f94d51e]{top:23vw;right:6vw}.wareaitem .annotation[data-v-6f94d51e]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-6f94d51e]{position:relative}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(1){width:7vw;height:2vw;background:#f2f3f7;box-shadow:0 0 rgba(182,186,196,.35);border:.0625rem solid #FFFFFF;font-weight:400;font-size:1.3vw;color:#333;display:flex;align-items:center;justify-content:center;z-index:3}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(2){width:4vw;height:2vw;margin:-.0625rem auto 0;z-index:2}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-6f94d51e]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-6f94d51e]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}
.wareaitem[data-v-9891960a]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-9891960a]{width:100%;height:100%}.wareaitem .operationbtn[data-v-9891960a]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-9891960a]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-9891960a]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-9891960a]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-9891960a]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-9891960a .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-9891960a]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-9891960a{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-9891960a]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-9891960a]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-9891960a]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact3[data-v-9891960a]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact4[data-v-9891960a]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-9891960a]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-9891960a]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-9891960a]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-9891960a]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-9891960a]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-9891960a]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-9891960a]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-9891960a]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-9891960a]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-9891960a]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-9891960a]{position:absolute}.wareaitem .annotation1[data-v-9891960a]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-9891960a]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-9891960a]{top:24vw;left:49.3vw}.wareaitem .annotation4[data-v-9891960a]{top:18vw;left:70vw}.wareaitem .annotation5[data-v-9891960a]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-9891960a]{top:24vw;right:6vw}.wareaitem .annotation[data-v-9891960a]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-9891960a]{position:relative}.wareaitem .annotation>uni-view[data-v-9891960a]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-9891960a]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-9891960a]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-9891960a]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-9891960a]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-9891960a]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 564 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 1020 B

View File

@ -9,7 +9,7 @@ function formatAppLog(type, filename, ...args) {
console[type].apply(console, [...args, filename]);
}
}
const _style_0 = { "center-column": { "": { "width": 650, "height": 510, "borderRadius": 30, "overflow": "hidden" } } };
const _style_0 = { "center-column": { "": { "width": 680, "height": 520, "borderRadius": 30, "overflow": "hidden" } } };
const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
@ -572,14 +572,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
"div",
{
class: "center-column",
style: normalizeStyle({ height: $data.isshow ? "510px" : "0px" })
style: normalizeStyle({ height: $data.isshow ? "520px" : "0px" })
},
[
createCommentVNode(" 视频播放组件 "),
createVNode(_component_MonitorView, {
ref: "monitor",
init: "5",
style: { "width": "650px", "height": "510px" },
style: { "width": "680px", "height": "520px" },
onOnTel: $options.handleTelEvent,
onOnSnapShot: $options.handleSnapShotEvent,
onOnRecord: $options.handleRecordEvent,

File diff suppressed because one or more lines are too long

View File

@ -9004,11 +9004,11 @@ if (uni.restoreGlobal) {
},
movebottom: {
type: Number,
default: 0
default: 50
},
moveright: {
type: Number,
default: 110
default: 60
},
pao: {
type: Boolean,
@ -12539,7 +12539,7 @@ if (uni.restoreGlobal) {
timerId0 = setInterval(updateClock, 1e3);
queryPadPageList().then((res) => {
leftMenuArray.value = res.result.records;
formatAppLog("log", "at pages/watch/index.vue:1117", "????", leftMenuArray.value);
formatAppLog("log", "at pages/watch/index.vue:1120", "????", leftMenuArray.value);
leftMenuArray.value.forEach((res2) => {
switch (res2.areaFlag) {
case "1":
@ -12796,7 +12796,7 @@ if (uni.restoreGlobal) {
"scroll-x": "true",
style: { "width": "66%", "height": "100%" }
}, [
vue.createElementVNode("view", { style: { "display": "flex", "align-items": "center", "margin-top": "5rpx" } }, [
vue.createElementVNode("view", { style: { "display": "flex", "align-items": "center", "margin-top": "3rpx" } }, [
(vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
null,
@ -12842,14 +12842,14 @@ if (uni.restoreGlobal) {
vue.createElementVNode("view", { class: "right-father" }, [
vue.createElementVNode(
"view",
{ style: { "font-weight": "600", "font-size": "90rpx", "margin-right": "15rpx" } },
{ style: { "font-weight": "600", "font-size": "60rpx", "margin-right": "15rpx" } },
vue.toDisplayString($setup.time),
1
/* TEXT */
),
vue.createElementVNode("view", {
class: "",
style: { "font-weight": "600", "margin-right": "50rpx" }
style: { "font-weight": "600", "margin-right": "30rpx", "font-size": "25rpx" }
}, [
vue.createElementVNode(
"view",
@ -12874,7 +12874,7 @@ if (uni.restoreGlobal) {
},
[
vue.createElementVNode("image", {
style: { "width": "65rpx", "height": "65rpx" },
style: { "width": "55rpx", "height": "55rpx" },
src: _imports_2$c,
onClick: $setup.goback
}),
@ -12943,14 +12943,14 @@ if (uni.restoreGlobal) {
}, [
((_a = $setup.filteredMenu[$setup.menuIndex]) == null ? void 0 : _a.elderInfo) ? (vue.openBlock(), vue.createElementBlock("image", {
key: 0,
style: { "width": "75rpx", "height": "90rpx", "margin-left": "40rpx", "margin-top": "-10rpx" },
style: { "width": "70rpx", "height": "85rpx", "margin-left": "40rpx", "margin-top": "0rpx" },
src: _imports_4$5
})) : vue.createCommentVNode("v-if", true),
((_b = $setup.filteredMenu[$setup.menuIndex]) == null ? void 0 : _b.elderInfo) ? (vue.openBlock(), vue.createElementBlock("view", {
key: 1,
class: ""
}, [
vue.createElementVNode("view", { style: { "margin-left": "20rpx", "display": "flex", "align-items": "center", "margin-bottom": "5rpx" } }, [
vue.createElementVNode("view", { style: { "margin-left": "20rpx", "display": "flex", "align-items": "center", "width": "100%", "position": "relative" } }, [
vue.createElementVNode(
"view",
{ class: "font-weight" },
@ -12958,17 +12958,27 @@ if (uni.restoreGlobal) {
1
/* TEXT */
),
vue.createElementVNode(
"view",
{
class: "font-small",
style: { "margin-left": "30rpx" }
},
vue.toDisplayString($setup.filteredMenu[$setup.menuIndex].elderInfo ? $setup.filteredMenu[$setup.menuIndex].elderInfo.sex : "") + " " + vue.toDisplayString($setup.filteredMenu[$setup.menuIndex].elderInfo ? $setup.getAgeYears($setup.filteredMenu[$setup.menuIndex].elderInfo.dateOfBirth) : "") + "岁 ",
vue.createElementVNode("view", {
class: "blue-bgc",
style: { "position": "absolute", "right": "-20rpx", "top": "0rpx" }
}, " 当日指令 ")
]),
vue.createElementVNode("view", {
class: "font-small",
style: { "margin-left": "20rpx", "margin-top": "0rpx" }
}, [
vue.createTextVNode(
vue.toDisplayString($setup.filteredMenu[$setup.menuIndex].elderInfo ? $setup.filteredMenu[$setup.menuIndex].elderInfo.sex : "") + " ",
1
/* TEXT */
),
vue.createElementVNode("view", { class: "blue-bgc" }, " 当日指令 ")
vue.createElementVNode(
"text",
{ style: { "margin-left": "5rpx" } },
vue.toDisplayString($setup.filteredMenu[$setup.menuIndex].elderInfo ? $setup.getAgeYears($setup.filteredMenu[$setup.menuIndex].elderInfo.dateOfBirth) : "") + "岁 ",
1
/* TEXT */
)
]),
vue.createElementVNode(
"view",
@ -13042,12 +13052,12 @@ if (uni.restoreGlobal) {
},
[
vue.createElementVNode("image", {
style: { "width": "40rpx", "height": "40rpx" },
style: { "width": "35rpx", "height": "35rpx" },
src: item.url
}, null, 8, ["src"]),
vue.createElementVNode(
"view",
{ style: { "color": "#555555", "margin-left": "5rpx", "font-size": "25rpx" } },
{ style: { "color": "#555555", "margin-left": "5rpx", "font-size": "18rpx" } },
vue.toDisplayString(item.name),
1
/* TEXT */
@ -18508,6 +18518,10 @@ if (uni.restoreGlobal) {
info2.push(element);
}
});
bottomItems.value.forEach((element, index2) => {
element.sort = index2;
});
formatAppLog("log", "at pages/NursingNew/component/nurse/index.vue:1828", "bottomItems", bottomItems.value);
let allvalue = {
nuId: uni.getStorageSync("nuId"),
nuName: uni.getStorageSync("nuName"),
@ -18602,7 +18616,6 @@ if (uni.restoreGlobal) {
});
});
bigArray.value = res.result;
formatAppLog("log", "at pages/NursingNew/component/nurse/index.vue:1933", "((((()))))", bigArray.value);
downList.value = bigArray.value[0].children;
upmenuIndex.value = -1;
downdonghua.value = -1;
@ -18620,6 +18633,7 @@ if (uni.restoreGlobal) {
const geteverything = () => {
if (uni.getStorageSync("nuId") && uni.getStorageSync("customerId")) {
getNclist(uni.getStorageSync("nuId"), uni.getStorageSync("customerId")).then((res) => {
formatAppLog("log", "at pages/NursingNew/component/nurse/index.vue:1960", "返回的", res.result);
res.result.serviceList.forEach((res2) => {
timearr.value[res2.positioning].children[res2.positioningLong] = res2;
});

View File

@ -7,8 +7,8 @@
"id": "__UNI__FB2D473",
"name": "护理单元",
"version": {
"name": "1.6.6",
"code": 166
"name": "1.6.7",
"code": 167
},
"description": "护理单元",
"developer": {

View File

@ -525,7 +525,7 @@
padding-left: 0.3125rem;
background-color: #4d4d4d;
top: -3.125rem;
left: 4.6875rem;
left: 0;
color: #fff;
display: flex;
justify-content: center;
@ -580,7 +580,6 @@
width: 4.6875rem;
border-radius: 1.25rem;
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
/* 你原来的背景 */
border: 0.0625rem solid #9AD1FF;
color: #007CFF;
display: flex;

View File

@ -75,7 +75,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
console[type].apply(console, [...args, filename]);
}
}
var _style_0 = { "center-column": { "": { "width": 650, "height": 510, "borderRadius": 30, "overflow": "hidden" } } };
var _style_0 = { "center-column": { "": { "width": 680, "height": 520, "borderRadius": 30, "overflow": "hidden" } } };
var _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
@ -638,14 +638,14 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
"div",
{
class: "center-column",
style: (0, import_vue.normalizeStyle)({ height: $data.isshow ? "510px" : "0px" })
style: (0, import_vue.normalizeStyle)({ height: $data.isshow ? "520px" : "0px" })
},
[
(0, import_vue.createCommentVNode)(" \u89C6\u9891\u64AD\u653E\u7EC4\u4EF6 "),
(0, import_vue.createVNode)(_component_MonitorView, {
ref: "monitor",
init: "5",
style: { "width": "650px", "height": "510px" },
style: { "width": "680px", "height": "520px" },
onOnTel: $options.handleTelEvent,
onOnSnapShot: $options.handleSnapShotEvent,
onOnRecord: $options.handleRecordEvent,

View File

@ -132,7 +132,7 @@
width: 23%;
}
.view .view-left .title-father[data-v-4b26e9e6] {
padding-top: 3.75rem;
padding-top: 3.125rem;
padding-bottom: 1.5625rem;
padding-left: 1.875rem;
display: flex;
@ -143,7 +143,7 @@
margin-right: 0.625rem;
}
.view .view-left .title-father .title-font[data-v-4b26e9e6] {
font-size: 1.25rem;
font-size: 1rem;
font-weight: 800;
}
.view .view-left .menus-father[data-v-4b26e9e6] {
@ -178,7 +178,7 @@
height: 3.125rem;
width: 100%;
margin-left: 0;
margin-top: 3.125rem;
margin-top: 2.5rem;
position: relative;
display: flex;
}
@ -210,9 +210,9 @@
}
.big-bgc[data-v-4b26e9e6] {
margin-left: -0.3125rem;
margin-top: 1.25rem;
width: 40.3125rem;
height: 31.875rem;
margin-top: 0.9375rem;
width: 42.1875rem;
height: 32.5rem;
border-radius: 1.71875rem;
overflow: hidden;
display: flex;
@ -232,16 +232,15 @@
.right-right[data-v-4b26e9e6] {
position: absolute;
right: -0.625rem;
top: 7.1875rem;
top: 6.5625rem;
height: calc(100% - 7.8125rem);
width: 20.3125rem;
width: 17.8125rem;
}
.right-right .red-kuang[data-v-4b26e9e6] {
margin-top: 0;
margin-left: 2.8125rem;
width: 15.9375rem;
width: 13.4375rem;
height: 3.75rem;
border-radius: 1.5625rem;
border-radius: 0.9375rem;
position: relative;
display: flex;
align-items: center;
@ -258,14 +257,13 @@
background-color: rgba(248, 249, 250, 0.5);
color: #017DE9;
border-radius: 0.625rem;
margin-left: 0.9375rem;
}
.right-right .red-kuang .font-weight[data-v-4b26e9e6] {
font-size: 0.9375rem;
font-weight: 600;
}
.right-right .red-kuang .font-small[data-v-4b26e9e6] {
font-size: 0.78125rem;
font-size: 0.6875rem;
}
.states-father[data-v-4b26e9e6] {
display: flex;
@ -274,7 +272,7 @@
width: 100%;
}
.states-father .states[data-v-4b26e9e6] {
width: 4.90625rem;
width: 4.21875rem;
margin-right: 0.46875rem;
height: 1.875rem;
border-radius: 1.875rem;
@ -293,7 +291,7 @@
.bottom-view[data-v-4b26e9e6] {
margin-left: 2.8125rem;
margin-top: 0.625rem;
width: 15.9375rem;
width: 13.75rem;
height: 21.5625rem;
border-radius: 1.5625rem;
background-color: rgba(226, 227, 231, 0.5);
@ -307,7 +305,7 @@
.bottom-view .button-father[data-v-4b26e9e6] {
margin-top: 0.625rem;
margin-bottom: 0;
margin-left: 1.40625rem;
margin-left: 0.875rem;
text-align: center;
}
.bottom-view .button-father .bottom-button[data-v-4b26e9e6] {
@ -324,7 +322,7 @@
.big-view[data-v-4b26e9e6] {
margin-left: 2.8125rem;
margin-top: 0.625rem;
width: 15.9375rem;
width: 13.75rem;
height: 10.625rem;
border-radius: 1.5625rem;
background-color: rgba(226, 227, 231, 0.5);
@ -394,7 +392,7 @@
align-items: center;
}
.right-father[data-v-4b26e9e6] {
width: 20.3125rem;
width: 15.625rem;
position: absolute;
right: 0;
top: 0;
@ -515,7 +513,7 @@
}
.picture[data-v-4b26e9e6] {
display: flex;
margin-top: 0.9375rem;
margin-top: 1.25rem;
}
.picture .picture-card[data-v-4b26e9e6] {
display: flex;

View File

@ -149,7 +149,7 @@
padding-left: 10rpx;
background-color: #4d4d4d;
top: -100rpx;
left: 150rpx;
left: 0rpx;
color: #fff;
display: flex;
justify-content: center;

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.6.6","code":166},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"Camera":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.6.7","code":167},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"Camera":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.wareaitem[data-v-6f94d51e]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-6f94d51e]{width:100%;height:100%}.wareaitem .operationbtn[data-v-6f94d51e]{width:20vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-6f94d51e]{width:9vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn .click-box[data-v-6f94d51e]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-6f94d51e]{color:transparent;animation:scalePulse-6f94d51e .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-6f94d51e]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-6f94d51e{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-6f94d51e]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-6f94d51e]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-6f94d51e]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact3[data-v-6f94d51e]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact4[data-v-6f94d51e]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-6f94d51e]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-6f94d51e]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-6f94d51e]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-6f94d51e]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-6f94d51e]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-6f94d51e]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-6f94d51e]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-6f94d51e]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-6f94d51e]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-6f94d51e]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-6f94d51e]{position:absolute}.wareaitem .annotation1[data-v-6f94d51e]{top:20.5vw;left:19vw}.wareaitem .annotation2[data-v-6f94d51e]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-6f94d51e]{top:23vw;left:50vw}.wareaitem .annotation4[data-v-6f94d51e]{top:17vw;left:68vw}.wareaitem .annotation5[data-v-6f94d51e]{top:32vw;left:74vw}.wareaitem .annotation6[data-v-6f94d51e]{top:23vw;right:6vw}.wareaitem .annotation[data-v-6f94d51e]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-6f94d51e]{position:relative}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(1){width:7vw;height:2vw;background:#f2f3f7;box-shadow:0 0 rgba(182,186,196,.35);border:.0625rem solid #FFFFFF;font-weight:400;font-size:1.3vw;color:#333;display:flex;align-items:center;justify-content:center;z-index:3}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(2){width:4vw;height:2vw;margin:-.0625rem auto 0;z-index:2}.wareaitem .annotation>uni-view[data-v-6f94d51e]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-6f94d51e]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-6f94d51e]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}
.wareaitem[data-v-9891960a]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-9891960a]{width:100%;height:100%}.wareaitem .operationbtn[data-v-9891960a]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-9891960a]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-9891960a]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-9891960a]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-9891960a]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-9891960a .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-9891960a]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-9891960a{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-9891960a]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-9891960a]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-9891960a]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact3[data-v-9891960a]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact4[data-v-9891960a]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-9891960a]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-9891960a]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-9891960a]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-9891960a]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-9891960a]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-9891960a]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-9891960a]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-9891960a]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-9891960a]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-9891960a]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-9891960a]{position:absolute}.wareaitem .annotation1[data-v-9891960a]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-9891960a]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-9891960a]{top:24vw;left:49.3vw}.wareaitem .annotation4[data-v-9891960a]{top:18vw;left:70vw}.wareaitem .annotation5[data-v-9891960a]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-9891960a]{top:24vw;right:6vw}.wareaitem .annotation[data-v-9891960a]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-9891960a]{position:relative}.wareaitem .annotation>uni-view[data-v-9891960a]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-9891960a]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-9891960a]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-9891960a]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-9891960a]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-9891960a]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 564 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Some files were not shown because too many files have changed in this diff Show More