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.
 
 
 
 

133 lines
2.0 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. .search_btns_top{
  21. width: 1070px;
  22. height: 150px;
  23. margin-top: 0px;
  24. margin-left: 40px;
  25. border: 1px solid lightgray;
  26. }
  27. .top_search_time{
  28. margin-left: 20px;
  29. margin-top: 30px;
  30. }
  31. .time_top{
  32. display: inline-block;
  33. }
  34. .style_btns{
  35. width: 60px;
  36. height: 30px;
  37. display: inline-block;
  38. line-height: 30px;
  39. text-align: center;
  40. cursor:pointer;
  41. margin-left: 10px;
  42. }
  43. .search_btn{
  44. width: 80px;
  45. height: 30px;
  46. display: inline-block;
  47. line-height: 30px;
  48. text-align: center;
  49. cursor:pointer;
  50. margin-left: 25px;
  51. }
  52. .title_top_layer{
  53. font-size: 16px;
  54. font-weight: bold;
  55. position: relative;
  56. padding: 5px;
  57. background-color: white;
  58. left: 50px;
  59. display: inline-block;
  60. top: 16px;
  61. }
  62. .end_down{
  63. width: 100%;
  64. text-align: center;
  65. }
  66. .btn_style{
  67. /*background-color: rgb(220,220,220)!important;*/
  68. border-radius: 4px;
  69. font-size: 14px;
  70. color: rgb(25,170,232);;
  71. border: 1px solid rgb(25,170,232);
  72. }
  73. .refund_ticket_back{
  74. width: 810px;
  75. border: 1px solid lightgray;
  76. }
  77. .circle{
  78. width: 30px;
  79. height: 30px;
  80. border-radius: 50%;
  81. border: 1px solid lightgray;
  82. display: inline-block;
  83. text-align: center;
  84. line-height: 30px;
  85. font-size: 16px;
  86. }
  87. .refund_ticket_back_success{
  88. width: 810px;
  89. border: 1px solid lightgray;
  90. }
  91. .circle_right{
  92. width: 34px;
  93. height: 34px;
  94. border-radius: 50%;
  95. border: 4px solid black;
  96. display: inline-block;
  97. text-align: center;
  98. line-height: 26px;
  99. font-size: 16px;
  100. }
  101. .refund_ticket_go{
  102. width: 810px;
  103. border: 1px solid lightgray;
  104. }
  105. .refund_ticket_go_success{
  106. width: 810px;
  107. border: 1px solid lightgray;
  108. }
  109. .order_style_selected{
  110. background-color: rgb(25,170,232) !important;
  111. color: #fff!important;
  112. }