Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 28 KiB |
BIN
FrontCode2/sunshine_levy/src/assets/img/evaluation.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 126 KiB |
@@ -9,10 +9,7 @@ const url = {
|
||||
account: "/webapi/account.ashx?action=userinfo",
|
||||
|
||||
// 项目数统计信息
|
||||
projectStatistics: "/webapi/project.ashx?action=getStatistics",
|
||||
|
||||
getprjdata: "/project/list",
|
||||
get_policies_info: "/policies/info"
|
||||
projectStatistics: "/webapi/project.ashx?action=getStatistics"
|
||||
};
|
||||
|
||||
export default url;
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
width: 173px;
|
||||
height: 36px;
|
||||
margin: 15px 0 15px 2px;
|
||||
margin: 15px 0 15px 0;
|
||||
|
||||
border-radius: 0 22px 22px 0;
|
||||
background: rgba(6, 63, 142, .66);
|
||||
@@ -78,11 +78,11 @@
|
||||
height: 80px;
|
||||
margin: 12px 6px;
|
||||
|
||||
opacity: .9;
|
||||
}
|
||||
.gridImg:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
/* .gridImg:hover {
|
||||
opacity: 1;
|
||||
} */
|
||||
.bigImg {
|
||||
width: 100%;
|
||||
height: 91px;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
class="gridImg"
|
||||
/>
|
||||
<van-image
|
||||
:src="require('@/assets/img/evaluation .png')"
|
||||
:src="require('@/assets/img/evaluation.png')"
|
||||
@click="gotoProject('pg')"
|
||||
class="gridImg"
|
||||
/>
|
||||
@@ -108,9 +108,9 @@
|
||||
class="projectCenterImg"
|
||||
/>
|
||||
<span class="projectCenterFont">征收决定号:</span>
|
||||
<span class="projectCenterFont" style="color: #3883f1">
|
||||
{{ item.zsjdh }}
|
||||
</span>
|
||||
<span class="projectCenterFont" style="color: #3883f1">{{
|
||||
item.zsjdh
|
||||
}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -136,17 +136,17 @@
|
||||
>
|
||||
<div class="assessBox">
|
||||
<span class="projectCenterFont">评估报告编号:</span>
|
||||
<span class="projectCenterFont">{{
|
||||
assess.assessmentNo
|
||||
}}</span>
|
||||
<span class="projectCenterFont">
|
||||
{{ assess.assessmentNo }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="assessBox">
|
||||
<span class="projectCenterFont" style="width: 40%"
|
||||
>被征收房屋地址:</span
|
||||
>
|
||||
<span class="projectCenterFont protocolTitle">
|
||||
{{ assess.houseAddress }}
|
||||
</span>
|
||||
<span class="projectCenterFont protocolTitle">{{
|
||||
assess.houseAddress
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="assessBox">
|
||||
<span class="projectCenterFont">评估总金额:</span>
|
||||
@@ -183,15 +183,15 @@
|
||||
<span class="projectCenterFont" style="width: 40%"
|
||||
>被征收房屋地址:</span
|
||||
>
|
||||
<span class="projectCenterFont protocolTitle">
|
||||
{{ protocol.houseAddress }}
|
||||
</span>
|
||||
<span class="projectCenterFont protocolTitle">{{
|
||||
protocol.houseAddress
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="assessBox">
|
||||
<span class="projectCenterFont">补偿方式:</span>
|
||||
<span class="projectCenterFont">
|
||||
{{ protocol.switchProductionWay }}
|
||||
</span>
|
||||
<span class="projectCenterFont">{{
|
||||
protocol.switchProductionWay
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="assessBox">
|
||||
<span class="projectCenterFont">合计补偿资金:</span>
|
||||
|
||||
@@ -1,33 +1,27 @@
|
||||
<template>
|
||||
<div>
|
||||
<div style="height: 240px;">
|
||||
<div class="proTopBox">
|
||||
<div :class="type == 'pg' ? 'proTopBoxpg': 'proTopBoxxy' "></div>
|
||||
<div class="proCenterBox">
|
||||
<div class="proCenterInfo">
|
||||
<van-image :src="require('@/assets/img/expropriated_person.png')" class="proCenterImg" />
|
||||
<div :class="type == 'pg' ? 'proTopBoxpg': 'proTopBoxxy'">
|
||||
<div class="proCenterBox">
|
||||
<div class="proCenterInfo">
|
||||
<van-image :src="require('@/assets/img/expropriated_person.png')" class="proCenterImg" />
|
||||
<div>
|
||||
<div>
|
||||
<div>
|
||||
<span class="proCenterFont">被征收人姓名:</span>
|
||||
<span class="proCenterFont" style="color:#626262;">{{user.name}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="proCenterFont">身份证号:</span>
|
||||
<span class="proCenterFont" style="color:#626262;">{{user.identityId}}</span>
|
||||
</div>
|
||||
<span class="proCenterFont">被征收人姓名:</span>
|
||||
<span class="proCenterFont" style="color:#626262;">{{user.name}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="proCenterFont">身份证号:</span>
|
||||
<span class="proCenterFont" style="color:#626262;">{{user.identityId}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="proCenterFlex">
|
||||
<div class="proCenterFlexFont">请选择您的征收项目</div>
|
||||
<van-image
|
||||
:src="require('@/assets/img/expropriated_select.png')"
|
||||
class="proCenterFlexImg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="proCenterFlex" style="margin-bottom: 15px;">
|
||||
<div class="proCenterFlexFont">请选择您的征收项目</div>
|
||||
<van-icon color="#9da2a3" name="arrow-down" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="proList">
|
||||
<van-list>
|
||||
<div
|
||||
:key="item.id"
|
||||
|
||||
@@ -1,46 +1,48 @@
|
||||
.proTopBox {
|
||||
position: relative;
|
||||
|
||||
margin: 15px 12px;
|
||||
}
|
||||
.proTopBoxpg {
|
||||
position: absolute;
|
||||
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
width: 95%;
|
||||
height: 220px;
|
||||
margin: 10px;
|
||||
|
||||
background: url(../../assets/img/zspg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 90px;
|
||||
}
|
||||
.proTopBoxxy {
|
||||
position: absolute;
|
||||
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
width: 95%;
|
||||
height: 220px;
|
||||
margin: 10px;
|
||||
|
||||
background: url(../../assets/img/zsxy.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 90px;
|
||||
}
|
||||
.proCenterBox {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50% ;
|
||||
|
||||
width: 95%;
|
||||
height: 140px;
|
||||
|
||||
transform: translate(-50%, 50%);
|
||||
|
||||
/* margin: 70px 0 15px 10px; */
|
||||
width: 94%;
|
||||
margin-top: 78px;
|
||||
|
||||
border-radius: 6px;
|
||||
background: rgba(248, 253, 255, 1);
|
||||
box-shadow: 1px 1px 3px rgb(202, 201, 201);
|
||||
}
|
||||
.proList {
|
||||
position: absolute;
|
||||
top: 230px;
|
||||
bottom: 0;
|
||||
|
||||
overflow-y: scroll;
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
.proCenterInfo {
|
||||
display: flex;
|
||||
|
||||
@@ -86,7 +88,7 @@
|
||||
|
||||
height: 25px;
|
||||
|
||||
color: #09a4fa;
|
||||
color: #9da2a3;
|
||||
}
|
||||
.shadow {
|
||||
-webkit-box-shadow: rgb(189, 189, 189) 0 0 3px;
|
||||
@@ -98,6 +100,7 @@
|
||||
margin: 15px 20px;
|
||||
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.proAreaBox {
|
||||
display: flex;
|
||||
|
||||