update:协议图片更新
This commit is contained in:
@@ -45,17 +45,14 @@
|
||||
<!-- window图标 -->
|
||||
<div>
|
||||
<div class="projectIcon">
|
||||
<img
|
||||
src="@/assets/img/project.png"
|
||||
style="width: 25px;height: 25px;"
|
||||
/>
|
||||
<img src="@/assets/img/project.png" />
|
||||
</div>
|
||||
<span class="projectTitle">{{ item.name }}</span>
|
||||
</div>
|
||||
<!-- 补偿协议图标 -->
|
||||
<div class="projectRight">
|
||||
<div>
|
||||
<img src="@/assets/img/menu_yhxy.png" />
|
||||
<img src="@/assets/img/yhxy.png" />
|
||||
</div>
|
||||
<span>{{ item.currentState }}</span>
|
||||
</div>
|
||||
@@ -89,7 +86,6 @@
|
||||
<img src="@/assets/img/project_no.png" />
|
||||
<span>征收决定号:</span>
|
||||
</div>
|
||||
|
||||
<div class="blue">{{ item.zsjdh }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -185,7 +181,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 最后一行无边框 -->
|
||||
<div style="padding-bottom: 10px" v-else>
|
||||
<div v-else style="padding-bottom: 10px">
|
||||
<div>{{ item.title }}</div>
|
||||
<div>
|
||||
<span>发布时间:{{ item.publicTime }}</span>
|
||||
@@ -209,7 +205,7 @@ export default {
|
||||
return {
|
||||
mode: false,
|
||||
data: {
|
||||
idCard: "52212112345678910",
|
||||
idCard: "522121123456789102223",
|
||||
userName: "加载中...",
|
||||
policiesRegulationsLists: {
|
||||
totalCount: 0,
|
||||
@@ -226,8 +222,8 @@ export default {
|
||||
prjList: [
|
||||
{
|
||||
name: "请求出错暂时没有可用数据",
|
||||
currentState: "无数据",
|
||||
area: "宁波市房屋建设管理办公室九号楼",
|
||||
currentState: "处于什么阶段",
|
||||
area: "宁波市房屋建设管理办公室九号楼项目办公室",
|
||||
zsbm: "无数据",
|
||||
year: "无数据",
|
||||
zsjdh: "无数据",
|
||||
@@ -505,40 +501,37 @@ export default {
|
||||
}
|
||||
// 最上面盒子
|
||||
.topBox {
|
||||
background: url(../assets/img/bg.png);
|
||||
background-size: 100% auto;
|
||||
background-repeat: no-repeat;
|
||||
background: url(../assets/img/bg.png) no-repeat;
|
||||
background-size: 100% 96%;
|
||||
.olderVersion {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 15px 0;
|
||||
.titleBox {
|
||||
width: 173px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
border-radius: 0 22px 22px 0;
|
||||
background: #2576ca;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
}
|
||||
:nth-child(2) {
|
||||
margin-right: 5px;
|
||||
background: #f82b36;
|
||||
width: 124px;
|
||||
height: 33px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 33px;
|
||||
line-height: 25px;
|
||||
border-radius: 2px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
.titleBox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 173px;
|
||||
height: 36px;
|
||||
|
||||
border-radius: 0 22px 22px 0;
|
||||
background: rgba(6, 63, 142, 0.66);
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
}
|
||||
.baseInfo {
|
||||
display: flex;
|
||||
margin: 5px 0;
|
||||
@@ -549,17 +542,15 @@ export default {
|
||||
padding-right: 10px;
|
||||
padding-left: 31px;
|
||||
}
|
||||
> span:nth-child(2) {
|
||||
span:nth-child(2) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.gridBg {
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
margin: 10px 12px 0 10px;
|
||||
|
||||
border-radius: 3px;
|
||||
background: rgba(255, 255, 255, 0.28);
|
||||
> div {
|
||||
@@ -594,11 +585,8 @@ export default {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 41px;
|
||||
padding: unset 0;
|
||||
background: url(../assets/img/project_bg.png) no-repeat;
|
||||
background-position: 0 -2px;
|
||||
background-size: 100% 120%;
|
||||
> div:nth-child(1) {
|
||||
background: url(../assets/img/project_bg.png) no-repeat 0 -2px/101% 120%;
|
||||
> :nth-child(1) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 50%;
|
||||
@@ -612,6 +600,10 @@ export default {
|
||||
margin-right: 10px;
|
||||
border-radius: 5px 0 0;
|
||||
background: #3284cd;
|
||||
img {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
}
|
||||
span {
|
||||
white-space: nowrap;
|
||||
@@ -628,13 +620,12 @@ export default {
|
||||
height: 27px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 13px 0 0 17px;
|
||||
}
|
||||
img {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin-right: 3px;
|
||||
margin-left: 8px;
|
||||
border-radius: 13px 0 0 13px;
|
||||
img {
|
||||
width: 17px;
|
||||
margin-right: 3px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
span {
|
||||
font-size: 12px;
|
||||
@@ -662,6 +653,7 @@ export default {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
padding-top: 15px;
|
||||
line-height: 20px;
|
||||
> :nth-child(1) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -677,7 +669,7 @@ export default {
|
||||
}
|
||||
> :last-child {
|
||||
color: #363a44;
|
||||
width: 55%;
|
||||
// width: 55%;
|
||||
}
|
||||
.blue {
|
||||
color: #3883f1;
|
||||
@@ -711,6 +703,7 @@ export default {
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
padding-left: 12px;
|
||||
line-height: 20px;
|
||||
:nth-child(1) {
|
||||
white-space: nowrap;
|
||||
color: #b3b5b9;
|
||||
@@ -727,7 +720,7 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 25px;
|
||||
padding: 0px 10px 0px;
|
||||
padding: 0 10px;
|
||||
.van-image {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
@@ -749,6 +742,7 @@ export default {
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
padding-left: 12px;
|
||||
line-height: 20px;
|
||||
:nth-child(1) {
|
||||
white-space: nowrap;
|
||||
color: #b3b5b9;
|
||||
@@ -771,7 +765,7 @@ export default {
|
||||
color: #202020;
|
||||
display: block;
|
||||
}
|
||||
> span:nth-child(2) {
|
||||
:nth-child(2) {
|
||||
margin: 10px 0;
|
||||
color: #2c2b2b;
|
||||
font-size: 12px;
|
||||
@@ -785,29 +779,24 @@ export default {
|
||||
.protocolList {
|
||||
padding: 0 20px;
|
||||
> div {
|
||||
> div:nth-child(1) {
|
||||
> :nth-child(1) {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
// width: 294px;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
color: #202020;
|
||||
padding-top: 20px;
|
||||
}
|
||||
> div:nth-child(2) {
|
||||
padding: unset 5px;
|
||||
> :nth-child(2) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 20px 0;
|
||||
padding: 18px 0;
|
||||
span {
|
||||
font-size: 12px;
|
||||
color: #9da2a3;
|
||||
font-weight: 400;
|
||||
line-height: 11px;
|
||||
height: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -815,23 +804,28 @@ export default {
|
||||
}
|
||||
// 老年化
|
||||
.old_container {
|
||||
.titleBox {
|
||||
font-size: 24px;
|
||||
width: 228px;
|
||||
height: 41px;
|
||||
.olderVersion {
|
||||
.titleBox {
|
||||
font-size: 24px;
|
||||
width: 228px;
|
||||
height: 41px;
|
||||
line-height: 41px;
|
||||
}
|
||||
}
|
||||
.baseInfo {
|
||||
align-items: flex-start;
|
||||
font-size: 22px;
|
||||
img {
|
||||
height: 30px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
> div:nth-child(3) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
.gridBg {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
font-size: 20px;
|
||||
> div {
|
||||
width: 110px;
|
||||
@@ -846,21 +840,21 @@ export default {
|
||||
.projectTitle {
|
||||
font-size: 24px;
|
||||
}
|
||||
> div:nth-child(1) {
|
||||
> :nth-child(1) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 41px;
|
||||
padding: unset 0;
|
||||
width: 100%;
|
||||
background: url(../assets/img/project_bg.png);
|
||||
|
||||
background-position: 0 -2px;
|
||||
background-size: 100% 120%;
|
||||
}
|
||||
> div:nth-child(2) {
|
||||
> :nth-child(2) {
|
||||
margin-top: 10px;
|
||||
> :nth-child(1) {
|
||||
border-radius: unset !important;
|
||||
padding-right: 5px;
|
||||
}
|
||||
> span {
|
||||
font-size: 20px;
|
||||
@@ -871,6 +865,7 @@ export default {
|
||||
.projectCenterBox {
|
||||
font-size: 20px;
|
||||
> div {
|
||||
line-height: 28px;
|
||||
> :nth-child(1) {
|
||||
:nth-child(2) {
|
||||
width: unset !important;
|
||||
@@ -882,24 +877,18 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.assess {
|
||||
span {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
.assessCenter1 {
|
||||
font-size: 20px;
|
||||
.projectTitle {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
.assess,
|
||||
.assess2 {
|
||||
span {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
.assessCenter1,
|
||||
.assessCenter2 {
|
||||
font-size: 20px;
|
||||
> div {
|
||||
line-height: 28px;
|
||||
}
|
||||
.projectTitle {
|
||||
font-size: 20px;
|
||||
}
|
||||
@@ -919,6 +908,7 @@ export default {
|
||||
> div {
|
||||
> :nth-child(1) {
|
||||
font-size: 20px !important;
|
||||
line-height: 28px;
|
||||
padding-top: 15px !important;
|
||||
white-space: unset !important;
|
||||
}
|
||||
@@ -929,7 +919,6 @@ export default {
|
||||
font-size: 18px !important;
|
||||
display: block;
|
||||
height: unset !important;
|
||||
line-height: 25px !important;
|
||||
}
|
||||
> span:nth-child(2) {
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user