锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
741 B

page {
background: #f7f7f7;
}
.list-item {
margin-top: 16rpx;
background: #fff;
height: 196rpx;
width: 100%;
padding: 0 30rpx;
box-sizing: border-box;
}
.list-item .top {
width: 100%;
height: 90rpx;
border-bottom: 1rpx solid #f7f7f7;
font-size: 34rpx;
font-weight: bold;
color: rgba(51, 51, 51, 1);
line-height: 90rpx;
}
.list-item .bottom {
width: 100%;
height: 106rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.list-item .bottom .name {
height: 106rpx;
line-height: 106rpx;
font-size: 34rpx;
font-weight: 500;
color: rgba(119, 119, 119, 1);
}
.list-item .bottom image {
width: 156rpx;
height: 56rpx;
}