123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
-
-
-
- #place { background-images: url(https://oss.zc10000.com/static/images/dsfw.png) no-repeat 96% center; }
- #destination { background: url(https://oss.zc10000.com/static/images/sui.png) no-repeat 96% center; }
-
- #in_city { background: #ddd; position: absolute; z-index: 999;border: solid 1px #d7d7d7; background: #fff;padding-bottom: 6px; }
- .screen { overflow: hidden; }
- .screen a { float: left; color: #129ace; padding: 1px 12.6px; text-align: center; border-bottom: solid 1px #c92436; }
- .screen a:hover { color: #c92436; }
- .screen .shar { color: #404040; border: solid 1px #c92436; border-bottom: none; }
- .city_a_le1 { padding: 10px; overflow: hidden; }
- .city_a_le1 a { float: left; width: 20%; margin: 2px 0; }
- .Letter span { width: 12%; float: left; text-align: center; padding: 2px 0; }
- .Letter div { width: 88%; float: left; }
- .city_a_le1 a:hover { color: #c92436; }
- .Letter div a { width: 25%; }
- #in_city h1 { padding: 10px 0; color: #ababab; text-indent: 3%; }
-
- .city_a_le1 a{
- font-size: 14px;
- color: #2a333c;
- }
- .city_a_le1 .Letter span{
- font-size: 14px;
- color: #2a333c;
- }
- .screen a{
- font-size: 14px;
- color: #2a333c;
- }
-
- .city_a_le1{
- overflow-y: scroll;
- height: 270px;
- }
-
- #in_city{
- padding-top: 30px;
- }
-
- #quxiao{
- position: absolute;
- bottom: 0;
- left: 50%;
- margin-left:-50px !important;
- text-align: center;
- padding: 3px 5px;
- background: #0b0b0b;
- color: #fff;
- margin: 3px 15px;
- font-size: 14px;
- border-radius: 15px;
- }
|