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