2024-05-24 17:24:28 +08:00

190 lines
3.0 KiB
Plaintext

/* e:\project\dy_video_all\初晴剧场\pages\search\search.ttss */
page {
background-color: #080B16;
}
._search_html {
padding-bottom: 80rpx;
}
._search_header_input {
display: flex;
align-items: center;
padding: 32rpx 32rpx 0;
}
._search_he_in_warp {
position: relative;
flex: 1;
}
._s_h_ttui_input {
position: relative;
flex: 1;
height: 64rpx;
padding-left: 96rpx;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 64rpx;
color: #fff;
font-size: 24rpx;
}
._s_h_ttui_input_placeholder {
color: #D5D5D5;
font-size: 20rpx;
}
._s_h_ttui_in_icon {
position: absolute;
top: 50%;
left: 36rpx;
width: 36rpx;
height: 36rpx;
transform: translateY(-50%);
}
._s_h_ttui_in_ic_img {
display: block;
width: 100%;
height: 100%;
}
._search_he_in_btn {
line-height: 1;
padding-left: 32rpx;
}
._search_he_in_b_text {
line-height: 1;
font-size: 24rpx;
color: #5BBE04;
}
._search_con_history {
padding-top: 40rpx;
}
._search_con_his_he {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 32rpx;
}
._search_con_hi_h_title {
line-height: 1;
}
._search_con_hi_h_ti_text {
font-size: 28rpx;
color: #fff;
font-weight: 600;
line-height: 1;
}
._search_con_hi_h_clear {
width: 30rpx;
height: 30rpx;
}
._search_con_hi_h_c_img {
display: block;
width: 100%;
height: 100%;
}
._search_con_his_lis {
display: flex;
flex-wrap: wrap;
padding: 0 32rpx;
}
._search_con_his_l_item {
display: flex;
justify-content: center;
align-items: center;
height: 44rpx;
padding: 0 24rpx;
border-radius: 44rpx;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 18rpx;
margin-right: 40rpx;
}
._search_con_his_l_i_text {
font-size: 24rpx;
color: #fff;
}
._search_con_vi_lis {
display: flex;
flex-wrap: wrap;
padding-top: 60rpx;
padding-left: 32rpx;
}
._search_con_vi_l_item {
width: 50%;
padding-right: 32rpx;
margin-bottom: 32rpx;
}
._search_con_vi_l_i_warp {
width: 100%;
background-color: #272A30;
border-radius: 16rpx;
}
._search_con_vi_l_i_w_cover {
width: 100%;
height: 462rpx;
}
._search_con_vi_l_i_w_cover .__wa_img {
display: block;
width: 100%;
height: 100%;
border-radius: 16rpx 16rpx 0 0;
}
._search_con_vi_l_i_w_info {
padding: 22rpx 16rpx 28rpx;
}
._search_con_vi_l_i_w_i_title {
width: 100%;
}
._search_con_vi_l_i_w_i_t_text {
display: inline-block;
width: 100%;
font-size: 26rpx;
color: #FFFFFF;
font-weight: 600;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
._search_con_empty {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 308rpx;
}
._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;
}