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

104 lines
1.4 KiB
Plaintext

page {
background-color: #F1F4FA;
}
/* ._serach_html {
} */
._s_b_search_i_warp {
width: 100%;
padding: 24rpx;
height: 72rpx;
margin-bottom: 40rpx;
}
._s_b_search_i_warp .am-search {
height: 72rpx;
background-color: transparent;
padding: 0;
}
.am-search-clear {
top: 50%;
transform: translateY(-50%);
}
._s_b_search_i_warp .am-search-input{
height: 72rpx;
line-height: 72rpx;
background: #fff;
border-radius: 8rpx;
}
._s_b_search_i_warp .am-search-synthetic,
._s_b_search_i_warp .am-search-value {
height: 72rpx;
line-height: 72rpx;
}
._search_result_header {
padding: 24rpx;
}
._search_result_title {
line-height: 1;
font-size: 32rpx;
font-weight: bold;
color: #1a1a1a;
margin-bottom: 20rpx;
}
.search_result_list {
display: flex;
flex-wrap: wrap;
padding-left: 24rpx;
}
.search_re_li_box {
width: 33.33%;
padding-right: 24rpx;
margin-bottom: 24rpx;
}
.search_re_li_item {
width: 100%;
}
._search_history {
width: 100%;
}
._se_his_header {
padding: 24rpx;
justify-content: space-between;
align-items: center;
}
._his_hea_name {
line-height: 1;
font-size: 32rpx;
font-weight: bold;
color: #1a1a1a;
}
._se_his_list {
padding: 0 24rpx;
flex-wrap: wrap;
}
._his_list_item {
padding: 8rpx 30rpx;
background-color: #fff;
/* background: pink; */
border-radius: 58rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
._hi_li_it_text {
font-size: 32rpx;
font-weight: 400;
color: #1a1a1a;
}