This commit is contained in:
parent
b5b2ac05cf
commit
132f4f8f28
|
|
@ -68,8 +68,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0rpx;
|
top: 0rpx;
|
||||||
right: 0rpx;
|
right: 0rpx;
|
||||||
width: 55rpx;
|
width: 200rpx;
|
||||||
height: 45rpx;
|
height: 100rpx;
|
||||||
|
/* background-color: red; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-font {
|
.title-time-font {
|
||||||
|
|
@ -356,18 +357,18 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -4rpx;
|
top: -4rpx;
|
||||||
right: -4rpx;
|
right: -4rpx;
|
||||||
width: 65rpx;
|
width: 70rpx;
|
||||||
height: 30rpx;
|
height: 40rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-button-font {
|
.title-time-button-font {
|
||||||
color: #fff;
|
color: #1083f8;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2rpx;
|
top: 2rpx;
|
||||||
right: 8rpx;
|
right: 8rpx;
|
||||||
font-size: 19rpx;
|
font-size: 19rpx;
|
||||||
z-index: 9999;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-box-font {
|
.right-box-font {
|
||||||
|
|
@ -594,11 +595,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-font-rel {
|
.title-time-font-rel {
|
||||||
font-size: 25rpx;
|
font-size: 23rpx;
|
||||||
margin-bottom: 5rpx;
|
margin-bottom: 5rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-items {
|
.title-time-items {
|
||||||
|
|
@ -910,9 +912,9 @@
|
||||||
.title-time-font {
|
.title-time-font {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0rpx;
|
top: 0rpx;
|
||||||
right: 5rpx;
|
right: 4rpx;
|
||||||
font-size: 14rpx;
|
font-size: 20rpx;
|
||||||
color: #fff;
|
color: #1083f8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1576,33 +1578,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-border-red {
|
|
||||||
background-color: #dae8fa;
|
|
||||||
width: calc(100%);
|
|
||||||
height: calc(100%);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
/* 调整 box-shadow 使其向下投影 */
|
|
||||||
box-shadow: 0px 20rpx 40rpx #dae8fa;
|
|
||||||
|
|
||||||
background:
|
|
||||||
linear-gradient(to right, red, red) top left / 60rpx 8rpx no-repeat,
|
|
||||||
/* 左上角垂直 */
|
|
||||||
linear-gradient(to bottom, red, red) top left / 8rpx 60rpx no-repeat,
|
|
||||||
/* 右上角水平 */
|
|
||||||
linear-gradient(to left, red, red) top right / 60rpx 8rpx no-repeat,
|
|
||||||
/* 右上角垂直 */
|
|
||||||
linear-gradient(to bottom, red, red) top right / 8rpx 60rpx no-repeat,
|
|
||||||
/* 左下角水平 */
|
|
||||||
linear-gradient(to right, red, red) bottom left / 60rpx 8rpx no-repeat,
|
|
||||||
/* 左下角垂直 */
|
|
||||||
linear-gradient(to top, red, red) bottom left / 8rpx 60rpx no-repeat,
|
|
||||||
/* 右下角水平 */
|
|
||||||
linear-gradient(to left, red, red) bottom right / 60rpx 8rpx no-repeat,
|
|
||||||
/* 右下角垂直 */
|
|
||||||
linear-gradient(to top, red, red) bottom right / 8rpx 60rpx no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title-time-border-big {
|
.title-time-border-big {
|
||||||
transform: scale(1.3);
|
transform: scale(1.3);
|
||||||
|
|
@ -1638,35 +1613,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-time-border-blue {
|
|
||||||
background-color: #dae8fa;
|
|
||||||
width: calc(100%);
|
|
||||||
height: calc(100%);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
/* 调整 box-shadow 使其向下投影 */
|
|
||||||
box-shadow: 0px 20rpx 40rpx #dae8fa;
|
|
||||||
background:
|
|
||||||
/* 左上角水平 */
|
|
||||||
linear-gradient(to right, #0184db, #0184db) top left / 60rpx 8rpx no-repeat,
|
|
||||||
/* 左上角垂直 */
|
|
||||||
linear-gradient(to bottom, #0184db, #0184db) top left / 8rpx 60rpx no-repeat,
|
|
||||||
/* 右上角水平 */
|
|
||||||
linear-gradient(to left, #0184db, #0184db) top right / 60rpx 8rpx no-repeat,
|
|
||||||
/* 右上角垂直 */
|
|
||||||
linear-gradient(to bottom, #0184db, #0184db) top right / 8rpx 60rpx no-repeat,
|
|
||||||
/* 左下角水平 */
|
|
||||||
linear-gradient(to right, #0184db, #0184db) bottom left / 60rpx 8rpx no-repeat,
|
|
||||||
/* 左下角垂直 */
|
|
||||||
linear-gradient(to top, #0184db, #0184db) bottom left / 8rpx 60rpx no-repeat,
|
|
||||||
/* 右下角水平 */
|
|
||||||
linear-gradient(to left, #0184db, #0184db) bottom right / 60rpx 8rpx no-repeat,
|
|
||||||
/* 右下角垂直 */
|
|
||||||
linear-gradient(to top, #0184db, #0184db) bottom right / 8rpx 60rpx no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.title-time-border-yellow {
|
.title-time-border-yellow {
|
||||||
margin: 10rpx;
|
margin: 10rpx;
|
||||||
border: 2rpx solid transparent;
|
border: 2rpx solid transparent;
|
||||||
|
|
@ -1676,7 +1622,7 @@
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #fff;
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* box-shadow: 8rpx 8rpx 16rpx rgba(255, 138, 0, 0.7); */
|
/* box-shadow: 8rpx 8rpx 16rpx rgba(255, 138, 0, 0.7); */
|
||||||
}
|
}
|
||||||
|
|
@ -1692,7 +1638,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
background-color: #fff;
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
/* box-shadow: 8rpx 8rpx 16rpx rgba(255, 138, 0, 0.7); */
|
/* box-shadow: 8rpx 8rpx 16rpx rgba(255, 138, 0, 0.7); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1707,7 +1653,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
animation: shakesmall 0.8s infinite;
|
animation: shakesmall 0.8s infinite;
|
||||||
background-color: #fff;
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.down-icons {
|
.down-icons {
|
||||||
|
|
@ -2345,20 +2291,20 @@
|
||||||
top: 0rpx;
|
top: 0rpx;
|
||||||
right: 0rpx;
|
right: 0rpx;
|
||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
height: 40rpx;
|
height: 50rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zhiling-card-font {
|
.zhiling-card-font {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0rpx;
|
top: 5rpx;
|
||||||
right: 0rpx;
|
right: 20rpx;
|
||||||
width: 120rpx;
|
/* width: 100rpx; */
|
||||||
height: 40rpx;
|
/* height: 40rpx; */
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #fff;
|
color: #1083f8;
|
||||||
font-size: 24rpx;
|
font-size: 22rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bag {
|
.bag {
|
||||||
|
|
@ -2375,7 +2321,7 @@
|
||||||
.overlay {
|
.overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background-color: rgba(236, 237, 241, 0.4);
|
||||||
/* 半透明黑色 */
|
/* 半透明黑色 */
|
||||||
z-index: 998;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
@ -183,17 +183,17 @@
|
||||||
v-show=" liang.index0 !== index0 || liang.index1 !== index1 || canmove"
|
v-show=" liang.index0 !== index0 || liang.index1 !== index1 || canmove"
|
||||||
style="flex-direction: column;">
|
style="flex-direction: column;">
|
||||||
<image v-show="item1.startTime"
|
<image v-show="item1.startTime"
|
||||||
style="width: 60rpx;height: 60rpx;margin: 0 auto;margin-top: 10rpx"
|
style="width: 50rpx;height: 50rpx;margin: 0 auto;margin-top: 20rpx"
|
||||||
:src="item1.netImmediateFile?item1.netImmediateFile:`/static/logo.png`" />
|
:src="item1.netImmediateFile?item1.netImmediateFile:`/static/logo.png`" />
|
||||||
<view class="title-time-time" style="font-size: 30rpx;">
|
<view class="title-time-time" style="font-size: 30rpx;">
|
||||||
{{item1.startTime + `-` + item1.endTime}}
|
{{item1.startTime + `-` + item1.endTime}}
|
||||||
</view>
|
</view>
|
||||||
<image class="title-time-button"
|
<image class="title-time-button"
|
||||||
style="width: 80rpx;height: 48rpx;"
|
style="width: 80rpx;height: 50rpx;"
|
||||||
v-if="item1.cycleType!='日常'"
|
v-if="item1.cycleType!='日常'"
|
||||||
src="/static/index/newruler/jiao.png" />
|
src="/static/index/newruler/jiao.png" />
|
||||||
<view class="title-time-font"
|
<view class="title-time-font"
|
||||||
style="right: 10rpx;top: 5rpx;font-size: 23rpx;"
|
style="right: 10rpx;top: 5rpx;"
|
||||||
v-if="item1.cycleType!='日常'">
|
v-if="item1.cycleType!='日常'">
|
||||||
{{item1.cycleType}}
|
{{item1.cycleType}}
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="home tp"> <image src="/static/index/warehouse/home/Back2.jpg" mode="aspectFill"></image></view>
|
<view class="home tp">
|
||||||
<view class="contitem tp" >
|
|
||||||
|
<image src="/static/index/warehouse/home/Back2.jpg" mode="aspectFill"></image>
|
||||||
|
</view>
|
||||||
|
<view class="contitem tp">
|
||||||
<image src="/static/index/warehouse/home/warehouse.png" mode="aspectFill"></image>
|
<image src="/static/index/warehouse/home/warehouse.png" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="hldy tp">
|
<view class="hldy tp">
|
||||||
|
|
@ -12,11 +15,11 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="pulu1 tp">
|
<view class="pulu1 tp">
|
||||||
<!-- <image src="/static/index/warehouse/home/pu1.png" mode="aspectFill" ></image> -->
|
<!-- <image src="/static/index/warehouse/home/pu1.png" mode="aspectFill" ></image> -->
|
||||||
<image src="/static/index/warehouse/home/pu3.gif" mode="aspectFill" ></image>
|
<image src="/static/index/warehouse/home/pu3.gif" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="pulu2 tp">
|
<view class="pulu2 tp">
|
||||||
<!-- <image src="/static/index/warehouse/home/pu2.png" mode="aspectFill" ></image> -->
|
<!-- <image src="/static/index/warehouse/home/pu2.png" mode="aspectFill" ></image> -->
|
||||||
<image src="/static/index/warehouse/home/pu2.gif" mode="aspectFill" ></image>
|
<image src="/static/index/warehouse/home/pu2.gif" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="clikurlbox">
|
<view class="clikurlbox">
|
||||||
<view class="tp" :class="'itemact'+(index+1)" v-for="(item,index) in animArray" :key='index'
|
<view class="tp" :class="'itemact'+(index+1)" v-for="(item,index) in animArray" :key='index'
|
||||||
|
|
@ -25,107 +28,113 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cardtm">
|
<view class="cardtm">
|
||||||
<view class="b" :class="{ 'actve':housedex == i}" v-for="(v,i) in ['采购','盘点','拣货','请领出库','退货入库','监控室']" @click="housactive(i)">
|
<view class="b" :class="{ 'actve':housedex == i}" v-for="(v,i) in ['采购','盘点','拣货','请领出库','退货入库','监控室']"
|
||||||
|
@click="housactive(i)">
|
||||||
<text></text>{{v}}
|
<text></text>{{v}}
|
||||||
<view class="tp">
|
<view class="tp">
|
||||||
<image src="/static/index/warehouse/home/z.png" mode=""></image>
|
<image src="/static/index/warehouse/home/z.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="contain-right-button" @click="goback()">
|
||||||
|
<image class="buttont-img" style="margin-top: 4rpx;" src="/static/index/purchaseorder/back.png" />
|
||||||
|
<view class="button-font">
|
||||||
|
返回
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted, reactive , onBeforeUnmount, computed, nextTick, defineProps } from 'vue';
|
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineProps } from 'vue';
|
||||||
|
|
||||||
const housedex = ref(0);
|
const housedex = ref(0);
|
||||||
const lastTap = ref(0)
|
const lastTap = ref(0)
|
||||||
const DOUBLE_TAP_DELAY = 300;
|
const DOUBLE_TAP_DELAY = 300;
|
||||||
const setout = ref(null)
|
const setout = ref(null)
|
||||||
const navurl = ref('')
|
const navurl = ref('')
|
||||||
const housactive = (index : number) => {
|
const housactive = (index : number) => {
|
||||||
console.log(index)
|
console.log(index)
|
||||||
housedex.value = index;
|
housedex.value = index;
|
||||||
const now = Date.now()
|
const now = Date.now()
|
||||||
if (now - lastTap.value < DOUBLE_TAP_DELAY) {
|
if (now - lastTap.value < DOUBLE_TAP_DELAY) {
|
||||||
// 双击成立
|
// 双击成立
|
||||||
clearTimeout(setout.value)
|
clearTimeout(setout.value)
|
||||||
if (index == 1) {
|
if (index == 1) {
|
||||||
navurl.value = 'pages/Warehouse/paymoney'
|
navurl.value = 'pages/Warehouse/paymoney'
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/' + navurl.value
|
url: '/' + navurl.value
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
navurl.value = 'pages/procurement/material'
|
navurl.value = 'pages/procurement/material'
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/' + navurl.value
|
url: '/' + navurl.value
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (index == 2) {
|
if (index == 2) {
|
||||||
navurl.value = 'pages/Warehouse/picking'
|
navurl.value = 'pages/Warehouse/picking'
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/' + navurl.value
|
url: '/' + navurl.value
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index === 3) {
|
if (index === 3) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/watch/full"
|
url: "/pages/watch/full"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (index === 5) {
|
if (index === 5) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/watch/full"
|
url: "/pages/watch/full"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (index == 7) {
|
if (index == 7) {
|
||||||
navurl.value = 'pages/procurement/outbound?code=0'
|
navurl.value = 'pages/procurement/outbound?code=0'
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/' + navurl.value
|
url: '/' + navurl.value
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (index == 8) {
|
if (index == 8) {
|
||||||
navurl.value = 'pages/procurement/outbound?code=1'
|
navurl.value = 'pages/procurement/outbound?code=1'
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/' + navurl.value
|
url: '/' + navurl.value
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 重置,避免多次触发
|
// 重置,避免多次触发
|
||||||
lastTap.value = 0
|
lastTap.value = 0
|
||||||
} else {
|
} else {
|
||||||
setout.value = setTimeout(() => {
|
setout.value = setTimeout(() => {
|
||||||
// console.log("点击哪个了", index)
|
// console.log("点击哪个了", index)
|
||||||
}, DOUBLE_TAP_DELAY)
|
}, DOUBLE_TAP_DELAY)
|
||||||
// 记录本次时间,等待下次点击
|
// 记录本次时间,等待下次点击
|
||||||
lastTap.value = now
|
lastTap.value = now
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function genPaths(base, prefix, count, ext = 'png', startIndex = 0, pad = false) {
|
function genPaths(base, prefix, count, ext = 'png', startIndex = 0, pad = false) {
|
||||||
return Array.from({ length: count }, (_, i) => {
|
return Array.from({ length: count }, (_, i) => {
|
||||||
const idx = pad
|
const idx = pad
|
||||||
? String(i + startIndex).padStart(2, '0')
|
? String(i + startIndex).padStart(2, '0')
|
||||||
: i + startIndex
|
: i + startIndex
|
||||||
return `${base}/${prefix}${idx}.${ext}`
|
return `${base}/${prefix}${idx}.${ext}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const animArray = ref([
|
const animArray = ref([
|
||||||
{
|
{
|
||||||
url: genPaths(
|
url: genPaths(
|
||||||
'/static/index/warehouse/home/',
|
'/static/index/warehouse/home/',
|
||||||
'Procurement',
|
'Procurement',
|
||||||
5, // 张数
|
5, // 张数
|
||||||
'png',
|
'png',
|
||||||
0, // 起始索引为 1
|
0, // 起始索引为 1
|
||||||
false // 不补零
|
false // 不补零
|
||||||
),
|
),
|
||||||
width: '22.3vw',
|
width: '22.3vw',
|
||||||
height: '13.6vw'
|
height: '13.6vw'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: genPaths(
|
url: genPaths(
|
||||||
'/static/index/warehouse/home',
|
'/static/index/warehouse/home',
|
||||||
|
|
@ -186,20 +195,25 @@
|
||||||
width: '14.3vw',
|
width: '14.3vw',
|
||||||
height: '13vw'
|
height: '13vw'
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
const logoval = reactive({
|
const logoval = reactive({
|
||||||
url: genPaths(
|
url: genPaths(
|
||||||
'/static/index/warehouse/home',
|
'/static/index/warehouse/home',
|
||||||
'logo',
|
'logo',
|
||||||
3, // 张数
|
3, // 张数
|
||||||
'png',
|
'png',
|
||||||
1, // 起始索引为 1
|
1, // 起始索引为 1
|
||||||
false // 不补零
|
false // 不补零
|
||||||
)})
|
)
|
||||||
|
})
|
||||||
|
const goback = () => {
|
||||||
|
console.log("?/////")
|
||||||
|
uni.navigateBack()
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.clikurlbox{
|
.clikurlbox {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vw;
|
height: 100vw;
|
||||||
|
|
@ -207,6 +221,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 61;
|
z-index: 61;
|
||||||
|
|
||||||
.itemact1 {
|
.itemact1 {
|
||||||
width: 22.3vw;
|
width: 22.3vw;
|
||||||
height: 13.6vw;
|
height: 13.6vw;
|
||||||
|
|
@ -230,6 +245,7 @@
|
||||||
left: 48vw;
|
left: 48vw;
|
||||||
z-index: 55;
|
z-index: 55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemact4 {
|
.itemact4 {
|
||||||
width: 14.4vw;
|
width: 14.4vw;
|
||||||
height: 13vw;
|
height: 13vw;
|
||||||
|
|
@ -237,6 +253,7 @@
|
||||||
right: 4.4vw;
|
right: 4.4vw;
|
||||||
z-index: 65;
|
z-index: 65;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemact5 {
|
.itemact5 {
|
||||||
width: 14.4vw;
|
width: 14.4vw;
|
||||||
height: 10vw;
|
height: 10vw;
|
||||||
|
|
@ -244,6 +261,7 @@
|
||||||
right: 21vw;
|
right: 21vw;
|
||||||
z-index: 65;
|
z-index: 65;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemact6 {
|
.itemact6 {
|
||||||
width: 18.2vw;
|
width: 18.2vw;
|
||||||
height: 12vw;
|
height: 12vw;
|
||||||
|
|
@ -251,60 +269,69 @@
|
||||||
left: 12vw;
|
left: 12vw;
|
||||||
z-index: 65;
|
z-index: 65;
|
||||||
}
|
}
|
||||||
view{
|
|
||||||
|
view {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.cardtm{
|
|
||||||
|
.cardtm {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 66;
|
z-index: 66;
|
||||||
|
|
||||||
>view{
|
>view {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
min-width: 5vw;
|
min-width: 5vw;
|
||||||
height: 2.7vw;
|
height: 2.7vw;
|
||||||
border-radius: 1.35vw;
|
border-radius: 1.35vw;
|
||||||
box-shadow: 0rpx 0rpx 0.3vw 0rpx rgba(174,174,188,0.4);
|
box-shadow: 0rpx 0rpx 0.3vw 0rpx rgba(174, 174, 188, 0.4);
|
||||||
z-index: 66;
|
z-index: 66;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 1vw;
|
padding: 0 1vw;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
z-index: 70;
|
z-index: 70;
|
||||||
&:nth-child(1){
|
|
||||||
|
&:nth-child(1) {
|
||||||
bottom: 33.5vh;
|
bottom: 33.5vh;
|
||||||
left: 20.5vw;
|
left: 20.5vw;
|
||||||
}
|
}
|
||||||
&:nth-child(2){
|
|
||||||
|
&:nth-child(2) {
|
||||||
top: 28vw;
|
top: 28vw;
|
||||||
left: 26.5vw;
|
left: 26.5vw;
|
||||||
}
|
}
|
||||||
&:nth-child(3){
|
|
||||||
|
&:nth-child(3) {
|
||||||
bottom: 21vw;
|
bottom: 21vw;
|
||||||
left: 55vw;
|
left: 55vw;
|
||||||
}
|
}
|
||||||
&:nth-child(4){
|
|
||||||
|
&:nth-child(4) {
|
||||||
top: 35vw;
|
top: 35vw;
|
||||||
right: 6.5vw;
|
right: 6.5vw;
|
||||||
}
|
}
|
||||||
&:nth-child(5){
|
|
||||||
|
&:nth-child(5) {
|
||||||
bottom: 11.5vw;
|
bottom: 11.5vw;
|
||||||
right: 23.5vw;
|
right: 23.5vw;
|
||||||
}
|
}
|
||||||
&:nth-child(6){
|
|
||||||
|
&:nth-child(6) {
|
||||||
top: 6vw;
|
top: 6vw;
|
||||||
left: 17vw;
|
left: 17vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
text{
|
text {
|
||||||
width: 1vw;
|
width: 1vw;
|
||||||
height: 1vw;
|
height: 1vw;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid rgba(0, 137, 254, 1);
|
border: 1px solid rgba(0, 137, 254, 1);
|
||||||
margin: 0 0.4vw 0 0;
|
margin: 0 0.4vw 0 0;
|
||||||
}
|
}
|
||||||
view{
|
|
||||||
|
view {
|
||||||
width: 2.8vw;
|
width: 2.8vw;
|
||||||
height: 4.4vw;
|
height: 4.4vw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -313,18 +340,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.actve{
|
.actve {
|
||||||
background: linear-gradient(-45deg, #0089FE, #97C1FF) !important;
|
background: linear-gradient(-45deg, #0089FE, #97C1FF) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
text{
|
|
||||||
|
text {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.b{
|
|
||||||
|
.b {
|
||||||
background: #EFF2F6;
|
background: #EFF2F6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pulu1{
|
|
||||||
|
.pulu1 {
|
||||||
width: 28.2vw;
|
width: 28.2vw;
|
||||||
height: 9.8vw;
|
height: 9.8vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
@ -332,39 +362,45 @@
|
||||||
right: 9.2vw;
|
right: 9.2vw;
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
image{
|
|
||||||
|
image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pulu2{
|
|
||||||
|
.pulu2 {
|
||||||
width: 16.8vw;
|
width: 16.8vw;
|
||||||
height: 24vw;
|
height: 24vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 30.7vw;
|
top: 30.7vw;
|
||||||
right: 21.1vw;
|
right: 21.1vw;
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
image{
|
|
||||||
|
image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.route{
|
|
||||||
|
.route {
|
||||||
width: 99.5vw;
|
width: 99.5vw;
|
||||||
height: 51.2vw;
|
height: 51.2vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 4.5vw;
|
top: 4.5vw;
|
||||||
left: 0.3vw;
|
left: 0.3vw;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
image{
|
|
||||||
|
image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contitem{
|
|
||||||
|
.contitem {
|
||||||
width: 48vw;
|
width: 48vw;
|
||||||
height: 36vw;
|
height: 36vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
@ -373,23 +409,53 @@
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hldy{
|
.hldy {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 6.7vw;
|
left: 6.7vw;
|
||||||
bottom: 3.7vw;
|
bottom: 3.7vw;
|
||||||
|
|
||||||
}
|
}
|
||||||
.home{
|
|
||||||
width: 100vw;
|
.home {
|
||||||
height: 100vh;
|
width: 100vw;
|
||||||
overflow: hidden;
|
height: 100vh;
|
||||||
position: relative;
|
overflow: hidden;
|
||||||
z-index: 0;
|
position: relative;
|
||||||
}
|
z-index: 0;
|
||||||
.tp {
|
|
||||||
image{
|
}
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
.tp {
|
||||||
|
image {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.contain-right-button {
|
||||||
|
position: fixed;
|
||||||
|
top: 5vh;
|
||||||
|
right: 2vw;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 6vh;
|
||||||
|
width: 8.5vw;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
border: 1rpx solid #555555;
|
||||||
|
border-color: #D9DADC;
|
||||||
|
box-shadow: 0 1rpx 3rpx #D9DADC;
|
||||||
|
margin-left: 20rpx;
|
||||||
|
z-index: 99;
|
||||||
|
|
||||||
|
.buttont-img {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
margin-right: 5rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-font {
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #555555;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
|
|
@ -574,7 +574,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_mini/pages/camera.nvue"]]);
|
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
|
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue