81 lines
1.2 KiB
Plaintext
Executable File
81 lines
1.2 KiB
Plaintext
Executable File
.box {
|
|
margin: 0rpx 10rpx;
|
|
}
|
|
|
|
.text_box {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.textFour_box,.text_box {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
width: 100%;
|
|
}
|
|
|
|
.textFour_box {
|
|
line-height: 26px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.toggle-icon {
|
|
height: 25rpx;
|
|
width: 25rpx;
|
|
}
|
|
|
|
.text_toggloe_box {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: left;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.text_toggle_text {
|
|
color: #000;
|
|
font-size: 30rpx;
|
|
line-height: 32rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.three {
|
|
line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: -o-ellipsis-lastline;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.item-box {
|
|
margin: 7.5rpx 15rpx;
|
|
}
|
|
|
|
.item-box:nth-child(1) {
|
|
margin: 15rpx 15rpx 7.5rpx;
|
|
}
|
|
|
|
.movie-box {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
.movie-box,.movie-box image {
|
|
border-radius: 10rpx;
|
|
height: 350rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.column-item {
|
|
margin: 0rpx;
|
|
padding: 7.5rpx 15rpx;
|
|
}
|
|
|
|
.column-item:nth-child(1) {
|
|
padding: 15rpx 15rpx 7.5rpx;
|
|
}
|
|
|
|
.column-item:last-child {
|
|
padding: 7.5rpx 15rpx 15rpx;
|
|
} |