136 lines
2.3 KiB
Plaintext
136 lines
2.3 KiB
Plaintext
/* e:\project\dy_video_all\初晴剧场\pages\consumption\consumption.ttss */
|
|
|
|
._consumption_html {
|
|
width: 100%;
|
|
padding-bottom: 80rpx;
|
|
}
|
|
|
|
._consumption_content {
|
|
width: 100%;
|
|
}
|
|
|
|
._consumption_c_list {
|
|
padding: 32rpx 32rpx 0;
|
|
}
|
|
|
|
._consumption_c_li_item {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 356rpx;
|
|
padding: 28rpx 32rpx;
|
|
background-color: #272A30;
|
|
border-radius: 16rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
._consumption_c_li_item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
._consumption_c_li_it_le_cover {
|
|
width: 240rpx;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.__cum_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
._consumption_c_li_it_right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding-left: 26rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_title {
|
|
display: flex;
|
|
width: 100%;
|
|
line-height: 1;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_ti_text {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_timer {
|
|
display: flex;
|
|
width: 100%;
|
|
line-height: 1;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_tim_text {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_detail {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_de_text {
|
|
display: -webkit-box;
|
|
width: 100%;
|
|
line-height: 1.5;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
/* 设置为想要的行数 */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 56rpx;
|
|
background-color: #5BBE04;
|
|
border-radius: 56rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
._consumption_c_li_it_r_t_bt_text {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._consumption_empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 32rpx;
|
|
padding-top: 398rpx;
|
|
}
|
|
|
|
._consumption_em_img {
|
|
width: 540rpx;
|
|
height: 284rpx;
|
|
}
|
|
|
|
._consumption_em_tips {
|
|
display: flex;
|
|
line-height: 1;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
._consumption_em_ti_text {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
} |