2024-01-25 13:47:25 +08:00

204 lines
2.9 KiB
Plaintext

page,
._index_container {
background-color: #F1F4FA;
}
._bao_xian {
position: fixed;
bottom: 200rpx;
right: 20rpx;
width: 200rpx;
height: 200rpx;
z-index: 100;
}
._bao_xian_image {
width: 100%;
height: 100%;
}
._bao_xian_icon_close {
position: absolute;
top: 0;
width: 30rpx;
height: 30rpx;
right: 0rpx;
}
._din_yue {
position: fixed;
top: 300rpx;
left: 20rpx;
width: 140rpx;
height: 140rpx;
z-index: 99;
}
._din_yue_icon_close {
position: absolute;
top: -30rpx;
left: 20rpx;
width: 30rpx;
height: 30rpx;
right: 0rpx;
}
._history_content {
position: fixed;
bottom: 30rpx;
z-index: 99;
}
.history_con_warp {
width: 100%;
/* height: 100rpx; */
justify-content: space-between;
}
._his_cover_image {
width: 88rpx;
height: 100rpx;
border-radius: 14rpx;
}
._his_info_name {
width: 160rpx;
line-height: 1;
font-size: 34rpx;
margin-top: 12rpx;
margin-bottom: 14rpx;
color: #fff;
text-overflow: ellipsis !important;
/* #ifndef APP-NVUE */
overflow: hidden !important;
white-space: nowrap !important;
}
._his_info_series {
line-height: 1;
font-size: 26rpx;
color: rgba(255, 255, 255, 0.8)
}
._his_con_w_right {
align-items: center;
}
._his_jixu {
width: 184rpx;
height: 68rpx;
background: #ffffff;
border-radius: 34rpx;
font-size: 30rpx;
color: #db601a;
line-height: 68rpx;
text-align: center;
}
._idx_page_serarch {
padding: 30rpx 40rpx;
}
._idx_page_ser_warp {
display: flex;
align-items: center;
width: 100%;
height: 70rpx;
padding: 0 20rpx;
background-color: #fff;
border-radius: 35rpx;
box-shadow: 0 0 16rpx rgba(0, 0, 0, 0.2);
}
._search_placeholder {
line-height: 1;
margin-left: 10rpx;
color:#999;
font-size: 28rpx;
}
._idx_swiper_warp {
padding: 0 40rpx;
margin-bottom: 40rpx;
}
._banner_swiper {
width: 100%;
height: 300rpx;
}
._is_swiper_img {
display: block;
width: 100%;
height: 100%;
border-radius: 16rpx;
}
._idx_page_video_item {
padding: 0 40rpx;
margin-bottom: 30rpx;
}
._idx_video_it_warp {
width: 100%;
padding: 20rpx 0 20rpx 20rpx;
background-color: #fff;
border-radius: 16rpx;
}
._idx_vi_it_wa_header {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20rpx;
}
._idx_vi_it_wa_he_title {
font-size: 30rpx;
color: #333;
line-height: 1;
}
._idx_vi_it_wa_he_extry {
font-size: 22rpx;
color: #999;
line-height: 1;
}
._idx_vi_it_wa_list {
display: flex;
flex-wrap: wrap;
}
._idx_vi_it_wa_li_box {
width: 33.33%;
padding-right: 20rpx;
margin-top: 20rpx;
}
._idx_vi_it_wa_li_b_w {
width: 100%;
}
._idx_vi_i_w_li_w_cover {
width: 100%;
height: 260rpx;
}
._idx_v_i_w_i_w_cov_img {
display: flex;
width: 100%;
height: 100%;
border-radius: 10rpx;
}
._idx_vi_i_w_li_w_name {
font-size: 28rpx;
color: #333;
line-height: 1;
margin-top: 20rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}