Browse Source

样式优化

feature/style
liushaowen 5 years ago
parent
commit
66e08309ec
  1. 4
      epdc-resident-mp-yushan/pages/heart/heart.wxss
  2. 12
      epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss
  3. 2
      epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss
  4. 4
      epdc-resident-mp-yushan/pages/index/components/project/project.wxss
  5. 10
      epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss
  6. 2
      epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss

4
epdc-resident-mp-yushan/pages/heart/heart.wxss

@ -107,8 +107,8 @@ button:last-child{
height: 300rpx;
display: flex;
width: 100%;
border-radius: 16rpx;
box-shadow: 0 10rpx 5px #999;
border-radius: 10rpx;
box-shadow: 0 10rpx 5px #ccc;
}
.dots {
display: flex;

12
epdc-resident-mp-yushan/pages/index/components/banner/banner.wxss

@ -2,13 +2,13 @@
width: 94%;
height: 320rpx;
margin:0 auto;
box-shadow: 0 10rpx 5px #999;
border-radius: 10px;
box-shadow: 0 10rpx 5px #ccc;
border-radius: 12rpx;
}
.banner swiper {
width: 100%;
height: 320rpx;
border-radius: 10px;
border-radius: 12rpx;
overflow:hidden;
transform: translateY(0);
}
@ -16,7 +16,7 @@
width: 100%;
height: 320rpx;
position: relative;
border-radius: 10px;
border-radius: 12rpx;
}
.banner-item .banner-img {
position: absolute;
@ -24,7 +24,7 @@
top: 0;
width: 100%;
height: 100%;
border-radius: 10px;
border-radius: 12rpx;
}
.banner-item .banner-content {
position: relative;
@ -35,7 +35,7 @@
z-index: 100;
display: flex;
align-items: flex-end;
border-radius: 10px;
border-radius: 12rpx;
}
.banner-item .banner-content .title {
width: 100%;

2
epdc-resident-mp-yushan/pages/index/components/newsList/newsList.wxss

@ -55,7 +55,7 @@
.news-list .list-item .left {
width: 220rpx;
height: 146rpx;
border-radius: 12rpx;
border-radius: 10rpx;
overflow: hidden;
}
.news-list .list-item .left image {

4
epdc-resident-mp-yushan/pages/index/components/project/project.wxss

@ -42,7 +42,7 @@
left: 0;
top: 0;
z-index: 10;
border-radius: 10px 10px 0 0;
border-radius: 10rpx 10rpx 0 0;
}
.project .content .top .top-content {
width: 100%;
@ -56,7 +56,7 @@
.project .content .top .top-content .project-status {
width: 110rpx;
height: 42rpx;
border-radius: 10px 0 0 0;
border-radius: 10rpx 0 0 0;
}
.progress {
height: 36rpx;

10
epdc-resident-mp-yushan/subpages/safety/components/banner/banner.wxss

@ -8,16 +8,16 @@
width: 94%;
height: 320rpx;
margin:0 auto;
border-radius: 10px;
border-radius: 10rpx;
overflow:hidden;
transform: translateY(0);
box-shadow: 0 10rpx 5px #999;
box-shadow: 0 10rpx 5px #ccc;
}
.banner-item {
width: 100%;
height: 320rpx;
position: relative;
border-radius: 10px;
border-radius: 10rpx;
}
.banner-item .banner-img {
position: absolute;
@ -25,7 +25,7 @@
top: 0;
width: 100%;
height: 100%;
border-radius: 10px;
border-radius: 10rpx;
}
.banner-item .banner-content {
position: relative;
@ -36,7 +36,7 @@
z-index: 100;
display: flex;
align-items: flex-end;
border-radius: 10px;
border-radius: 10rpx;
}
.banner-item .banner-content .title {
width: 100%;

2
epdc-resident-mp-yushan/subpages/safety/components/policeInfo/policeInfo.wxss

@ -36,7 +36,7 @@
.police-pic{
width: 100rpx;
height: 140rpx;
border-radius: 10px;
border-radius: 10rpx;
margin: 20rpx;
}
.group-detail{

Loading…
Cancel
Save