This commit is contained in:
wangweidong 2025-10-15 14:21:53 +08:00
parent 0a0737be5c
commit 7124976132
108 changed files with 1565 additions and 667 deletions

View File

@ -591,7 +591,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]); const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app/pages/camera.nvue"]]);
export { export {
camera as default camera as default
}; };

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -4,16 +4,205 @@
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
background: rgba(255, 255, 255, 0.7); background: url('../../static/index/warehouse/bg.png') no-repeat;
background-size: cover cover;
} }
.wareaitem .tp uni-image { .wareaitem .tp uni-image {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.wareaitem .operationbtn {
width: 20vw;
height: 10vw;
position: absolute;
right: 1.5vw;
bottom: 2vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wareaitem .operationbtn > uni-view {
width: 9vw;
height: 4vw;
border-radius: 1vw;
border: 0.0625rem solid #D9DADC;
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 1.3vw;
color: #888D99;
margin: 0 0.3vw;
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
.wareaitem .operationbtn .click-box {
color: #888d99;
background: rgba(255, 255, 255, 0.43);
}
.wareaitem .operationbtn .click-box-target {
color: transparent;
animation: scalePulse 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
transform-origin: center center;
}
.wareaitem .operationbtn .grad-text {
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 0.8s linear;
}
@keyframes scalePulse {
0% {
transform: scale(1);
}
25% {
transform: scale(0.94);
}
65% {
transform: scale(1.08);
}
100% {
transform: scale(1);
}
}
.wareaitem .wareaitem-item {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: -2vw;
}
.wareaitem .wareaitem-item .itemact1 {
width: 29vw;
height: 21vw;
top: 23vw;
left: 6vw;
z-index: 31;
}
.wareaitem .wareaitem-item .itemact2 {
width: 26vw;
height: 16vw;
top: 15vw;
left: 41vw;
z-index: 27;
}
.wareaitem .wareaitem-item .itemact3 {
width: 24vw;
height: 16vw;
top: 28vw;
left: 46vw;
z-index: 55;
}
.wareaitem .wareaitem-item .itemact4 {
width: 17vw;
height: 13vw;
top: 22vw;
left: 67vw;
z-index: 36;
}
.wareaitem .wareaitem-item .wclik {
width: 22vw;
height: 14vw;
top: 16vw;
left: 44vw;
z-index: 47;
}
.wareaitem .wareaitem-item .gifs {
width: 41vw;
height: 20vw;
top: 21.6vw;
left: 27.5vw;
z-index: 29;
}
.wareaitem .wareaitem-item .ys {
width: 11vw;
height: 8vw;
top: 24.2vw;
left: 57.9vw;
z-index: 28;
}
.wareaitem .wareaitem-item .wareitem1 {
width: 86vw;
height: 44vw;
top: 1vw;
left: 10.5vw;
z-index: 15;
}
.wareaitem .wareaitem-item .wareitem4 {
width: 11vw;
height: 7vw;
top: 30.9vw;
left: 60vw;
}
.wareaitem .wareaitem-item .wareitem6 {
width: 17vw;
height: 12vw;
top: 28vw;
right: -2vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem5 {
width: 18vw;
height: 15vw;
top: 37vw;
left: 73vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem8 {
width: 26vw;
height: 8vw;
top: 29.7vw;
left: 21.8vw;
}
.wareaitem .wareaitem-item .wareitem11 {
width: 3vw;
height: 3vw;
top: 24.5vw;
left: 60vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem10 {
width: 55vw;
height: 27vw;
top: 38vw;
left: 20vw;
z-index: 36;
}
.wareaitem .wareaitem-item > uni-view {
position: absolute;
}
.wareaitem .annotation1 {
top: 20.5vw;
left: 19vw;
}
.wareaitem .annotation2 {
top: 13vw;
left: 47vw;
}
.wareaitem .annotation3 {
top: 23vw;
left: 50vw;
}
.wareaitem .annotation4 {
top: 17vw;
left: 68vw;
}
.wareaitem .annotation5 {
top: 32vw;
left: 74vw;
}
.wareaitem .annotation6 {
top: 23vw;
right: 6vw;
}
.wareaitem .annotation { .wareaitem .annotation {
width: 7vw; width: 7vw;
height: 8vw; height: 8vw;
z-index: 20; z-index: 20;
position: fixed;
} }
.wareaitem .annotation > uni-view { .wareaitem .annotation > uni-view {
position: relative; position: relative;
@ -25,7 +214,7 @@
box-shadow: 0 0 0 0 rgba(182, 186, 196, 0.35); box-shadow: 0 0 0 0 rgba(182, 186, 196, 0.35);
border: 0.0625rem solid #FFFFFF; border: 0.0625rem solid #FFFFFF;
font-weight: 400; font-weight: 400;
font-size: 1vw; font-size: 1.3vw;
color: #333333; color: #333333;
display: flex; display: flex;
align-items: center; align-items: center;
@ -44,106 +233,6 @@
z-index: 1; z-index: 1;
margin: -1vw auto 0; margin: -1vw auto 0;
} }
.wareaitem > uni-view {
position: absolute;
}
.wareaitem > uni-view:nth-child(1) {
width: 26vw;
height: 22vw;
top: 17vw;
left: 8vw;
z-index: 10;
}
.wareaitem > uni-view:nth-child(2) {
width: 68vw;
height: 22vw;
top: 4vw;
left: 18vw;
}
.wareaitem > uni-view:nth-child(3) {
width: 20vw;
height: 13vw;
top: 15vw;
left: 43vw;
}
.wareaitem > uni-view:nth-child(4) {
width: 20vw;
height: 14vw;
top: 26vw;
left: 45vw;
z-index: 10;
}
.wareaitem > uni-view:nth-child(5) {
width: 11vw;
height: 7vw;
top: 28vw;
left: 56vw;
}
.wareaitem > uni-view:nth-child(6) {
width: 11vw;
height: 9vw;
top: 23vw;
left: 63vw;
z-index: 5;
}
.wareaitem > uni-view:nth-child(7) {
width: 13vw;
height: 11vw;
top: 25vw;
left: 80vw;
}
.wareaitem > uni-view:nth-child(8) {
width: 15vw;
height: 14vw;
top: 31vw;
left: 67vw;
}
.wareaitem > uni-view:nth-child(9) {
width: 48vw;
height: 22vw;
top: 34vw;
left: 21vw;
z-index: 11;
}
.wareaitem > uni-view:nth-child(10) {
width: 17vw;
height: 10vw;
top: 48vw;
left: 26vw;
z-index: 12;
}
.wareaitem > uni-view:nth-child(11) {
width: 11vw;
height: 8vw;
top: 22vw;
left: 56vw;
}
.wareaitem > uni-view:nth-child(12) {
width: 3vw;
height: 3vw;
top: 21vw;
left: 57vw;
}
.wareaitem > uni-view:nth-child(13) {
top: 15.5vw;
left: 21.5vw;
}
.wareaitem > uni-view:nth-child(14) {
top: 12vw;
left: 48vw;
}
.wareaitem > uni-view:nth-child(15) {
top: 20vw;
left: 47vw;
}
.wareaitem > uni-view:nth-child(16) {
top: 27vw;
left: 71vw;
}
.wareaitem > uni-view:nth-child(17) {
top: 21vw;
left: 83vw;
}
.backgroundContainer { .backgroundContainer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -0,0 +1,300 @@
.tp uni-image {
width: 100%;
height: 100%;
}
.box {
width: 100vw;
height: 100vh;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0vw 2vw 0;
}
.box .rights {
width: 25vw;
height: calc(100% - 4vw);
margin-top: 4vw;
}
.box .rights .typeitem {
width: 100%;
height: 54vh;
}
.box .rights .typeitem .scroltype {
width: 100%;
height: calc(54vh - 2vw);
display: flex;
justify-content: space-around;
}
.box .rights .typeitem .scroltype .scroll-Y {
width: 7vw;
height: calc(54vh - 2vw);
}
.box .rights .typeitem .scroltype .scroll-Y uni-view {
width: 7vw;
height: 3.8vw;
background: rgba(255, 255, 255, 0.5);
border-radius: 1.9vw;
font-weight: 400;
font-size: 0.9vw;
color: #212327;
display: flex;
justify-content: center;
align-items: center;
padding: 0 1.4vw;
margin-bottom: 0.8vw;
text-align: center;
}
.box .rights .typeitem .scroltype .scroll-Y .act {
background: #ffffff !important;
color: #0385FA !important;
}
.box .rights .typeitem .toptype {
width: 100%;
height: 2vw;
display: flex;
justify-content: space-around;
margin: 0.4vw 0 0.4vw 0;
}
.box .rights .typeitem .toptype > uni-view {
width: 7vw;
height: 1.9vw;
background: rgba(255, 255, 255, 0.5);
border-radius: 0.9vw;
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 0.9vw;
color: #333333;
}
.box .rights .shitem {
width: 24vw;
height: 10.3vw;
background: #E8E9ED;
border-radius: 1.6vw;
padding: 1.8vw;
}
.box .rights .shitem .jqry {
width: 100%;
display: flex;
align-items: center;
}
.box .rights .shitem .jqry .left {
width: 5vw;
height: 5vw;
}
.box .rights .shitem .jqry .rigname {
height: 3vw;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.box .rights .shitem .jqry .rigname:nth-child(1) {
font-weight: bold;
font-size: 1.4vw;
color: #212327;
}
.box .rights .shitem .jqry .rigname:nth-child(2) {
width: 11vw;
font-weight: 400;
font-size: 1vw;
color: #212327;
display: flex;
justify-content: space-between;
}
.box .rights .shitem .shypk {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.box .rights .shitem .shypk uni-view:nth-child(1) {
font-weight: bold;
font-size: 1vw;
color: #333333;
}
.box .rights .shitem .shypk uni-view:nth-child(2) {
display: flex;
flex-direction: column;
align-items: center;
}
.box .rights .shitem .shypk uni-view:nth-child(2) uni-text {
font-weight: 400;
font-size: 0.8vw;
color: #666666;
}
.box .rights .shitem .shypk uni-view:nth-child(2) .guodu {
transition: 0.4s;
-webkit-transform-style: preserve-3d;
-webkit-overflow-scrolling: touch;
}
.box .rights .shitem .shypk uni-view:nth-child(2) .swsh {
width: 2.7vw;
height: 1.5vw;
background: #D6D8DC;
border-radius: 0.75vw;
border: 1px solid #D6D8DC;
padding: 0.2vw;
box-sizing: border-box;
display: flex;
align-items: center;
}
.box .rights .shitem .shypk uni-view:nth-child(2) .swsh > uni-view {
width: 1.1vw;
height: 1.1vw;
background: #FCFCFD;
border-radius: 50%;
}
.box .rights .shitem .shypk uni-view:nth-child(2) .act {
background: linear-gradient(-69deg, #E1EFFC, #CAE0F9, #D2E9FF) !important;
border: 1px solid rgba(0, 130, 251, 0.34) !important;
padding-left: 1.3vw;
}
.box .rights .shitem .shypk uni-view:nth-child(2) .act uni-view {
background: #0385FA;
position: absolute;
}
.box .lefts {
width: 70vw;
margin-left: 1vw;
height: calc(100%);
position: relative;
}
.box .lefts .fxj {
width: 23vw;
height: 22vw;
position: absolute;
left: 0;
bottom: 2vw;
z-index: 11;
border-radius: 1.6vw;
}
.box .lefts .mblbg {
width: 23vw;
height: 21vw;
position: absolute;
left: -0.2vw;
bottom: 0.5vw;
border-radius: 1.6vw;
filter: blur(0.46875rem);
background: #eff0f4;
z-index: 10;
}
.box .lefts .scroll-Y {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
}
.box .lefts .scroll-Y .boxitem:nth-child(1),
.box .lefts .scroll-Y .boxitem:nth-child(2),
.box .lefts .scroll-Y .boxitem:nth-child(3) {
margin-top: 4vw;
}
.box .lefts .boxitem {
width: 22vw;
height: 19.3vw;
background: rgba(255, 255, 255, 0.7);
border-radius: 1.6vw;
margin: 0 1.3vw 1.2vw 0;
border: 2px dashed #fff;
display: inline-block;
padding: 2.3vw;
position: relative;
}
.box .lefts .boxitem > uni-view .hl {
color: #0385FA;
background: #E7F0FB;
}
.box .lefts .boxitem > uni-view .yl {
background: #DCF6F3;
color: #00C6A9;
}
.box .lefts .boxitem > uni-view .bj {
background: #E9EBFC;
color: #727BFF;
}
> .box .lefts .boxitem > uni-view:nth-child(1) {
font-weight: bold;
font-size: 1.3vw;
color: #212327;
}
> .box .lefts .boxitem > uni-view:nth-child(2) {
font-weight: 400;
font-size: 0.3125rem;
color: #555555;
margin-top: 0.9vw;
}
> .box .lefts .boxitem > uni-view:nth-child(3) {
font-weight: 400;
font-size: 0.3125rem;
color: #666666;
margin-top: 0.6vw;
}
> .box .lefts .boxitem > uni-view:nth-child(4) {
width: 100%;
height: 10vw;
position: absolute;
left: 0;
bottom: 0;
}
.box .lefts .boxitem > uni-view .num {
position: absolute;
bottom: 2vw;
left: 2.5vw;
display: flex;
flex-direction: column;
}
.box .lefts .boxitem > uni-view .num uni-view:nth-child(1) {
font-weight: bold;
font-size: 2.2vw;
color: #333333;
margin-bottom: 0.6vw;
}
.box .lefts .boxitem > uni-view .num uni-view:nth-child(2) {
font-weight: 400;
font-size: 0.9vw;
color: #999999;
}
.box .lefts .boxitem > uni-view .znk {
width: 12vw;
height: 11.5vw;
position: absolute;
right: 0;
bottom: 0;
}
.box .lefts .boxitem > uni-view .znk uni-image {
width: 100%;
height: 100%;
}
.box .lefts .boxitem > uni-view .carditem {
width: 5.8vw;
height: 2.1vw;
border-radius: 1vw;
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 0.9vw;
margin-top: 0.8vw;
}
.box .lefts .boxitem > uni-view .carditem uni-image {
width: 1.4vw;
height: 1.4vw;
}
.box .lefts .yujing {
background: rgba(255, 87, 87, 0.095);
border: 2px solid rgba(255, 102, 107, 0.51) !important;
box-shadow: 0 0 8px rgba(255, 102, 107, 0.51);
}
.box .lefts .yujing uni-view .num uni-view:nth-child(1) {
color: #FF5757 !important;
}
.box .lefts .active {
border: 2px dashed #017DE9 !important;
}
body{
background: RGBA(239, 240, 244, 1);
}

View File

@ -7273,16 +7273,205 @@ to {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
background: rgba(255, 255, 255, 0.7); background: url('../../static/index/warehouse/bg.png') no-repeat;
background-size: cover cover;
} }
.wareaitem .tp uni-image { .wareaitem .tp uni-image {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.wareaitem .operationbtn {
width: 20vw;
height: 10vw;
position: absolute;
right: 1.5vw;
bottom: 2vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wareaitem .operationbtn > uni-view {
width: 9vw;
height: 4vw;
border-radius: 1vw;
border: 0.0625rem solid #D9DADC;
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 1.3vw;
color: #888D99;
margin: 0 0.3vw;
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
.wareaitem .operationbtn .click-box {
color: #888d99;
background: rgba(255, 255, 255, 0.43);
}
.wareaitem .operationbtn .click-box-target {
color: transparent;
animation: scalePulse 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
transform-origin: center center;
}
.wareaitem .operationbtn .grad-text {
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 0.8s linear;
}
@keyframes scalePulse {
0% {
transform: scale(1);
}
25% {
transform: scale(0.94);
}
65% {
transform: scale(1.08);
}
100% {
transform: scale(1);
}
}
.wareaitem .wareaitem-item {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: -2vw;
}
.wareaitem .wareaitem-item .itemact1 {
width: 29vw;
height: 21vw;
top: 23vw;
left: 6vw;
z-index: 31;
}
.wareaitem .wareaitem-item .itemact2 {
width: 26vw;
height: 16vw;
top: 15vw;
left: 41vw;
z-index: 27;
}
.wareaitem .wareaitem-item .itemact3 {
width: 24vw;
height: 16vw;
top: 28vw;
left: 46vw;
z-index: 55;
}
.wareaitem .wareaitem-item .itemact4 {
width: 17vw;
height: 13vw;
top: 22vw;
left: 67vw;
z-index: 36;
}
.wareaitem .wareaitem-item .wclik {
width: 22vw;
height: 14vw;
top: 16vw;
left: 44vw;
z-index: 47;
}
.wareaitem .wareaitem-item .gifs {
width: 41vw;
height: 20vw;
top: 21.6vw;
left: 27.5vw;
z-index: 29;
}
.wareaitem .wareaitem-item .ys {
width: 11vw;
height: 8vw;
top: 24.2vw;
left: 57.9vw;
z-index: 28;
}
.wareaitem .wareaitem-item .wareitem1 {
width: 86vw;
height: 44vw;
top: 1vw;
left: 10.5vw;
z-index: 15;
}
.wareaitem .wareaitem-item .wareitem4 {
width: 11vw;
height: 7vw;
top: 30.9vw;
left: 60vw;
}
.wareaitem .wareaitem-item .wareitem6 {
width: 17vw;
height: 12vw;
top: 28vw;
right: -2vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem5 {
width: 18vw;
height: 15vw;
top: 37vw;
left: 73vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem8 {
width: 26vw;
height: 8vw;
top: 29.7vw;
left: 21.8vw;
}
.wareaitem .wareaitem-item .wareitem11 {
width: 3vw;
height: 3vw;
top: 24.5vw;
left: 60vw;
z-index: 35;
}
.wareaitem .wareaitem-item .wareitem10 {
width: 55vw;
height: 27vw;
top: 38vw;
left: 20vw;
z-index: 36;
}
.wareaitem .wareaitem-item > uni-view {
position: absolute;
}
.wareaitem .annotation1 {
top: 20.5vw;
left: 19vw;
}
.wareaitem .annotation2 {
top: 13vw;
left: 47vw;
}
.wareaitem .annotation3 {
top: 23vw;
left: 50vw;
}
.wareaitem .annotation4 {
top: 17vw;
left: 68vw;
}
.wareaitem .annotation5 {
top: 32vw;
left: 74vw;
}
.wareaitem .annotation6 {
top: 23vw;
right: 6vw;
}
.wareaitem .annotation { .wareaitem .annotation {
width: 7vw; width: 7vw;
height: 8vw; height: 8vw;
z-index: 20; z-index: 20;
position: fixed;
} }
.wareaitem .annotation > uni-view { .wareaitem .annotation > uni-view {
position: relative; position: relative;
@ -7294,7 +7483,7 @@ to {
box-shadow: 0 0 0 0 rgba(182, 186, 196, 0.35); box-shadow: 0 0 0 0 rgba(182, 186, 196, 0.35);
border: 0.0625rem solid #FFFFFF; border: 0.0625rem solid #FFFFFF;
font-weight: 400; font-weight: 400;
font-size: 1vw; font-size: 1.3vw;
color: #333333; color: #333333;
display: flex; display: flex;
align-items: center; align-items: center;
@ -7313,106 +7502,6 @@ to {
z-index: 1; z-index: 1;
margin: -1vw auto 0; margin: -1vw auto 0;
} }
.wareaitem > uni-view {
position: absolute;
}
.wareaitem > uni-view:nth-child(1) {
width: 26vw;
height: 22vw;
top: 17vw;
left: 8vw;
z-index: 10;
}
.wareaitem > uni-view:nth-child(2) {
width: 68vw;
height: 22vw;
top: 4vw;
left: 18vw;
}
.wareaitem > uni-view:nth-child(3) {
width: 20vw;
height: 13vw;
top: 15vw;
left: 43vw;
}
.wareaitem > uni-view:nth-child(4) {
width: 20vw;
height: 14vw;
top: 26vw;
left: 45vw;
z-index: 10;
}
.wareaitem > uni-view:nth-child(5) {
width: 11vw;
height: 7vw;
top: 28vw;
left: 56vw;
}
.wareaitem > uni-view:nth-child(6) {
width: 11vw;
height: 9vw;
top: 23vw;
left: 63vw;
z-index: 5;
}
.wareaitem > uni-view:nth-child(7) {
width: 13vw;
height: 11vw;
top: 25vw;
left: 80vw;
}
.wareaitem > uni-view:nth-child(8) {
width: 15vw;
height: 14vw;
top: 31vw;
left: 67vw;
}
.wareaitem > uni-view:nth-child(9) {
width: 48vw;
height: 22vw;
top: 34vw;
left: 21vw;
z-index: 11;
}
.wareaitem > uni-view:nth-child(10) {
width: 17vw;
height: 10vw;
top: 48vw;
left: 26vw;
z-index: 12;
}
.wareaitem > uni-view:nth-child(11) {
width: 11vw;
height: 8vw;
top: 22vw;
left: 56vw;
}
.wareaitem > uni-view:nth-child(12) {
width: 3vw;
height: 3vw;
top: 21vw;
left: 57vw;
}
.wareaitem > uni-view:nth-child(13) {
top: 15.5vw;
left: 21.5vw;
}
.wareaitem > uni-view:nth-child(14) {
top: 12vw;
left: 48vw;
}
.wareaitem > uni-view:nth-child(15) {
top: 20vw;
left: 47vw;
}
.wareaitem > uni-view:nth-child(16) {
top: 27vw;
left: 71vw;
}
.wareaitem > uni-view:nth-child(17) {
top: 21vw;
left: 83vw;
}
.backgroundContainer { .backgroundContainer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -63,7 +63,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
} }
}); });
// ../../../../hldy_app/unpackage/dist/dev/.nvue/pages/camera.js // ../../../../项目/hldy_app/unpackage/dist/dev/.nvue/pages/camera.js
var import_vue = __toESM(require_vue()); var import_vue = __toESM(require_vue());
function requireNativePlugin(name) { function requireNativePlugin(name) {
return weex.requireModule(name); return weex.requireModule(name);
@ -657,7 +657,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
) )
]); ]);
} }
var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]); var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/\u9879\u76EE/hldy_app/pages/camera.nvue"]]);
// <stdin> // <stdin>
var webview = plus.webview.currentWebview(); var webview = plus.webview.currentWebview();

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 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: 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.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: 2.3 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: 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: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

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