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.
68 lines
1.0 KiB
68 lines
1.0 KiB
.middle {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 40rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ededed;
|
|
border-top: 1px solid #ededed;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.author-date {
|
|
margin: 10rpx 0 20rpx 10rpx;
|
|
}
|
|
|
|
.author {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
vertical-align: middle; /*垂直居中*/
|
|
}
|
|
|
|
.date {
|
|
margin-left: 20rpx;
|
|
vertical-align: middle;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.post-image {
|
|
width: 100%;
|
|
height: 340rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.content {
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-left: 20rpx;
|
|
letter-spacing: 2rpx; /*文本间距*/
|
|
line-height: 40rpx; /*文本行高*/
|
|
}
|
|
|
|
.like{
|
|
font-size: 26rpx;
|
|
flex-direction: row;
|
|
line-height: 16rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.like-image{
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-right: 8px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.like-font{
|
|
vertical-align: middle;
|
|
margin-right: 20rpx;
|
|
} |