锦水居民端小程序
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.

52 lines
1018 B

5 years ago
page {
background: #f7f7f7;
}
.list-item {
width: 100%;
padding: 40rpx 28rpx;
margin-top: 16rpx;
background: #fff;
5 years ago
box-sizing: border-box;
5 years ago
}
.list-item .name {
5 years ago
/* width: calc(100% - 56rpx); */
5 years ago
font-size: 34rpx;
font-weight: 500;
color: rgba(51, 51, 51, 1);
line-height: 50rpx;
}
.list-item .info {
5 years ago
/* margin-top: 15rpx;
5 years ago
width: calc(100% - 56rpx);
font-size: 28rpx;
font-weight: 500;
color: rgba(153, 153, 153, 1);
line-height: 44rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
5 years ago
overflow: hidden; */
margin-top: 15rpx;
/* width: calc(100% - 56rpx); */
5 years ago
/* height: 75rpx; */
5 years ago
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
.list-item .info rich-text {
/* width:100%; */
line-height: 44rpx;
display: -webkit-box;
5 years ago
overflow: hidden;
5 years ago
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
5 years ago
}