card-mini/packagecard/moments/list/momentslist.wxss

87 lines
1.4 KiB
Plaintext
Raw Normal View History

/* 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;
2021-08-12 09:22:40 +08:00
}
.item-box {
margin: 7.5rpx 15rpx 7.5rpx 15rpx;
}
.item-box:nth-child(1) {
margin: 15rpx 15rpx 7.5rpx 15rpx;
}
.movie-box {
display: flex;
width: 100%;
border-radius: 10rpx;
height: 350rpx;
flex-direction: row;
align-items: center;
justify-content: center;
}
.movie-box image {
border-radius: 10rpx;
width: 100%;
height: 350rpx;
}
.column-item {
margin: 0rpx;
padding: 7.5rpx 15rpx 7.5rpx 15rpx;
}
.column-item:nth-child(1) {
padding: 15rpx 15rpx 7.5rpx 15rpx;
}
.column-item:last-child {
padding: 7.5rpx 15rpx 15rpx 15rpx;
}