50 lines
820 B
Plaintext
50 lines
820 B
Plaintext
/* pages/moments/list/momentslist.wxss */
|
|
|
|
.box {
|
|
margin: 0rpx 10rpx;
|
|
}
|
|
|
|
.text_box {
|
|
width: 100%;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.textFour_box {
|
|
width: 100%;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
line-height: 26px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.toggle-icon {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
}
|
|
|
|
.text_toggloe_box {
|
|
display: flex;
|
|
justify-content: left;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.text_toggle_text {
|
|
font-size: 30rpx;
|
|
line-height: 32rpx;
|
|
margin-right: 10rpx;
|
|
color: black;
|
|
}
|
|
|
|
.three {
|
|
text-overflow: -o-ellipsis-lastline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 3;
|
|
line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
} |