701 lines
12 KiB
Plaintext
701 lines
12 KiB
Plaintext
/* e:\project\dy_video_all\初晴剧场\pages\home\home.ttss */
|
|
|
|
page {
|
|
background-color: #080B16;
|
|
}
|
|
|
|
._home_html {
|
|
/* padding-bottom: 166rpx; */
|
|
padding-bottom: 80rpx;
|
|
}
|
|
|
|
._home_header {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding: 20rpx 52rpx 38rpx;
|
|
}
|
|
|
|
._home_hea_img {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
|
|
._home_hea_im_icon {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
._heome_swi_warp {
|
|
height: 712rpx;
|
|
}
|
|
|
|
._home_swi_item {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
/* padding: 76rpx 20rpx; */
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 12rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
._home_swi_it_ppp {
|
|
position: relative;
|
|
width: 100%;
|
|
/* height: 100%; */
|
|
}
|
|
|
|
._home_swi_it_warp {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 561rpx;
|
|
/* transform: scaleY(1); */
|
|
/* transition: transform 0.5s; */
|
|
transition: height 0.5s;
|
|
}
|
|
|
|
._wk_it_op_ac ._home_swi_it_warp {
|
|
/* transform: scaleY(1.2); */
|
|
height: 712rpx;
|
|
/* transition: transform 0.5s; */
|
|
transition: height 0.5s;
|
|
}
|
|
|
|
._home_swi_it_wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
._home_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;
|
|
opacity: 0;
|
|
transition: opacity 1s;
|
|
}
|
|
|
|
._wk_it_op_ac ._home_swi_it__play {
|
|
opacity: 1;
|
|
transition: opacity 1s;
|
|
}
|
|
|
|
._home_swi_it__pl_text {
|
|
font-size: 24rpx;
|
|
color: #5BBE04;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._heome_swi_indicator {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
._heome_swi_ind_item {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 16rpx;
|
|
background-color: rgba(255, 255, 255, 0.10);
|
|
margin-right: 16rpx;
|
|
transition: width 0.8s;
|
|
}
|
|
|
|
._heome_swi_ind_item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
._heome_swi_ind_item.ind_active {
|
|
width: 32rpx;
|
|
/* transform: scaleX(2); */
|
|
background-color: #5BBE04;
|
|
transition: width 0.8s;
|
|
}
|
|
|
|
._home_modul_1 {
|
|
padding-top: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
._mo_1_header {
|
|
padding: 30rpx 32rpx 36rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
._mo_1_hea_title {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._mo_1_body {
|
|
padding: 0 16rpx 0 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
._mo_1_bo_list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
}
|
|
|
|
._mo_1__li_warp {
|
|
width: 33.333%;
|
|
padding-right: 16rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
._mo_1__li_wa_item {
|
|
width: 100%;
|
|
height: 304rpx;
|
|
}
|
|
|
|
._mo_1__li_wa_item .__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._mo_2_header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 28rpx 32rpx 36rpx;
|
|
}
|
|
|
|
._mo_2_hea_more {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
._mo_2_hea_title {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._mo_2_scroll_view_H {
|
|
white-space: nowrap;
|
|
height: 458rpx;
|
|
padding-left: 32rpx;
|
|
box-sizing: border-box;
|
|
padding-right: 32rpx;
|
|
}
|
|
|
|
._mo_2_scr_con_i {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding-top: 84rpx;
|
|
}
|
|
|
|
._mo_2_scr_con_i:last-child ._mo_2_scr__i_k {
|
|
padding-right: 0;
|
|
}
|
|
|
|
._mo_2_scr_wa_other {
|
|
position: absolute;
|
|
top: 52rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
._mo_2_scr__o_round {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
background-color: #5BBE04;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
._mo_2_scr__o_tips {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: -50rpx;
|
|
left: 50%;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
._mo_2_scr__o_tips_0 {
|
|
background: linear-gradient(180deg, #FA0D52 0%, #FE7B64 100%);
|
|
}
|
|
|
|
._mo_2_scr__o_tips_1 {
|
|
background: linear-gradient(180deg, #FF6E4B 0%, #FEB25E 100%);
|
|
}
|
|
|
|
._mo_2_scr__o_tips_2 {
|
|
background: linear-gradient(180deg, #FFB645 0%, #FFDB85 100%);
|
|
}
|
|
|
|
._mo_2_scr__o_tips_large {
|
|
background: #21242E;
|
|
}
|
|
|
|
._mo_2_scr__o_tips_text {
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
._mo_2_scr__i_k {
|
|
padding-right: 16rpx;
|
|
}
|
|
|
|
/* ._mo_2_scr__i_k:last-child {
|
|
padding-right: 0;
|
|
} */
|
|
|
|
._mo_2_scr_warp {
|
|
width: 200rpx;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
._mo_2_scr_wa_img {
|
|
/* width: 200rpx; */
|
|
width: 100%;
|
|
height: 280rpx;
|
|
}
|
|
|
|
._mo_2_scr_wa_img .__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._mo_2_scr_wa_btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
._mo_2_scr__b_subscribe {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 136rpx;
|
|
height: 40rpx;
|
|
border-radius: 20rpx;
|
|
background: linear-gradient(90deg, #5BBE04 0%, #04BE55 100%);
|
|
cursor: pointer;
|
|
}
|
|
|
|
._mo_2_scr__b_subscribe._with_bg_color {
|
|
background: rgba(255, 255, 255, 0.10)
|
|
}
|
|
|
|
._mo_2_scr__b_su_text {
|
|
line-height: 1;
|
|
font-size: 20rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._with_bg_color ._mo_2_scr__b_su_text {
|
|
color: #999;
|
|
}
|
|
|
|
._mo_3_header {
|
|
padding: 28rpx 32rpx 36rpx;
|
|
}
|
|
|
|
._mo_3_hea_title {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._mo_3_content {
|
|
padding-left: 32rpx;
|
|
padding-right: 16rpx;
|
|
}
|
|
|
|
._mo_3_con_list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
._mo_3_con_li_item {
|
|
width: 33.33%;
|
|
padding-right: 16rpx;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
|
|
._mo_3_con_li_it_warp {
|
|
width: 100%;
|
|
}
|
|
|
|
._mo_3_con_li_it_wa_cover {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 304rpx;
|
|
}
|
|
|
|
._mo_3_con_li_it_wa_cover .__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._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_3_con_li_it_wa_co_tag.bg_color {
|
|
background-color: #FF0000;
|
|
}
|
|
|
|
._mo_3_con_li_it_wa_co_ta_text {
|
|
font-size: 16rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._mo_3_con_li_it_wa_title {
|
|
width: 100%;
|
|
line-height: 1;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
._mo_3_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_4_header {
|
|
padding: 24rpx 32rpx 36rpx;
|
|
}
|
|
|
|
._mo_4_hea_title {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._mo_4_content {
|
|
padding-left: 32rpx;
|
|
padding-right: 18rpx;
|
|
}
|
|
|
|
._mo_4_con_list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
._mo_4_con_li_item {
|
|
width: 50%;
|
|
padding-right: 14rpx;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_warp {
|
|
width: 100%;
|
|
background-color: #272A30;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_cover {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 472rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_cover .__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 16rpx 16rpx 0 0;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_co_tag {
|
|
position: absolute;
|
|
right: -4rpx;
|
|
top: 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 92rpx;
|
|
height: 44rpx;
|
|
background-color: #FF6600;
|
|
border-radius: 8rpx 0 0 8rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_co_tag._bg_active_color {
|
|
background-color: #FF0000;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_co_ta_text {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_info {
|
|
padding: 24rpx 18rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_in_title {
|
|
width: 100%;
|
|
line-height: 1;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_in_ti_text {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_in_description {
|
|
width: 100%;
|
|
line-height: 1;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
._mo_4_con_li_it_wa_in_des_text {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
._mo_5_header {
|
|
padding: 24rpx 32rpx 36rpx;
|
|
}
|
|
|
|
._mo_5_hea_title {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
}
|
|
|
|
._mo_5_content {
|
|
padding: 0 32rpx;
|
|
}
|
|
|
|
._mo_5_con_li_item {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 448rpx;
|
|
background-color: #272A30;
|
|
border-radius: 16rpx;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
/* ._mo_5_con_li_item:last-child {
|
|
margin-bottom: 0;
|
|
} */
|
|
|
|
._mo_5_con_li_it_left {
|
|
position: relative;
|
|
width: 336rpx;
|
|
height: 100%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
._mo_5_con_li_it_left>.__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._mo_5_con_li_it_le_ta_num {
|
|
line-height: 1;
|
|
}
|
|
|
|
._mo_5_con_li_it_le_ta_n_text {
|
|
font-size: 16rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._mo_5_con_li_it_le_tag {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* width: 60rpx; */
|
|
padding: 0 10rpx;
|
|
height: 92rpx;
|
|
background-color: rgba(91, 190, 4, 0.6);
|
|
border-radius: 0 16rpx 0 16rpx;
|
|
}
|
|
|
|
._mo_5_con_li_it_le_ta_icon {
|
|
width: 32rpx;
|
|
height: 34rpx;
|
|
}
|
|
|
|
._mo_5_con_li_it_le_ta_icon .__wa_img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
._mo_5_con_li_it_right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 32rpx 24rpx;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_info {
|
|
width: 100%;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_title {
|
|
width: 100%;
|
|
line-height: 1;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_ti_text {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_description {
|
|
width: 100%;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_des_text {
|
|
display: -webkit-box;
|
|
width: 100%;
|
|
line-height: 1.5;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 5;
|
|
/* 设置为想要的行数 */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_button {
|
|
width: 100%;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_warp {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 56rpx;
|
|
border-radius: 56rpx;
|
|
background: linear-gradient(90deg, #5BBE04 0%, #04BE55 100%);
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_wa_text {
|
|
font-size: 20rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_wa_icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 32rpx;
|
|
width: 32rpx;
|
|
height: 34rpx;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_wa_icon .__wa_img {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_wa_no {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 56rpx;
|
|
border-radius: 56rpx;
|
|
background: rgba(255, 255, 255, 0.10);
|
|
}
|
|
|
|
._mo_5_con_li_it_ri_btn_wa_no_text {
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
._mo_5_loadong {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
._mo_5_load_name {
|
|
display: flex;
|
|
line-height: 1;
|
|
}
|
|
|
|
._mo_5_load_na_test {
|
|
font-size: 32rpx;
|
|
color: rgba(255, 255, 255, 0.3);
|
|
} |