48 lines
908 B
SCSS
48 lines
908 B
SCSS
.xw_content {
|
|
background: #FFFFFF;
|
|
border: 1rpx solid #EEEEEE;
|
|
display: flex;
|
|
padding: 29rpx 19rpx;
|
|
|
|
.xw_right {
|
|
padding-left: 19rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.xw_title {
|
|
font-size: 30rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: bold;
|
|
color: #3E3E3E;
|
|
line-height: 42rpx;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.xw_time {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #969696;
|
|
line-height: 33rpx;
|
|
|
|
}
|
|
|
|
.xw_place {
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.cj_tags {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #969696;
|
|
line-height: 33rpx;
|
|
padding-right: 10rpx;
|
|
margin-top: 35rpx;
|
|
}
|
|
}
|
|
} |