25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

97 satır
1.4 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. .c_chufadi {
  22. width: 90%;
  23. margin: 0 auto;
  24. overflow: hidden;
  25. }
  26. .c_chufadi p {
  27. font-size: 16px;
  28. color: #a0a0a0;
  29. margin-bottom:10px;
  30. }
  31. .c_location {
  32. height: 108px;
  33. margin-bottom: 10px;
  34. position: relative;
  35. }
  36. .c_choose,.c_button {
  37. text-align: center;
  38. float: left;
  39. font-size: 15px;
  40. height: 30px;
  41. width: 27%;
  42. background: white;
  43. display: block;
  44. border-radius: 5px;
  45. margin: 1%;
  46. }
  47. .c_address{
  48. list-style: none;
  49. margin: 0 auto;
  50. display: block;
  51. height: 30px;
  52. line-height: 30px;
  53. padding-left: 0px;
  54. }
  55. .c_choose {
  56. color:#FFFFFF;
  57. background-color:#00cc9c;
  58. border: 2px solid rgb(44,192,148);
  59. }
  60. .c_button {
  61. color: #707070;
  62. border: 2px solid #e7e7e7;
  63. }
  64. .c_address span {
  65. display: block;
  66. }
  67. .c_hotpush {
  68. width: 110%;
  69. overflow: hidden;
  70. position: relative;
  71. }
  72. .xxian,.xxian2,.xxian3{
  73. position: relative;
  74. height: 1px;
  75. width: 82.27%;
  76. background: #e5e5e5;
  77. }
  78. .xxian2{
  79. width: 96.6%;
  80. margin-bottom: 20px;
  81. }
  82. .xxian3{
  83. width: 96.6%;
  84. margin-bottom: 20px;
  85. }
  86. .xshuaxin{
  87. padding-left:33px;
  88. background-image:url(../img/shuaxin.png);
  89. background-size: 17px 17px;
  90. background-repeat: no-repeat;
  91. background-position: 4px 8px;
  92. color: #656565;
  93. }