2024-10-22 10:29:07 +08:00

323 lines
5.4 KiB
Plaintext

page {
background-color: #080B16;
}
._theater_html {
/* padding-bottom: 186rpx; */
padding-bottom: 80rpx;
}
._theater_header {
display: flex;
justify-content: flex-end;
padding: 20rpx 52rpx 38rpx;
}
._theater_hea_img {
width: 36rpx;
height: 36rpx;
}
._theater_hea_im_icon {
display: block;
width: 100%;
height: 100%;
}
._theater_swi_warp {
height: 712rpx;
}
._theater_swi_item {
padding: 76rpx 20rpx;
box-sizing: border-box;
border-radius: 12rpx;
overflow: hidden;
}
._theater_swi_it_warp {
position: relative;
width: 100%;
height: 100%;
transform: scaleY(1);
transition: transform 0.5s;
}
._theater_swi_it_warp.active {
transform: scaleY(1.2);
transition: transform 0.5s;
}
._theater_swi_it_wa_img {
display: block;
width: 100%;
height: 100%;
border-radius: 12rpx;
}
._theater_swi_it__play {
position: absolute;
left: 50%;
bottom: 52rpx;
display: flex;
justify-content: center;
align-items: center;
width: 180rpx;
height: 52rpx;
transform: translateX(-50%);
border-radius: 8rpx;
background-color: #fff;
}
._theater_swi_it__pl_text {
font-size: 24rpx;
color: #5BBE04;
font-weight: 600;
}
._theater_swi_indicator {
display: flex;
justify-content: center;
padding-top: 10rpx;
}
/* ._theater_modul_one {
padding-top: 30rpx;
} */
._theater_swi_ind_item {
width: 16rpx;
height: 16rpx;
border-radius: 16rpx;
background-color: rgba(255, 255, 255, 0.10);
margin-right: 16rpx;
transition: width 0.5s;
}
._theater_swi_ind_item:last-child {
margin-right: 0;
}
._theater_swi_ind_item.ind_active {
width: 32rpx;
/* transform: scaleX(2); */
background-color: #5BBE04;
transition: width 0.5s;
}
._mo_one_header {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 32rpx 36rpx;
}
._mo_one_hea_title {
font-size: 32rpx;
color: #fff;
line-height: 1;
font-weight: 600;
}
._mo_one_hea_more {
font-size: 24rpx;
color: #999999;
cursor: pointer;
}
._mo_one_content {
padding-left: 32rpx;
padding-right: 16rpx;
}
._mo_one_con_list {
display: flex;
flex-wrap: wrap;
}
._mo_one_con_li_item {
width: 33.33%;
padding-right: 16rpx;
margin-bottom: 36rpx;
}
._mo_one_con_li_it_warp {
width: 100%;
}
._mo_one_con_li_it_wa_cover {
position: relative;
width: 100%;
height: 304rpx;
}
._mo_one_con_li_it_wa_cover .__wa_img {
display: block;
width: 100%;
height: 100%;
border-radius: 16rpx;
}
._mo_one_con_li_it_wa_co_tag {
position: absolute;
top: -4rpx;
left: 8rpx;
width: 56rpx;
height: 84rpx;
z-index: 1;
}
._mo_one_con_li_it_wa_co_ta_icon {
position: absolute;
z-index: -1;
display: block;
width: 100%;
height: 100%;
}
._mo_one_con_li_it_wa_co_t_idx {
display: inline-block;
font-size: 40rpx;
color: #fff;
font-weight: 600;
margin-left: 8rpx;
margin-top: 8rpx;
}
._mo_3_con_li_it_wa_co_tag {
position: absolute;
right: -4rpx;
top: 0;
display: flex;
justify-content: center;
align-items: center;
width: 60rpx;
height: 28rpx;
background-color: #FF6600;
border-radius: 4rpx 0 0 4rpx;
}
._mo_one_con_li_it_w_c_ta.bg_color {
background-color: #FF0000;
}
._mo_3_con_li_it_wa_co_ta_text {
font-size: 16rpx;
color: #fff;
}
._mo_one_con_li_it_w_c_total {
position: absolute;
bottom: 0;
left: 0;
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
height: 48rpx;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
border-radius: 0rpx 0rpx 16rpx 16rpx;
padding-right: 20rpx;
}
._mo_one_con_li_it_w_c_tot_text {
line-height: 1;
font-size: 20rpx;
color: #fff;
}
._mo_one_con_li_it_w_c_ta {
position: absolute;
right: -4rpx;
top: 0;
display: flex;
justify-content: center;
align-items: center;
width: 60rpx;
height: 28rpx;
background-color: #FF6600;
border-radius: 4rpx 0 0 4rpx;
}
._mo_one_con_li_it_wa_co_ta_text {
font-size: 16rpx;
color: #fff;
}
._mo_one_con_li_it_wa_title {
width: 100%;
line-height: 1;
margin-top: 16rpx;
}
._mo_one_con_li_it_wa_ti_text {
width: 100%;
display: inline-block;
font-size: 28rpx;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
._mo_so_header {
padding: 0 32rpx;
}
._mo_so_he_scr {
height: 126rpx;
padding: 30rpx 0 40rpx;
box-sizing: border-box;
}
._mo_so_he_scr_warp {
display: inline-block;
height: 56rpx;
padding: 0 28rpx;
background-color: #272A30;
margin-right: 32rpx;
cursor: pointer;
border-radius: 10rpx;
}
._mo_so_he_scr_warp_flex {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
._mo_so_he_scr_warp:last-child {
margin-right: 0;
}
._mo_so_he_scr_warp._bg_active {
background-color: #5BBE04;
}
._mo_so_he_scr_wa_text {
color: #fff;
font-size: 24rpx;
line-height: 1;
}
._search_con_empty {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 30rpx;
}
._search_c_e_img {
width: 438rpx;
height: 340rpx;
}
._search_c_e_tips {
margin-top: 56rpx;
}
._search_c_e_t_text {
font-size: 32rpx;
color: #fff;
}