searchalert.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*搜索弹出*/
  2. .clear_c{display:block; zoom:1;}
  3. .clear_c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
  4. .search-header{ background: #fff; display: block; padding: 10px;}
  5. .back-btn_maing{ float: left; width: 10%; display: block;}
  6. .back_search_m{ width: 88%; float: right; display: block;}
  7. .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;}
  8. .back_search_m .form a{ width: 15%; background: #4292F1; display: block; float: left; text-align: center; height: 35px; line-height: 35px;}
  9. .back_search_m .form a img{width: 23px; height: auto;}
  10. .back_search_m .form{ position: relative;}
  11. .back_search_m .form .y_scriptm{ position: absolute; width:100%; left: 0px;top: 34px;z-index: 12;}
  12. .back_search_m .form .y_scriptm .select4_box{background:#fff; border: 1px solid #e1e1e1; width: 100%;}
  13. .back_search_m .form .y_scriptm .select4_box ul li{width: 100%;}
  14. .back_search_m .form .y_scriptm .select4_box ul li a{ background:none; display: inline-block; width: 100%; text-align: left; padding: 0 10px;}
  15. .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(1){display: block; float: left;}
  16. .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(1){font-size: 1rem; color: #333;}
  17. .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;}
  18. .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(2){display: block; float: right; font-size: 0.8rem; color: #666;}
  19. .back_search_m .form .y_scriptm .select4_box ul li span:nth-child(2) em{font-size: 1rem;color: #f00;}
  20. .select4_box li.active{ background:#f5f5f5;}
  21. .back_search_m .form .y_scriptm .select4_box{ width: 100%; height: 239px; overflow: auto; overflow-y:auto;}
  22. #serachBox {
  23. z-index: 10;
  24. position: relative;
  25. /*display: none;*/
  26. }
  27. .search-container .title {
  28. position: relative;
  29. padding: 18px 10px 13px 23px;
  30. line-height: 14px;
  31. font-size: 1rem;
  32. background-color: #f5f5f5;
  33. border-bottom: 1px solid #ebebeb;
  34. color:#000;
  35. }
  36. .search-container .title .title-icon {
  37. position: absolute;
  38. display: block;
  39. left: 13px;
  40. top: 18px;
  41. width: 2px;
  42. height: 14px;
  43. background-color: #4292F1;
  44. }
  45. .search-container .filter-list, .search-container .history-list {
  46. padding: 0 10px;
  47. background-color: #FFF;
  48. /*border:1px solid;*/
  49. }
  50. .search-container .filter-list .filter-item {
  51. float: left;
  52. box-sizing: border-box;
  53. width: 33.33333333%;
  54. height: 41px;
  55. border-bottom: 1px solid #ebebeb;
  56. /*border: 1px solid #ebebeb;*/
  57. /*margin:0px 10px;*/
  58. /*border-right: 1px solid #ebebeb;*/
  59. display: block;
  60. }
  61. .search-container .history-list .list-item a {
  62. display: block;
  63. width: 100%;
  64. height: 41px;
  65. font-size: 0.9rem;
  66. line-height: 41px;
  67. border-bottom: 1px solid #ebebeb;
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. overflow: hidden;
  71. color:#333;
  72. }
  73. .search-container .filter-list .filter-item a {
  74. display: block;
  75. box-sizing: border-box;
  76. width: 100%;
  77. height: 100%;
  78. padding: 11px 0;
  79. font-size: 0.9rem;
  80. text-align: center;
  81. color: #333;
  82. }
  83. .search-container .filter-list .filter-item a .item-text {
  84. display: block;
  85. box-sizing: border-box;
  86. width: 100%;
  87. height: 100%;
  88. float: left;
  89. font-size: 0.9rem;
  90. text-overflow:ellipsis;
  91. white-space:nowrap;
  92. overflow:hidden;
  93. border-right:1px solid #ebebeb;
  94. padding:0 5px;
  95. }
  96. .search-container .filter-list .filter-item:nth-child(3n) a .item-text{border-right:0px;}
  97. .search-container .filter-list .filter-item a i{ float: left; width: 16px; height: 15px; display: block; margin-left: 5px;}
  98. .search-container .filter-list .filter-item a i img{ width: 100%; height: 100%;position: relative;top:-5px}
  99. .search-container .search-history .title {
  100. border-top: 1px solid #ebebeb;
  101. }
  102. .search-container .clear-histroy {
  103. display: block;
  104. width: 100%;
  105. height: 41px;
  106. line-height: 41px;
  107. text-align: center;
  108. border-top: 1px solid #e7e7e7;
  109. border-bottom: 1px solid #e7e7e7;
  110. color: #999;
  111. font-size: 1rem;
  112. background-color: #fafafa;
  113. }
  114. .search-container .none-history {
  115. display: none;
  116. width: 100%;
  117. height: 41px;
  118. line-height: 41px;
  119. text-align: center;
  120. border-bottom: 1px solid #e7e7e7;
  121. color: #999;
  122. font-size: 1rem;
  123. background-color: #FFF;
  124. }
  125. .search-header .back-btn {
  126. position: absolute;
  127. left: 8px;
  128. top: 13px;
  129. width: 30px;
  130. height: 30px;
  131. background: url("/image/u5.png") no-repeat;
  132. background-size: 30px 30px;
  133. background-position: center;
  134. }