sousuojigouyisheng.css 1.6 KB

1234567891011121314151617181920212223242526
  1. .c-list .c-avatar-m { width: 30px; height: 30px; margin: 0; border-radius: 15px; }
  2. .c-list > .c-list-cover { padding-top: 10px; }
  3. .c-list .status { position:absolute; right: 0; border-top-left-radius: 20px; border-bottom-left-radius:20px;color: #fff; padding: 5px; font-size: 12px; }
  4. .c-list .status.doing { background-color: #FF4C4C; }
  5. .c-list .status.end { background-color: #CCC; }
  6. .c-list > li { margin-left: 0; }
  7. .view-more.c-hide { display: none; }
  8. .c-list-info h4.c-f16 { font-size: 16px; }
  9. .c-list > .c-list-cover { padding-left: 10px !important; }
  10. .c-dn { display: none; }
  11. .searchbar { border-bottom: 1px solid #CCC; }
  12. #search_suggest_text { position: absolute; top: 90px; left: 8px; color: #17b3ec; font-size: 18px;}
  13. .locate-city { background-color: #F2F3F5; }
  14. .locate-city img { width: 15px; height: 20px; }
  15. .list-wrap { border-top: 1px solid #CCC; background-color: #FFF; }
  16. .more-result { display: block; height: 35px; line-height: 35px; margin-left: -10px; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; }
  17. .more-result>span { position: relative; color: #666; }
  18. .more-result .fa-angle-right { position: absolute; top: -3px; right: -10px;font-size: 22px; }
  19. .search-target-text em { font-weight: bold; color: #75BF00; }
  20. .scroll-wrapper { top: 88px; }
  21. #search_result {overflow: auto;}
  22. #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
  23. #area_list_wrapper { top: 100px; }
  24. .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
  25. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }