You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.5 KiB
72 lines
1.5 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.my-search-container.data-v-4cedc0c6 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 15px 20px;
|
|
background: #fff;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
height: 124px;
|
|
}
|
|
.my-search-container .my-search-wrapper.data-v-4cedc0c6 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 5px 0;
|
|
background-color: #f7f7f7;
|
|
border-radius: 36px;
|
|
overflow: hidden;
|
|
}
|
|
.my-search-container .picker-select.data-v-4cedc0c6 {
|
|
width: 60px;
|
|
border-right: 1px solid #c9c9c9;
|
|
}
|
|
.my-search-container .picker-display.data-v-4cedc0c6 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 6px 0;
|
|
font-size: 14px;
|
|
color: #333;
|
|
}
|
|
.my-search-container .my-search-bar.data-v-4cedc0c6 {
|
|
flex: 1;
|
|
}
|
|
.my-search-container .my-search-bar.data-v-4cedc0c6 .uni-searchbar {
|
|
padding: 0 !important;
|
|
background: transparent !important;
|
|
}
|
|
.my-search-container .search-btn-container.data-v-4cedc0c6 {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
.my-search-container .search-btn-container .search-btn.data-v-4cedc0c6 {
|
|
background-color: #01a4fe;
|
|
font-size: 15px;
|
|
border-radius: 20px;
|
|
}
|
|
.filter-container.data-v-4cedc0c6 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-top: 10px;
|
|
font-size: 13px;
|
|
color: #666;
|
|
}
|
|
.load-more.data-v-4cedc0c6 {
|
|
text-align: center;
|
|
padding: 10px;
|
|
font-size: 13px;
|
|
color: #999;
|
|
}
|
|
.total-reslut.data-v-4cedc0c6 {
|
|
flex: 1;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
color: #01a4fe;
|
|
font-weight: 400;
|
|
}
|