sousuozixun.css 1017 B

123456789101112131415
  1. .searchbar { border-bottom: 1px solid #CCC; }
  2. #search_suggest_text { position: absolute; top: 90px; left: 8px; color: #17b3ec; font-size: 18px;}
  3. .locate-city { background-color: #F2F3F5; }
  4. .locate-city img { width: 15px; height: 20px; }
  5. .list-wrap { border-top: 1px solid #CCC; /*background-color: #FFF; */}
  6. .more-result { display: block; height: 35px; line-height: 35px; margin-left: -10px; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; }
  7. .more-result>span { position: relative; color: #666; }
  8. .more-result .fa-angle-right { position: absolute; top: -3px; right: -10px;font-size: 22px; }
  9. .search-target-text em { font-weight: bold; color: #75BF00; }
  10. .scroll-wrapper { top: 88px; }
  11. #search_result {overflow: auto;}
  12. #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
  13. #area_list_wrapper { top: 100px; }
  14. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  15. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }