You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
820 B
Plaintext

.x-collapse-txt, .x-collapse-ctxt {
line-height: 40rpx;
font-size: 28rpx;
margin-top: -24rpx;
display: -webkit-box;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
}
.x-collapse-open {
display: block;
}
.x-collapse-btn-wrap {
display: flex;
justify-content: flex-end;
}
.x-collapse-btn {
font-size: 28rpx;
width: 60rpx;
line-height: 60rpx;
color: #5b6a91;
}
.x-p {
position: fixed;
top: 200%;
z-index: -10;
}
.imgs{
width: calc(25vw - 17px);
height: calc(25vw - 17px) ;
border-radius:4px;margin-right: 12px;margin-bottom: 8px;
}
.bt1{
border-top: 1rpx solid #eee;
}
.over5{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}