123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- /*搜索弹出*/
- .clear_c{display:block; zoom:1;}
- .clear_c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
- .search-header{ background: #fff; display: block; padding: 10px;}
- .back-btn_maing{ float: left; width: 10%; display: block;}
- .back_search_m{ width: 88%; float: right; display: block;}
- .back_search_m .form input{ width: 85%; margin-bottom: 0px; display: block; float: left; border: 1px solid #4292F1; border-radius:0; height: 35px;font-size:0.8rem;padding:0 10px;}
- .back_search_m .form a{ width: 15%; background: #4292F1; display: block; float: left; text-align: center; height: 35px; line-height: 35px;}
- .back_search_m .form a img{width: 23px; height: auto;}
- .back_search_m .form{ position: relative;}
- .back_search_m .form .y_scriptm{ position: absolute; width:100%; left: 0px;top: 34px;z-index: 12;}
- .back_search_m .form .y_scriptm .select4_box{background:#fff; border: 1px solid #e1e1e1; width: 100%;}
- .back_search_m .form .y_scriptm .select4_box ul li{width: 100%;}
- .back_search_m .form .y_scriptm .select4_box ul li a{ background:none; display: inline-block; width: 100%; text-align: left; padding: 0 10px;}
- .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(1){display: block; float: left;}
- .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(1){font-size: 1rem; color: #333;}
- .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(1) i{font-size: 0.8rem;color: #666; display: inline-block; margin-left: 5px;}
- .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(2){display: block; float: right; font-size: 0.8rem; color: #666;}
- .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(2) em{font-size: 1rem;color: #f00;}
- .select4_box li.active{ background:#f5f5f5;}
- .back_search_m .form .y_scriptm .select4_box{ width: 100%; height: 239px; overflow: auto; overflow-y:auto;}
- #serachBox {
- z-index: 10;
- position: relative;
- /*display: none;*/
- }
- .search-container .title {
- position: relative;
- padding: 18px 10px 13px 23px;
- line-height: 14px;
- font-size: 1rem;
- background-color: #f5f5f5;
- border-bottom: 1px solid #ebebeb;
- color:#000;
- }
- .search-container .title .title-icon {
- position: absolute;
- display: block;
- left: 13px;
- top: 18px;
- width: 2px;
- height: 14px;
- background-color: #4292F1;
- }
- .search-container .filter-list, .search-container .history-list {
- padding: 0 10px;
- background-color: #FFF;
- /*border:1px solid;*/
- }
- .search-container .filter-list .filter-item {
- float: left;
- box-sizing: border-box;
- width: 33.33333333%;
- height: 41px;
- border-bottom: 1px solid #ebebeb;
- /*border: 1px solid #ebebeb;*/
- /*margin:0px 10px;*/
- /*border-right: 1px solid #ebebeb;*/
- display: block;
- }
- .search-container .history-list .list-item a {
- display: block;
- width: 100%;
- height: 41px;
- font-size: 0.9rem;
- line-height: 41px;
- border-bottom: 1px solid #ebebeb;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- color:#333;
- }
- .search-container .filter-list .filter-item a {
- display: block;
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- padding: 11px 0;
- font-size: 0.9rem;
- text-align: center;
- color: #333;
- }
- .search-container .filter-list .filter-item a .item-text {
- display: block;
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- float: left;
- font-size: 0.9rem;
- text-overflow:ellipsis;
- white-space:nowrap;
- overflow:hidden;
- border-right:1px solid #ebebeb;
- padding:0 5px;
- }
- .search-container .filter-list .filter-item:nth-child(3n) a .item-text{border-right:0px;}
- .search-container .filter-list .filter-item a i{ float: left; width: 16px; height: 15px; display: block; margin-left: 5px;}
- .search-container .filter-list .filter-item a i img{ width: 100%; height: 100%;position: relative;top:-5px}
- .search-container .search-history .title {
- border-top: 1px solid #ebebeb;
- }
- .search-container .clear-histroy {
- display: block;
- width: 100%;
- height: 41px;
- line-height: 41px;
- text-align: center;
- border-top: 1px solid #e7e7e7;
- border-bottom: 1px solid #e7e7e7;
- color: #999;
- font-size: 1rem;
- background-color: #fafafa;
- }
- .search-container .none-history {
- display: none;
- width: 100%;
- height: 41px;
- line-height: 41px;
- text-align: center;
- border-bottom: 1px solid #e7e7e7;
- color: #999;
- font-size: 1rem;
- background-color: #FFF;
- }
- .search-header .back-btn {
- position: absolute;
- left: 8px;
- top: 13px;
- width: 30px;
- height: 30px;
- background: url("/image/u5.png") no-repeat;
- background-size: 30px 30px;
- background-position: center;
- }
|