This commit is contained in:
shijingjing
2022-05-20 11:00:43 +08:00
parent e9412b31ed
commit 1ce02319f9

View File

@@ -10,6 +10,7 @@
<div class="type">
<img src="./components/tab.png" alt="">
<div class="head">困难类型</div>
<div>
以家庭为单位涉及所有农村人口包括脱贫不稳定户边缘易致贫户突发严重困难户重点监测其收入支出状况
两不愁三保障及饮水安全状况等重点关注有大病重病和负担较重的慢性病患者重度残疾人失能老年人口等特殊群体的家庭
@@ -18,6 +19,7 @@
<div class="standard">
<img src="./components/tab.png" alt="">
<div class="head">认定标准</div>
<div>
1.家庭人均纯收入低于标准 以脱贫攻坚期国家扶贫标准的1.5倍左右6000为底线作为最低收入监测标准
2022年起综合物价指数变化农村居民人均可支配收入增幅和农村低保标准等因素每年动态调整实事求是确定监测对象
@@ -33,6 +35,7 @@
<div class="case">
<img src="./components/tab.png" alt="">
<div class="head">不予认定情形</div>
<div>
有以下情形之一的农户一般不纳入监测对象特殊情况由村民代表大会民主评议
根据家庭实际情况及收支状况综合研判经县区研究可纳入监测范围 1银行存款不包括6个月内因病因学等筹集的存款
@@ -117,9 +120,15 @@ export default {
img {
width: 320px;
height: 64px;
}
img,
.head {
position: absolute;
top: -30px;
left: 200px;
top: 0px;
left: 50%;
transform: translate(-50%,-48%);
color: #BB5634;
font-weight: 600;
}
}
@@ -132,6 +141,7 @@ export default {
border-radius: 16px;
color: #BB5634;
font-size: 34px;
font-weight: 600;
}
}
}