Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

163 рядки
2.1 KiB

  1. .z {
  2. float: left;
  3. }
  4. .y {
  5. float: right;
  6. }
  7. .cl {
  8. clear: both;
  9. }
  10. .zh {
  11. margin: 0 auto;
  12. }
  13. p {
  14. font-size: 12px;
  15. }
  16. .container {
  17. width: 100%;
  18. overflow: hidden;
  19. }
  20. /*============================目的地选择层的CSS===================================*/
  21. .m_mudidi {
  22. width: 90%;
  23. height: 400px;
  24. }
  25. .m_header {
  26. width: 100%;
  27. height: 40px;
  28. padding-top: 10px;
  29. text-align: center;
  30. }
  31. .m_destination {
  32. line-height: 30px;
  33. height: 30px;
  34. width: 70%;
  35. padding-left: 20px;
  36. }
  37. .m_cancel {
  38. display: none;
  39. border: none;
  40. font-size: 14px;
  41. letter-spacing: 2px;
  42. width: 60px;
  43. margin-top: 4px;
  44. background: white;
  45. color: #00CC9C;
  46. }
  47. .sy_destination {
  48. position: absolute;
  49. height: 36px;
  50. text-align: left;
  51. line-height: 36px;
  52. z-index: 2;
  53. width: 79%;
  54. margin-top: 0px;
  55. border-style: none;
  56. }
  57. .sy_destination .div_input:first-child {
  58. margin-top: -9px;
  59. }
  60. .div_input {
  61. line-height: 27px;
  62. background-color: white;
  63. height: 27px;
  64. width: 88%;
  65. padding-left: 12%;
  66. display: block;
  67. border: 0px;
  68. border-color: #f0f0f0;
  69. border-width: 1px;
  70. border-style: solid;
  71. }
  72. .m_center {
  73. width: 114%;
  74. margin-bottom: 10px;
  75. position: relative;
  76. overflow: hidden;
  77. }
  78. .m_center p,
  79. .m_footer p {
  80. font-size: 20px;
  81. color: #a0a0a0;
  82. margin-bottom: 10px;
  83. }
  84. .m_button {
  85. text-align: center;
  86. float: left;
  87. font-size: 15px;
  88. height: 30px;
  89. width: 28%;
  90. background: white;
  91. display: block;
  92. border-radius: 5px;
  93. margin: 1%;
  94. }
  95. .m_city {
  96. list-style: none;
  97. margin: 0 auto;
  98. display: block;
  99. height: 30px;
  100. line-height: 30px;
  101. padding-left: 0px;
  102. }
  103. .m_scenery {
  104. list-style: none;
  105. margin: 0 auto;
  106. display: block;
  107. height: 30px;
  108. line-height: 30px;
  109. padding-left: 0px;
  110. }
  111. .xxian,
  112. .xxian2,
  113. .xxian3 {
  114. position: relative;
  115. height: 1px;
  116. width: 82.27%;
  117. background: #e5e5e5;
  118. }
  119. .xxian2 {
  120. width: 96.6%;
  121. margin-bottom: 20px;
  122. }
  123. .xxian3 {
  124. width: 96.6%;
  125. margin-bottom: 20px;
  126. }
  127. .m_footer {
  128. width: 100%;
  129. /* overflow: hidden;*/
  130. position: relative;
  131. }
  132. .m_button {
  133. color: #808080;
  134. border: 2px solid #e2e2e2;
  135. }
  136. .m_button a {
  137. display: block;
  138. text-decoration: none;
  139. }