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.
120 lines
2.4 KiB
120 lines
2.4 KiB
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
/* 列表样式 */
|
|
|
|
.list-all {
|
|
/* width: calc(100% - 48rpx);
|
|
margin-left: 21rpx;
|
|
margin-top: 50rpx;*/
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list-all .list-item {
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
margin-top: 16rpx;
|
|
padding: 40rpx 18rpx 30rpx 16rpx;
|
|
display: flex;
|
|
/* align-items: center; */
|
|
}
|
|
|
|
.list-all .list-item:first-child {
|
|
border-top: 1rpx solid #eaeaea;
|
|
}
|
|
|
|
.list-all .list-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.list-all .list-item .item-info {
|
|
width: calc(100% - 220rpx);
|
|
height: 146rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.list-all .list-item .item-info .item-info-name {
|
|
width: calc(100% - 47rpx);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: rgba(63, 63, 63, 1);
|
|
line-height: 50rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.list-all .list-item .item-info .item-info-time {
|
|
width: calc(100% - 47rpx);
|
|
height: 22rpx;
|
|
position: absolute;
|
|
bottom: 5rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
left: 22rpx;
|
|
}
|
|
|
|
.list-all .list-item .item-info .item-info-time text {
|
|
font-size: 22rpx;
|
|
font-weight: 500;
|
|
color: rgba(170, 170, 170, 1);
|
|
line-height: 22rpx;
|
|
}
|
|
|
|
.list-all .list-item image {
|
|
width: 220rpx;
|
|
height: 146rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.list-all .list-item .label {
|
|
position: absolute;
|
|
z-index: 999;
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
right: 45rpx;
|
|
}
|
|
|
|
.list-all .list-item .label image {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.list-all .list-item-2 {
|
|
width: 100%;
|
|
padding: 40rpx 28rpx;
|
|
margin-top: 16rpx;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list-all .list-item-2 .name {
|
|
font-size: 34rpx;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.list-all .list-item-2 .info {
|
|
margin-top: 15rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|
|
|
|
.list-all .list-item-2 .info text {
|
|
line-height: 46rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
font-size: 30rpx;
|
|
}
|