This commit is contained in:
parent
f49b26b87a
commit
492ee3852c
|
|
@ -503,10 +503,10 @@
|
||||||
.shu-img{
|
.shu-img{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 40%;
|
top: 45%;
|
||||||
transform: translateY(-40%);
|
transform: translateY(-40%);
|
||||||
width: 150rpx;
|
width: 130rpx;
|
||||||
height: 130rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
.greenbgc{
|
.greenbgc{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
|
|
@ -463,10 +463,16 @@
|
||||||
form.idCard = father.idNumber;
|
form.idCard = father.idNumber;
|
||||||
form.homeAddress = father.address
|
form.homeAddress = father.address
|
||||||
savephoto(filePath);
|
savephoto(filePath);
|
||||||
|
}else{
|
||||||
|
uni.hideLoading()
|
||||||
|
uni.showToast({
|
||||||
|
title: '识别失败',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
})
|
||||||
|
uping.value = true;
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
fail: err => {
|
fail: err => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|
|
||||||
|
|
@ -361,10 +361,10 @@
|
||||||
.shu-img {
|
.shu-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 48%;
|
top: 45%;
|
||||||
transform: translateY(-40%);
|
transform: translateY(-40%);
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
height: 112rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greenbgc {
|
.greenbgc {
|
||||||
|
|
|
||||||
|
|
@ -443,10 +443,10 @@
|
||||||
.shu-img {
|
.shu-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 40%;
|
top: 45%;
|
||||||
transform: translateY(-40%);
|
transform: translateY(-40%);
|
||||||
width: 150rpx;
|
width: 130rpx;
|
||||||
height: 130rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greenbgc {
|
.greenbgc {
|
||||||
|
|
|
||||||
|
|
@ -667,10 +667,10 @@
|
||||||
.shu-img {
|
.shu-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 60%;
|
top: 45%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-40%);
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
height: 112rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greenbgc {
|
.greenbgc {
|
||||||
|
|
|
||||||
|
|
@ -626,10 +626,10 @@
|
||||||
.shu-img {
|
.shu-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top: 40%;
|
top: 45%;
|
||||||
transform: translateY(-40%);
|
transform: translateY(-40%);
|
||||||
width: 150rpx;
|
width: 130rpx;
|
||||||
height: 130rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greenbgc {
|
.greenbgc {
|
||||||
|
|
|
||||||
|
|
@ -514,10 +514,10 @@
|
||||||
.shu-img {
|
.shu-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20rpx;
|
right: 20rpx;
|
||||||
top:48%;
|
top: 45%;
|
||||||
transform: translateY(-40%);
|
transform: translateY(-40%);
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
height: 112rpx;
|
height: 114rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greenbgc {
|
.greenbgc {
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
<view class="right-top-card"
|
<view class="right-top-card"
|
||||||
style="margin-top: 20rpx;padding: 0 30rpx;font-size: 25rpx;">
|
style="margin-top: 20rpx;padding: 0 30rpx;font-size: 25rpx;">
|
||||||
<view
|
<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;"
|
<!-- <image style="width: 45rpx;height: 45rpx;margin-bottom: 5rpx;"
|
||||||
src="https://www.focusnu.com/media/directive/index/oldmanphoto/wen.png"
|
src="https://www.focusnu.com/media/directive/index/oldmanphoto/wen.png"
|
||||||
mode="widthFix" lazy-load="false" /> -->
|
mode="widthFix" lazy-load="false" /> -->
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
|
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
|
||||||
mode="widthFix" lazy-load="false" />
|
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 style="font-size: 25rpx;margin-right: 15rpx;">
|
||||||
温度
|
温度
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -96,11 +96,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</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;"
|
<image style="width: 45rpx;height: 45rpx;margin-bottom: 5rpx;"
|
||||||
src="https://www.focusnu.com/media/directive/index/oldmanphoto/shi.png"
|
src="https://www.focusnu.com/media/directive/index/oldmanphoto/shi.png"
|
||||||
mode="widthFix" lazy-load="false" />
|
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 style="font-size: 25rpx;margin-right: 15rpx;">
|
||||||
湿度
|
湿度
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -192,7 +192,7 @@
|
||||||
<image style="width: 50rpx;height: 50rpx;margin-left: 10rpx;"
|
<image style="width: 50rpx;height: 50rpx;margin-left: 10rpx;"
|
||||||
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
|
src="https://www.focusnu.com/media/directive/index/oldmanmenu/wendu.png"
|
||||||
mode="widthFix" lazy-load="false" />
|
mode="widthFix" lazy-load="false" />
|
||||||
<view class="">
|
<view class="drcon">
|
||||||
<view style="font-size: 28rpx;margin-left: 5rpx;">
|
<view style="font-size: 28rpx;margin-left: 5rpx;">
|
||||||
温度
|
温度
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
<image style="width: 50rpx;height: 50rpx;margin-left: 30rpx;"
|
<image style="width: 50rpx;height: 50rpx;margin-left: 30rpx;"
|
||||||
src="https://www.focusnu.com/media/directive/index/oldmanmenu/shidu.png"
|
src="https://www.focusnu.com/media/directive/index/oldmanmenu/shidu.png"
|
||||||
mode="widthFix" lazy-load="false" />
|
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 style="font-size: 28rpx;margin-left: 5rpx;">
|
||||||
湿度
|
湿度
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -666,6 +666,10 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.drcon{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
.login-container {
|
.login-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue