|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .z {
- float: left;
- }
-
- .y {
- float: right;
- }
-
- .cl {
- clear: both;
- }
-
- .zh {
- margin: 0 auto;
- }
-
- p {
- font-size: 12px;
- }
-
- .container {
- width: 100%;
- overflow: hidden;
- }
-
-
- /*============================目的地选择层的CSS===================================*/
-
- .m_mudidi {
- width: 90%;
- height: 400px;
- }
-
- .m_header {
- width: 100%;
- height: 40px;
- padding-top: 10px;
- text-align: center;
- }
-
- .m_destination {
- line-height: 30px;
- height: 30px;
- width: 70%;
- padding-left: 20px;
- }
-
- .m_cancel {
- display: none;
- border: none;
- font-size: 14px;
- letter-spacing: 2px;
- width: 60px;
- margin-top: 4px;
- background: white;
- color: #00CC9C;
- }
-
- .sy_destination {
- position: absolute;
- height: 36px;
- text-align: left;
- line-height: 36px;
- z-index: 2;
- width: 79%;
- margin-top: 0px;
- border-style: none;
- }
-
- .sy_destination .div_input:first-child {
- margin-top: -9px;
- }
-
- .div_input {
- line-height: 27px;
- background-color: white;
- height: 27px;
- width: 88%;
- padding-left: 12%;
- display: block;
- border: 0px;
- border-color: #f0f0f0;
- border-width: 1px;
- border-style: solid;
- }
-
- .m_center {
- width: 114%;
- margin-bottom: 10px;
- position: relative;
- overflow: hidden;
- }
-
- .m_center p,
- .m_footer p {
- font-size: 20px;
- color: #a0a0a0;
- margin-bottom: 10px;
- }
-
- .m_button {
- text-align: center;
- float: left;
- font-size: 15px;
- height: 30px;
- width: 28%;
- background: white;
- display: block;
- border-radius: 5px;
- margin: 1%;
- }
-
- .m_city {
- list-style: none;
- margin: 0 auto;
- display: block;
- height: 30px;
- line-height: 30px;
- padding-left: 0px;
- }
-
- .m_scenery {
- list-style: none;
- margin: 0 auto;
- display: block;
- height: 30px;
- line-height: 30px;
- padding-left: 0px;
- }
- .xxian,
- .xxian2,
- .xxian3 {
- position: relative;
- height: 1px;
- width: 82.27%;
- background: #e5e5e5;
- }
-
- .xxian2 {
- width: 96.6%;
- margin-bottom: 20px;
- }
-
- .xxian3 {
- width: 96.6%;
- margin-bottom: 20px;
- }
-
- .m_footer {
- width: 100%;
- /* overflow: hidden;*/
- position: relative;
- }
-
- .m_button {
- color: #808080;
- border: 2px solid #e2e2e2;
- }
-
- .m_button a {
- display: block;
- text-decoration: none;
- }
|