update:浙里办样式更新
This commit is contained in:
@@ -62,15 +62,18 @@
|
||||
<div class="projectCenterBox">
|
||||
<div>
|
||||
<img src="@/assets/img/project_area.png" />
|
||||
<span>项目所在区域:{{ item.area }}</span>
|
||||
<span>项目所在区域:</span>
|
||||
<div>{{ item.area }}</div>
|
||||
</div>
|
||||
<div>
|
||||
<img src="@/assets/img/project_dep.png" />
|
||||
<span>征收部门:{{ item.zsbm }}</span>
|
||||
<span>征收部门:</span>
|
||||
<div>{{ item.zsbm }}</div>
|
||||
</div>
|
||||
<div>
|
||||
<img src="@/assets/img/project_year.png" />
|
||||
<span>所属年份:{{ item.year }}</span>
|
||||
<span>所属年份:</span>
|
||||
<div>{{ item.year }}</div>
|
||||
</div>
|
||||
<div>
|
||||
<img src="@/assets/img/project_no.png" />
|
||||
@@ -293,9 +296,9 @@ export default {
|
||||
appKey: "es4b8zmz+2001833218+dehllx",
|
||||
onSuccess: data => {
|
||||
console.log("首页数据", data);
|
||||
this.loading = false;
|
||||
window.sessionStorage.setItem("homeData", JSON.stringify(data));
|
||||
if (data.data.success) {
|
||||
this.loading = false;
|
||||
this.data = data.data.data;
|
||||
// 埋点
|
||||
this.setZwUserAplus(this.data.idCard, this.data.userName);
|
||||
@@ -325,6 +328,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onFail: err => {
|
||||
this.loading = false;
|
||||
this.$notify({
|
||||
title: "错误",
|
||||
message: "请求失败",
|
||||
@@ -476,7 +480,6 @@ export default {
|
||||
margin: 15px 0 15px 0;
|
||||
border-radius: 0 22px 22px 0;
|
||||
background: rgba(6, 63, 142, 0.66);
|
||||
font-family: PingFangSC-Semibold, PingFang SC;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
@@ -485,16 +488,11 @@ export default {
|
||||
display: flex;
|
||||
margin: 5px 0;
|
||||
.van-image {
|
||||
width: 22px;
|
||||
height: 21px;
|
||||
padding-right: 10px;
|
||||
padding-left: 31px;
|
||||
}
|
||||
span {
|
||||
font-family: PingFangSC-Medium, PingFang SC;
|
||||
font-weight: 500;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
@@ -601,20 +599,20 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 15px;
|
||||
width: 100%;
|
||||
img {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
span {
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #2c2b2b;
|
||||
color: #b3b5b9;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: #363a44;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -647,10 +645,12 @@ export default {
|
||||
padding-left: 12px;
|
||||
span {
|
||||
white-space: nowrap;
|
||||
color: #b3b5b9;
|
||||
}
|
||||
> span:nth-child(2) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: #363a44;
|
||||
}
|
||||
}
|
||||
> div:nth-child(2) {
|
||||
@@ -686,10 +686,12 @@ export default {
|
||||
padding-left: 12px;
|
||||
span {
|
||||
white-space: nowrap;
|
||||
color: #b3b5b9;
|
||||
}
|
||||
> span:nth-child(2) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: #363a44;
|
||||
}
|
||||
}
|
||||
> div:nth-child(n + 2) {
|
||||
|
||||
Reference in New Issue
Block a user