|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .regular_box{
- width:1000px;
- margin: 40px 0px 40px 40px;
- }
- .regular_info{
- height: 70px;
- border: 1px solid #ccc;
- background-color: #f2f2f2;
-
- }
- .regular_info span{
- display: inline-block;
- height: 70px;
- line-height: 70px;
- margin-left: 15px;
- }
- .regular_ramend{
- width: 100px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- margin-top: 40px;
-
- }
- .regular_list{
- width: 1000px;
- }
- .list_middle {
- vertical-align: middle!important;
- text-align: center;
- }
- .amend_ticket_type{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background: rgba(0,0,0,0.5);
- z-index: 1000;
- display: none;
- }
- .add_ticket_type_div{
- width: 700px;
- height: 370px;
- margin: 150px auto 0px;
- background-color: #FFFFFF;
- border: 1px solid #ccc;
- }
- .add_ticket_1{
- height: 40px;
- width: 700px;
- border-bottom: 1px solid #ccc;
- }
- .ticket1_div1{
- float: left;
- height: 40px;
- width: 200px;
- font-size: 15px;
- line-height: 40px;
- vertical-align: top;
- padding-left:15px;
- }
- .ticket1_div2{
- width: 40px;
- height: 40px;
- float: right;
- vertical-align: top;
- text-align: center;
- margin-right: 1px;
- }
- .ticket2_div1{
- height: 50px;
- }
- .ticket2_span1{
- display: inline-block;
- width: 80px;
- height: 50px;
- line-height: 50px;
- text-align: right;
-
- }
- .add_ticket_2{
- padding: 30px;
- border-bottom: 1px solid #ccc;
- }
- .ticket2_span3{
- border: 1px solid #ccc;
- width: 100px;
- height: 28px;
- display: inline-block;
-
- }
- .ticket2_span3 input{
- width: 70px;
- border: 0;
- text-align: right;
- }
- .add_ticket_3{
- width: 188px;
- margin: 15px auto;
- }
- .submit{
- width: 80px;
- height: 35px;
- text-align: center;
- line-height: 35px;
- display: inline-block;
- margin-right: 20px;
- }
- .cannel{
- width: 80px;
- height: 35px;
- text-align: center;
- line-height: 35px;
- border: 1px solid #ccc;
- display: inline-block;
- }
- .regulation2{
- display: inline-block;
- }
|