75 lines
1.0 KiB
Plaintext
75 lines
1.0 KiB
Plaintext
page {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._serach_html {
|
|
padding: 24rpx;
|
|
}
|
|
|
|
._s_b_search_i_warp {
|
|
width: 100%;
|
|
height: 72rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
._s_b_search_i_warp .am-search {
|
|
height: 72rpx;
|
|
background-color: transparent;
|
|
/* padding: 0; */
|
|
}
|
|
|
|
._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_title {
|
|
line-height: 1;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #1a1a1a;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
|
|
._search_history {
|
|
width: 100%;
|
|
}
|
|
|
|
._se_his_header {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
._his_hea_name {
|
|
line-height: 1;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
._se_his_list {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
._his_list_item {
|
|
padding: 8rpx 20rpx;
|
|
background: #f3f3f3;
|
|
border-radius: 58rpx;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
._hi_li_it_text {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #1a1a1a;
|
|
}
|
|
|