This commit is contained in:
wangweidong 2026-03-09 14:53:31 +08:00
parent f49b26b87a
commit 492ee3852c
8 changed files with 35 additions and 25 deletions

View File

@ -503,10 +503,10 @@
.shu-img{
position: absolute;
right: 20rpx;
top: 40%;
top: 45%;
transform: translateY(-40%);
width: 150rpx;
height: 130rpx;
width: 130rpx;
height: 114rpx;
}
.greenbgc{
position: absolute;

View File

@ -463,10 +463,16 @@
form.idCard = father.idNumber;
form.homeAddress = father.address
savephoto(filePath);
}else{
uni.hideLoading()
uni.showToast({
title: '识别失败',
icon: 'none',
duration: 2000
})
uping.value = true;
return
}
},
fail: err => {
uni.showToast({

View File

@ -361,10 +361,10 @@
.shu-img {
position: absolute;
right: 20rpx;
top: 48%;
top: 45%;
transform: translateY(-40%);
width: 130rpx;
height: 112rpx;
height: 114rpx;
}
.greenbgc {

View File

@ -443,10 +443,10 @@
.shu-img {
position: absolute;
right: 20rpx;
top: 40%;
top: 45%;
transform: translateY(-40%);
width: 150rpx;
height: 130rpx;
width: 130rpx;
height: 114rpx;
}
.greenbgc {

View File

@ -667,10 +667,10 @@
.shu-img {
position: absolute;
right: 20rpx;
top: 60%;
transform: translateY(-50%);
top: 45%;
transform: translateY(-40%);
width: 130rpx;
height: 112rpx;
height: 114rpx;
}
.greenbgc {

View File

@ -626,10 +626,10 @@
.shu-img {
position: absolute;
right: 20rpx;
top: 40%;
top: 45%;
transform: translateY(-40%);
width: 150rpx;
height: 130rpx;
width: 130rpx;
height: 114rpx;
}
.greenbgc {

View File

@ -514,10 +514,10 @@
.shu-img {
position: absolute;
right: 20rpx;
top:48%;
top: 45%;
transform: translateY(-40%);
width: 130rpx;
height: 112rpx;
height: 114rpx;
}
.greenbgc {

View File

@ -78,7 +78,7 @@
<view class="right-top-card"
style="margin-top: 20rpx;padding: 0 30rpx;font-size: 25rpx;">
<view
style="display: flex;flex-direction: column;width: 50%;padding-left: 15rpx;">
style="display: flex;width: 50%;padding-left: 15rpx;align-items: center;justify-content: space-around;">
<!-- <image style="width: 45rpx;height: 45rpx;margin-bottom: 5rpx;"
src="https://www.focusnu.com/media/directive/index/oldmanphoto/wen.png"
mode="widthFix" lazy-load="false" /> -->
@ -86,7 +86,7 @@
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
mode="widthFix" lazy-load="false" />
<view style="display: flex;white-space: nowrap">
<view style="display: flex;flex-direction: column;">
<view style="font-size: 25rpx;margin-right: 15rpx;">
温度
</view>
@ -96,11 +96,11 @@
</view>
</view>
<view
style="display: flex;flex-direction: column;width: 50%;padding-left: 15rpx; ">
style="display: flex;align-items: center;width: 50%;padding-left: 15rpx; justify-content: space-around;">
<image style="width: 45rpx;height: 45rpx;margin-bottom: 5rpx;"
src="https://www.focusnu.com/media/directive/index/oldmanphoto/shi.png"
mode="widthFix" lazy-load="false" />
<view style="display: flex;;white-space: nowrap">
<view style="display: flex;flex-direction: column;">
<view style="font-size: 25rpx;margin-right: 15rpx;">
湿度
</view>
@ -192,7 +192,7 @@
<image style="width: 50rpx;height: 50rpx;margin-left: 10rpx;"
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
mode="widthFix" lazy-load="false" />
<view class="">
<view class="drcon">
<view style="font-size: 28rpx;margin-left: 5rpx;">
温度
</view>
@ -203,7 +203,7 @@
<image style="width: 50rpx;height: 50rpx;margin-left: 30rpx;"
src="https://www.focusnu.com/media/directive/index/oldmanmenu/shidu.png"
mode="widthFix" lazy-load="false" />
<view style="margin-right: 50rpx;margin-left: 10rpx;">
<view style="margin-right: 50rpx;margin-left: 10rpx;" class="drcon">
<view style="font-size: 28rpx;margin-left: 5rpx;">
湿度
</view>
@ -666,6 +666,10 @@
</script>
<style lang="scss" scoped>
.drcon{
display: flex;
flex-direction: column;
}
.login-container {
display: flex;
flex-direction: column;