44 lines
752 B
Plaintext
44 lines
752 B
Plaintext
.index-list{
|
|
padding-bottom: 120rpx;
|
|
}
|
|
.index-item{
|
|
background: #fff;
|
|
margin: 10px;
|
|
padding: 15rpx;
|
|
border: 2rpx solid #e6e6e6;
|
|
border-radius: 10rpx;
|
|
}
|
|
.index-item cover-image{
|
|
float: left;
|
|
width: 210rpx;
|
|
height: 150rpx;
|
|
border-radius: 10rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
.index-item>cover-view{
|
|
float: left;
|
|
width: 62%;
|
|
padding: 0 15rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
.title{
|
|
font-weight: bold;
|
|
padding: 0 10rpx 10rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.time,.content{
|
|
line-height: 35rpx;
|
|
padding: 0 10rpx 0rpx;
|
|
font-size: 25rpx;
|
|
color:rgb(122, 122, 122);
|
|
font-size: 24rpx;
|
|
}
|
|
.content{
|
|
padding-bottom: 0;
|
|
overflow: hidden;
|
|
word-wrap:break-word;
|
|
white-space: initial;
|
|
text-overflow:ellipsis;
|
|
overflow:hidden;
|
|
height: 70rpx;
|
|
} |