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.
 
 
 
 

161 line
2.5 KiB

  1. .reserve_top{
  2. width: 100%;
  3. padding: 10px 20px;
  4. font-weight: bold;
  5. font-size: 18px;
  6. border-bottom: 1px solid #ccc;
  7. }
  8. .reserve_top span{
  9. padding: 10px;
  10. display: inline-block;
  11. font-size: 18px;
  12. cursor: pointer;
  13. }
  14. .reserve_center{
  15. width: 90%;
  16. min-height: 600px;
  17. padding: 30px;
  18. border-bottom: 1px solid #ccc;
  19. }
  20. .reserve_center_box1{
  21. margin-bottom: 30px;
  22. }
  23. .reserve_center_box2{
  24. margin-bottom: 30px;
  25. }
  26. .reserve_center_box3{
  27. margin-bottom: 30px;
  28. }
  29. .reserve_date{
  30. padding: 10px 0px;
  31. font-weight: bold;
  32. font-size: 12px;
  33. border-bottom: 1px solid #ccc;
  34. }
  35. .reserve_date_box{
  36. margin: 30px 10px;
  37. }
  38. .change_date1{
  39. padding: 5px;
  40. display: inline-block;
  41. vertical-align: top;
  42. }
  43. .change_date2{
  44. padding: 5px 15px;
  45. border: 1px solid #ccc;
  46. display: inline-block;
  47. margin-right: 20px;
  48. }
  49. .ticket_box{
  50. width: 600px;
  51. height: 40px;
  52. border-bottom: 1px solid #ccc;
  53. }
  54. .ticket_box span{
  55. line-height: 40px;
  56. }
  57. .ticket_box_span1{
  58. float: left;
  59. }
  60. .ticket_box_span2{
  61. width: 20px;
  62. height: 20px;
  63. text-align: center;
  64. border: 1px solid #ccc;
  65. border-radius: 50%;
  66. float: right;
  67. margin-left: 5px;
  68. margin-top: 10px;
  69. }
  70. .ticket_box_span3{
  71. width: 40px;
  72. float: right;
  73. width: 40px;
  74. height: 24px;
  75. margin-top: 8px;
  76. }
  77. .ticket_box_span4{
  78. width: 20px;
  79. height: 20px;
  80. text-align: center;
  81. border: 1px solid #ccc;
  82. border-radius: 50%;
  83. float: right;
  84. margin-right: 5px;
  85. margin-left: 30px;
  86. margin-top: 10px;
  87. }
  88. .ticket_box_span5{
  89. float: right;
  90. }
  91. .sub{
  92. width: 65px;
  93. height: 30px;
  94. border: 1px solid #ccc;
  95. text-align: center;
  96. line-height: 30px;
  97. margin: 20px 30px;
  98. }
  99. .cut_sub{
  100. color: #0D79BC;
  101. }
  102. .add{
  103. cursor: pointer;
  104. }
  105. .cut{
  106. cursor: pointer;
  107. }
  108. .refund_ticket_back_success{
  109. width: 810px;
  110. border: 1px solid lightgray;
  111. }
  112. .circle_right{
  113. width: 34px;
  114. height: 34px;
  115. border-radius: 50%;
  116. border: 4px solid black;
  117. display: inline-block;
  118. text-align: center;
  119. line-height: 26px;
  120. font-size: 16px;
  121. }
  122. .sub_success{
  123. width: 600px;
  124. height: 500px;
  125. }
  126. .alert_1{
  127. position: absolute;
  128. top: 0px;
  129. width: 100%;
  130. height: 100%;
  131. background-color: #eeeeee;
  132. background: rgba(0, 0, 0, 0.4);
  133. z-index: 100;
  134. }
  135. .alert_1_box {
  136. width: 700px;
  137. height: 400px;
  138. background-color: #fff;
  139. margin: 250px auto;
  140. box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.6);
  141. }
  142. .alert_picture{
  143. position: absolute;
  144. top: 0px;
  145. width: 100%;
  146. height: 100%;
  147. background-color: #eeeeee;
  148. background: rgba(0, 0, 0, 0.4);
  149. z-index: 100;
  150. }
  151. .alert_1_box_picture {
  152. width: 450px;
  153. margin: 200px auto;
  154. box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.6);
  155. display: inherit;
  156. }