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
1012 B
52 lines
1012 B
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.list-item {
|
|
width: 100%;
|
|
padding: 40rpx 28rpx;
|
|
margin-top: 16rpx;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list-item .name {
|
|
/* width: calc(100% - 56rpx); */
|
|
font-size: 34rpx;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.list-item .info {
|
|
/* margin-top: 15rpx;
|
|
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;
|
|
overflow: hidden; */
|
|
|
|
margin-top: 15rpx;
|
|
/* width: calc(100% - 56rpx); */
|
|
height: 75rpx;
|
|
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;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|