123456789101112131415161718192021222324252627282930 |
- body { background-color: #FFF; }
- .c-FF9526{
- color: #ff9526;
- }
- .c-000 { color: #000; }
- .c-333 { color: #333; }
- .c-323232 { color: #323232; }
- .c-939398 { color: #939398; }
- .c-666666 { color: #666666; }
- .c-fwb { font-weight: bold; }
- .c-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
- .c-dn { display: none; }
- .width-80 { width: 80px; }
- .width-70 { width: 70px; }
- .width-60 { width: 60px; }
- .width-50 { width: 50px; }
- .height-50 { height: 50px; }
- .height-55 { height: 55px; }
- .br5 { border-radius: 5px; }
- .br50 { border-radius: 50px; }
- .bb1-ccc { border-bottom: 1px solid #CCC; }
- .locate-city { background-color: #F2F3F5; }
- .locate-city img { width: 15px; height: 20px; }
- .area-list-wrap { border-top: 1px solid #CCC; background-color: #FFF; }
- .item-name { color: #000; border-bottom: 1px solid #E7E7E7; }
- #area_list .item-name { line-height: 60px; }
- #area_list_wrapper { top: 100px; }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
|