|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .reserve_top{
- width: 100%;
- padding: 10px 0px;
- font-weight: bold;
- font-size: 18px;
- border-bottom: 1px solid #ccc;
- }
- .reserve_top span{
- padding: 10px;
- display: inline-block;
- font-size: 14px;
- cursor: pointer;
-
- }
- .reserve_center{
- width: 90%;
- padding: 30px;
- border-bottom: 1px solid #ccc;
- }
- .reserve_center_box1{
- margin-bottom: 30px;
- }
- .reserve_center_box2{
- margin-bottom: 30px;
- }
- .reserve_center_box3{
- margin-bottom: 30px;
- }
- .reserve_date{
- padding: 10px 0px;
- font-weight: bold;
- font-size: 12px;
- border-bottom: 1px solid #ccc;
- }
- .reserve_date_box{
- margin: 30px 10px;
- }
- .change_date1{
- padding: 5px;
- display: inline-block;
- vertical-align: top;
- }
- .change_date2{
- padding: 5px 15px;
- border: 1px solid #ccc;
- display: inline-block;
- margin-right: 20px;
- }
- .ticket_box{
- width: 600px;
- height: 40px;
- border-bottom: 1px solid #ccc;
- }
- .ticket_box span{
- line-height: 40px;
- }
- .ticket_box_span1{
- float: left;
- }
- .ticket_box_span2{
- width: 20px;
- height: 20px;
- text-align: center;
- border: 1px solid #ccc;
- border-radius: 50%;
- float: right;
- margin-left: 5px;
- margin-top: 10px;
-
- }
- .ticket_box_span3{
- width: 40px;
- float: right;
- width: 40px;
- height: 24px;
- margin-top: 8px;
- }
- .ticket_box_span4{
- width: 20px;
- height: 20px;
- text-align: center;
- border: 1px solid #ccc;
- border-radius: 50%;
- float: right;
- margin-right: 5px;
- margin-left: 30px;
- margin-top: 10px;
- }
- .ticket_box_span5{
- float: right;
- }
- .sub{
- width: 75px;
- height: 30px;
- border: 1px solid #ccc;
- text-align: center;
- line-height: 30px;
- margin: 20px 30px;
- }
- .cut_sub{
- background-color: #eee;
- }
- .add{
- cursor: pointer;
- }
- .cut{
- cursor: pointer;
- }
- .refund_ticket_back_success{
- width: 810px;
- border: 1px solid lightgray;
-
- }
-
- .circle_right{
- width: 34px;
- height: 34px;
- border-radius: 50%;
- border: 4px solid black;
- display: inline-block;
- text-align: center;
- line-height: 26px;
- font-size: 16px;
- }
- .sub_success{
- width: 600px;
- height: 500px;
- }
- .alert_1{
- position: absolute;
- top: 0px;
- width: 100%;
- height: 100%;
- background-color: #eeeeee;
- background: rgba(0, 0, 0, 0.4);
- z-index: 100;
- }
- .alert_1_box {
- width: 700px;
- height: 400px;
- background-color: #fff;
- margin: 250px auto;
- box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.6);
- }
- .alert_picture{
- position: absolute;
- top: 0px;
- width: 100%;
- height: 100%;
- background-color: #eeeeee;
- background: rgba(0, 0, 0, 0.4);
- z-index: 100;
- }
- .alert_1_box_picture {
- width: 450px;
- margin: 200px auto;
- box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.6);
- display: inherit;
- }
|