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.
 
 
 
 

160 rivejä
2.5 KiB

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