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