You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

172 lines
2.9 KiB

  1. .navbar {
  2. position: relative;
  3. min-height: 50px;
  4. margin-bottom: 0px;
  5. border: 1px solid transparent;
  6. }
  7. .top_title{
  8. font-size: 18px;
  9. font-weight: bold;
  10. margin-top: 30px;
  11. margin-left: 40px;
  12. margin-bottom: 15px;
  13. }
  14. .line_top {
  15. /*width: 1200px;*/
  16. height: 1px;
  17. border: 1px solid lightgray;
  18. margin-left: 40px;
  19. }
  20. .select_car_time{
  21. margin-left: 60px;
  22. margin-top: 35px;
  23. font-weight: bold;
  24. border-bottom: 1px solid #ccc;
  25. padding-bottom: 15px;
  26. }
  27. .profile-info-name {
  28. position: absolute;
  29. width: 110px;
  30. text-align: right;
  31. padding: 6px 10px 6px 0;
  32. left: 0;
  33. top: 0;
  34. bottom: 0;
  35. font-weight: normal;
  36. color: black;
  37. background-color: transparent;
  38. border-top: 1px dotted #d5e4f1;
  39. }
  40. .profile-user-info-striped .profile-info-name {
  41. color: black;
  42. border-top: 1px solid #f7fbff;
  43. }
  44. .profile-info-value>span+span:before {
  45. display: inline;
  46. content: "";
  47. margin-left: 1px;
  48. margin-right: 3px;
  49. color: #666;
  50. border-bottom: 1px solid #FFF;
  51. }
  52. .profile-user-info-striped {
  53. margin-left: 50px!important;
  54. }
  55. .profile-info-value {
  56. padding: 6px 4px 6px 6px;
  57. margin-left: 100px;
  58. border-top: 1px dotted #d5e4f1;
  59. }
  60. .profile-info-value {
  61. padding: 6px 4px 6px 6px;
  62. margin-left: 120px;
  63. border-top: 0px dotted #d5e4f1;
  64. }
  65. .profile-user-info-striped .profile-info-value {
  66. border-top: 1px dotted white;
  67. padding-left: 12px;
  68. }
  69. .select_car_people{
  70. margin-left: 60px;
  71. margin-top: 25px;
  72. font-weight: bold;
  73. border-bottom: 1px solid #ccc;
  74. padding-bottom: 15px;
  75. }
  76. .end_down{
  77. width: 100%;
  78. text-align: center;
  79. }
  80. .passenger{
  81. margin-left: 90px;
  82. margin-top: 20px;
  83. }
  84. .save_btn{
  85. width: 80px;
  86. height: 30px;
  87. display: inline-block;
  88. line-height: 30px;
  89. border:1px solid rgb(204,204,204);
  90. text-align: center;
  91. background-color:lightgray;
  92. cursor:pointer;
  93. margin-left: 20px;
  94. margin-left: 80px;
  95. margin-top: 30px;
  96. margin-bottom: 20px;
  97. }
  98. .has_no_bus{
  99. color: red;
  100. height: 30px;
  101. line-height: 30px;
  102. }
  103. .commit_ticket_go_success{
  104. width: 810px;
  105. border: 1px solid lightgray;
  106. }
  107. .circle{
  108. width: 30px;
  109. height: 30px;
  110. border-radius: 50%;
  111. border: 1px solid lightgray;
  112. display: inline-block;
  113. text-align: center;
  114. line-height: 30px;
  115. font-size: 16px;
  116. }
  117. .refund_ticket_back_success{
  118. width: 810px;
  119. border: 1px solid lightgray;
  120. }
  121. .circle_right{
  122. width: 34px;
  123. height: 34px;
  124. border-radius: 50%;
  125. border: 4px solid black;
  126. display: inline-block;
  127. text-align: center;
  128. line-height: 26px;
  129. font-size: 16px;
  130. }
  131. .commit_ticket_back_success{
  132. width: 810px;
  133. border: 1px solid lightgray;
  134. }
  135. .close_btn{
  136. width: 60px;
  137. height: 30px;
  138. display: inline-block;
  139. line-height: 30px;
  140. text-align: center;
  141. cursor:pointer;
  142. margin-left: 10px;
  143. }
  144. .profile-info-value>span+span:before {
  145. display: inline;
  146. content: " ";
  147. margin-left: 1px;
  148. margin-right: 3px;
  149. color: #666;
  150. border-bottom: 1px solid #FFF;
  151. }