diff --git a/epdc-resident-mp-yushan/pages/heart/heart.wxss b/epdc-resident-mp-yushan/pages/heart/heart.wxss index 38d118e..1e5a0af 100644 --- a/epdc-resident-mp-yushan/pages/heart/heart.wxss +++ b/epdc-resident-mp-yushan/pages/heart/heart.wxss @@ -108,6 +108,7 @@ button:last-child{ display: flex; width: 100%; border-radius: 16rpx; + box-shadow: 0 10rpx 5px #999; } .dots { display: flex; diff --git a/epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss b/epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss index cb20a1d..57d0d38 100644 --- a/epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss +++ b/epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss @@ -2,15 +2,21 @@ width: 94%; height: 320rpx; margin:0 auto; + box-shadow: 0 10rpx 5px #999; + border-radius: 10px; } .banner swiper { width: 100%; height: 320rpx; + border-radius: 10px; + overflow:hidden; + transform: translateY(0); } .banner-item { width: 100%; height: 320rpx; position: relative; + border-radius: 10px; } .banner-item .banner-img { position: absolute; @@ -18,6 +24,7 @@ top: 0; width: 100%; height: 100%; + border-radius: 10px; } .banner-item .banner-content { position: relative; @@ -28,6 +35,7 @@ z-index: 100; display: flex; align-items: flex-end; + border-radius: 10px; } .banner-item .banner-content .title { width: 100%; diff --git a/epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss b/epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss index db50b9b..7541247 100644 --- a/epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss +++ b/epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss @@ -15,12 +15,12 @@ justify-content: space-between; } .news-list .list-item .right { - width: calc(100% - 50rpx - 220rpx); + width: calc(100% - 30rpx - 220rpx); height: 146rpx; } .news-list .list-item .right .title { color: #3f3f3f; - font-size: 30rpx; + font-size: 32rpx; line-height: 45rpx; display: -webkit-box; overflow: hidden; @@ -53,7 +53,7 @@ text-align: right; } .news-list .list-item .left { - width: 250rpx; + width: 220rpx; height: 146rpx; border-radius: 12rpx; overflow: hidden; diff --git a/epdc-resident-mp-yushan/pages/index/components/notice/notice.wxss b/epdc-resident-mp-yushan/pages/index/components/notice/notice.wxss index a3f0b93..9825e8a 100644 --- a/epdc-resident-mp-yushan/pages/index/components/notice/notice.wxss +++ b/epdc-resident-mp-yushan/pages/index/components/notice/notice.wxss @@ -4,6 +4,7 @@ height: 76rpx; box-sizing: border-box; padding: 0 40rpx; + margin-top: 20rpx; } .notice .border-content { width: 100%; @@ -12,7 +13,6 @@ display: flex; align-items: center; justify-content: center; - border-top: 1rpx solid #ece9ec; } .notice .notice-logo { width: 32rpx; diff --git a/epdc-resident-mp-yushan/pages/index/components/project/project.wxml b/epdc-resident-mp-yushan/pages/index/components/project/project.wxml index 8172a49..0e6374d 100644 --- a/epdc-resident-mp-yushan/pages/index/components/project/project.wxml +++ b/epdc-resident-mp-yushan/pages/index/components/project/project.wxml @@ -33,7 +33,7 @@ --> - + diff --git a/epdc-resident-mp-yushan/pages/index/components/project/project.wxss b/epdc-resident-mp-yushan/pages/index/components/project/project.wxss index bce8584..d3ae2ba 100644 --- a/epdc-resident-mp-yushan/pages/index/components/project/project.wxss +++ b/epdc-resident-mp-yushan/pages/index/components/project/project.wxss @@ -7,7 +7,7 @@ } .project .text{ font-weight: bold; - padding: 30rpx; + padding: 32rpx; } .project .swiper { width: 100%; @@ -15,6 +15,8 @@ display: inline-block; white-space: nowrap; overflow-x: scroll; + overflow:hidden; + transform: translateY(0); } .project .swiper .swiper-item { display: inline-block; @@ -24,11 +26,9 @@ height: 430rpx; } .project .content { - width: 100%; + width: 94%; height: 430rpx; background: #fff; - overflow: hidden; - padding: 0 30rpx; } .project .content .top { width:100%; @@ -42,6 +42,7 @@ left: 0; top: 0; z-index: 10; + border-radius: 10px 10px 0 0; } .project .content .top .top-content { width: 100%; @@ -55,13 +56,14 @@ .project .content .top .top-content .project-status { width: 110rpx; height: 42rpx; + border-radius: 10px 0 0 0; } .progress { height: 36rpx; - width: 94%; + width: 100%; background: #f7f7f7; border-radius: 17rpx; - margin-bottom: 10rpx; + margin-top: 10rpx; display: flex; align-items: center; } @@ -79,7 +81,7 @@ color: #b0b0b0; font-size: 22rpx; line-height: 36rpx; - padding: 20rpx; + padding: 24rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -91,8 +93,8 @@ } .project .content .bottom .title { color: #333; - font-size: 30rpx; - width: 94%; + font-size: 32rpx; + width: 102%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -104,6 +106,7 @@ display: flex; align-items: center; justify-content: space-between; + margin-top: 20rpx; } .project .content .bottom .info .left { display: flex; @@ -118,13 +121,12 @@ top: 2rpx; } .project .content .bottom .info .left .name { - font-size: 22rpx; + font-size: 20rpx; color:#aaa; } .project .content .bottom .info .right { color: #aaa; font-size: 20rpx; - padding-right: 40rpx; } /* 自定义轮播指示点样式 */ diff --git a/epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxss b/epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxss index efad510..0da26bc 100644 --- a/epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxss +++ b/epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxss @@ -7,7 +7,7 @@ width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; - grid-template-rows: 215rpx; + grid-template-rows: 190rpx; box-sizing: border-box; padding-bottom: 20rpx; } @@ -18,11 +18,11 @@ align-items: center; } .item image { - width:126rpx; - height:126rpx; + width:110rpx; + height:110rpx; } .item .name { - font-size: 28rpx; + font-size: 26rpx; color: #3f3f3f; margin-top: 10rpx; } diff --git a/epdc-resident-mp-yushan/pages/property/property.wxml b/epdc-resident-mp-yushan/pages/property/property.wxml index 5047e0b..33bc075 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}} diff --git a/epdc-resident-mp-yushan/pages/property/property.wxss b/epdc-resident-mp-yushan/pages/property/property.wxss index f7a7893..94ec73f 100644 --- a/epdc-resident-mp-yushan/pages/property/property.wxss +++ b/epdc-resident-mp-yushan/pages/property/property.wxss @@ -57,6 +57,7 @@ page { white-space: nowrap; margin:0 auto; -webkit-overflow-scrolling: touch; + position: relative; } .tab-item{ height: 100%; diff --git a/epdc-resident-mp-yushan/subpages/education/components/newsList/newsList.wxss b/epdc-resident-mp-yushan/subpages/education/components/newsList/newsList.wxss index dfed5e8..9d4a383 100644 --- a/epdc-resident-mp-yushan/subpages/education/components/newsList/newsList.wxss +++ b/epdc-resident-mp-yushan/subpages/education/components/newsList/newsList.wxss @@ -15,7 +15,7 @@ justify-content: space-between; } .news-list .list-item .right { - width: calc(100% - 50rpx - 220rpx); + width: calc(100% - 30rpx - 210rpx); height: 146rpx; } .news-list .list-item .right .title { @@ -53,8 +53,8 @@ text-align: left; } .news-list .list-item .left { - width: 250rpx; - height: 146rpx; + width: 210rpx; + height: 150rpx; border-radius: 12rpx; overflow: hidden; } diff --git a/epdc-resident-mp-yushan/subpages/education/pages/class/class.wxss b/epdc-resident-mp-yushan/subpages/education/pages/class/class.wxss index da7a224..eb37fda 100644 --- a/epdc-resident-mp-yushan/subpages/education/pages/class/class.wxss +++ b/epdc-resident-mp-yushan/subpages/education/pages/class/class.wxss @@ -76,7 +76,7 @@ page { text-align: center; margin:0 auto; height: 80%; - font-size: 25rpx; + font-size: 28rpx; line-height: 100rpx; padding: 0 20rpx; color: #999; diff --git a/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml b/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml index 2b1b18c..a2f7193 100644 --- a/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml +++ b/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml @@ -8,7 +8,7 @@ - + {{item.categoryName}} diff --git a/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxss b/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxss index 1a8b4db..de609be 100644 --- a/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxss +++ b/epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxss @@ -76,7 +76,7 @@ page { text-align: center; margin:0 auto; height: 80%; - font-size: 25rpx; + font-size: 28rpx; line-height: 100rpx; padding: 0 20rpx; color: #999; diff --git a/epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml b/epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml index ced02ae..565a3ff 100644 --- a/epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml +++ b/epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml @@ -7,7 +7,7 @@ 兴趣爱好 - + diff --git a/epdc-resident-mp-yushan/subpages/education/pages/index/index.wxss b/epdc-resident-mp-yushan/subpages/education/pages/index/index.wxss index 277c9b4..28a2098 100644 --- a/epdc-resident-mp-yushan/subpages/education/pages/index/index.wxss +++ b/epdc-resident-mp-yushan/subpages/education/pages/index/index.wxss @@ -42,7 +42,7 @@ page { } .img{ - height: 250rpx; + height: calc(96vw / 350 * 107); width: 96%; margin: 0 auto; display: block; diff --git a/epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss b/epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss index 7f84fde..ba5b967 100644 --- a/epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss +++ b/epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss @@ -8,11 +8,16 @@ width: 94%; height: 320rpx; margin:0 auto; + border-radius: 10px; + overflow:hidden; + transform: translateY(0); + box-shadow: 0 10rpx 5px #999; } .banner-item { width: 100%; height: 320rpx; position: relative; + border-radius: 10px; } .banner-item .banner-img { position: absolute; @@ -20,6 +25,7 @@ top: 0; width: 100%; height: 100%; + border-radius: 10px; } .banner-item .banner-content { position: relative; @@ -30,6 +36,7 @@ z-index: 100; display: flex; align-items: flex-end; + border-radius: 10px; } .banner-item .banner-content .title { width: 100%; diff --git a/epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss b/epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss index 129432b..ed5e7a7 100644 --- a/epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss +++ b/epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss @@ -36,8 +36,8 @@ .police-pic{ width: 100rpx; height: 140rpx; - border-radius: 60px; - padding: 20rpx; + border-radius: 10px; + margin: 20rpx; } .group-detail{ width: 50%; diff --git a/epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxss b/epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxss index b12e591..4b8fa0e 100644 --- a/epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxss +++ b/epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxss @@ -42,7 +42,7 @@ page { } .consult{ width: 100%; - height: 180rpx; + height: calc(96vw / 353 * 78); background-color: #fff; padding:10rpx 0; }