diff --git a/epdc-resident-mp-yushan/images/property/nothing.png b/epdc-resident-mp-yushan/images/property/nothing.png new file mode 100644 index 0000000..486593d Binary files /dev/null and b/epdc-resident-mp-yushan/images/property/nothing.png differ diff --git a/epdc-resident-mp-yushan/pages/property/property.wxml b/epdc-resident-mp-yushan/pages/property/property.wxml index a5d0ee1..802f5a0 100644 --- a/epdc-resident-mp-yushan/pages/property/property.wxml +++ b/epdc-resident-mp-yushan/pages/property/property.wxml @@ -3,7 +3,7 @@ 物业服务 - + {{item.projectName}} @@ -17,23 +17,28 @@ - 物业项目名称: {{projectInfo.projectName}} + 物业项目名称: + {{projectInfo.projectName}} - 物业名称: {{projectInfo.propertyName}} + 物业名称: + {{projectInfo.propertyName}} - 物业电话: {{projectInfo.propertyTel}} + 物业电话: + {{projectInfo.propertyTel}} - 物业负责人: {{projectInfo.propertyManager}} + 物业负责人: + {{projectInfo.propertyManager}} - 物业地址: {{projectInfo.propertyAddress}} + 物业地址: + {{projectInfo.propertyAddress}} @@ -103,5 +108,9 @@ + + +管理员暂未添加物业项目信息~ + diff --git a/epdc-resident-mp-yushan/pages/property/property.wxss b/epdc-resident-mp-yushan/pages/property/property.wxss index ae4351e..b110805 100644 --- a/epdc-resident-mp-yushan/pages/property/property.wxss +++ b/epdc-resident-mp-yushan/pages/property/property.wxss @@ -33,6 +33,21 @@ page { .home { width: 100%; } +.nothing-to-show{ + width: 100%; + height: 100vh; + background: #f7f7f7; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.nothing-img{ + width: 500rpx; + height:245rpx; + object-fit: cover; + +} .tab{ width: 100%; height: 100rpx; @@ -45,7 +60,7 @@ page { } .tab-item{ height: 100%; - width: 33%; + min-width: 33%; margin:0 auto; display: inline-block; box-sizing: border-box; @@ -98,12 +113,14 @@ page { display: inline-block; line-height: 99rpx; padding-left: 20rpx; + word-break: break-all; } .info-group{ width: 94%; margin-left: 20rpx; display: flex; line-height: 100rpx; + padding-top: 20rpx; } .group-pic{ width: 120rpx; @@ -112,7 +129,7 @@ page { padding: 20rpx; } .group-detail{ - width: 66%; + width: 50%; display: inline-block; padding-left: 40rpx; height: 120rpx; @@ -121,6 +138,8 @@ page { font-size: 30rpx; font-weight: bold; height: 75rpx; + word-break: break-all; + line-height: 50rpx; } .group-number{ font-size: 25rpx;