118 lines
1.8 KiB
Plaintext
118 lines
1.8 KiB
Plaintext
._recom_html {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
._m_vi_pl_swiper {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1999;
|
|
}
|
|
|
|
._m_v_w_video_player {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
._m_v_w_it_main {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
._m_v_w_it_ma_cover {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
._m_v_w_v_operate_l {
|
|
position: absolute;
|
|
right: 32rpx;
|
|
bottom: 154rpx;
|
|
z-index: 2;
|
|
}
|
|
|
|
._m_vv_oper_l_col_w {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
._m_vv_oper_l_collect {
|
|
width: 68rpx;
|
|
height: 68rpx;
|
|
}
|
|
|
|
._m_vv_oper_l_col_sss {
|
|
display: flex;
|
|
line-height: 1;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
._m_vv_oper_l_col_s_text {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._m_v_ww_info_vo {
|
|
position: absolute;
|
|
left: 32rpx;
|
|
bottom: 66rpx;
|
|
width: 80%;
|
|
z-index: 2;
|
|
}
|
|
|
|
._m_v_ww_in_vooo_title {
|
|
display: flex;
|
|
line-height: 1;
|
|
}
|
|
|
|
._m_v_ww_in_vooo_ti_text {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
}
|
|
|
|
._m_v_ww_in_lll_num {
|
|
display: flex;
|
|
line-height: 1;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
._m_v_ww_in_l_n_current {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
color: #fff;
|
|
}
|
|
|
|
._m_v_ww_in_l_n_all {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
color: #fff;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
._m_v_ww_in_ttt_tips {
|
|
display: flex;
|
|
width: 100%;
|
|
line-height: 1;
|
|
margin-top: 26rpx;
|
|
}
|
|
|
|
._m_v_ww_in_ttt_t_text {
|
|
display: -webkit-box;
|
|
width: 100%;
|
|
font-weight: 300;
|
|
line-height: 1.5;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
/* 设置为想要的行数 */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |