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.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .regular_box{
  2. width:1000px;
  3. margin: 40px 0px 40px 40px;
  4. }
  5. .regular_info{
  6. height: 70px;
  7. border: 1px solid #ccc;
  8. background-color: #f2f2f2;
  9. }
  10. .regular_info span{
  11. display: inline-block;
  12. height: 70px;
  13. line-height: 70px;
  14. margin-left: 15px;
  15. }
  16. .regular_ramend{
  17. width: 100px;
  18. height: 35px;
  19. line-height: 35px;
  20. text-align: center;
  21. margin-top: 40px;
  22. }
  23. .regular_list{
  24. width: 1000px;
  25. }
  26. .list_middle {
  27. vertical-align: middle!important;
  28. text-align: center;
  29. }
  30. .amend_ticket_type{
  31. position: absolute;
  32. top: 0px;
  33. bottom: 0px;
  34. left: 0px;
  35. right: 0px;
  36. background: rgba(0,0,0,0.5);
  37. z-index: 1000;
  38. display: none;
  39. }
  40. .add_ticket_type_div{
  41. width: 700px;
  42. height: 370px;
  43. margin: 150px auto 0px;
  44. background-color: #FFFFFF;
  45. border: 1px solid #ccc;
  46. }
  47. .add_ticket_1{
  48. height: 40px;
  49. width: 700px;
  50. border-bottom: 1px solid #ccc;
  51. }
  52. .ticket1_div1{
  53. float: left;
  54. height: 40px;
  55. width: 200px;
  56. font-size: 15px;
  57. line-height: 40px;
  58. vertical-align: top;
  59. padding-left:15px;
  60. }
  61. .ticket1_div2{
  62. width: 40px;
  63. height: 40px;
  64. float: right;
  65. vertical-align: top;
  66. text-align: center;
  67. margin-right: 1px;
  68. }
  69. .ticket2_div1{
  70. height: 50px;
  71. }
  72. .ticket2_span1{
  73. display: inline-block;
  74. width: 80px;
  75. height: 50px;
  76. line-height: 50px;
  77. text-align: right;
  78. }
  79. .add_ticket_2{
  80. padding: 30px;
  81. border-bottom: 1px solid #ccc;
  82. }
  83. .ticket2_span3{
  84. border: 1px solid #ccc;
  85. width: 100px;
  86. height: 28px;
  87. display: inline-block;
  88. }
  89. .ticket2_span3 input{
  90. width: 70px;
  91. border: 0;
  92. text-align: right;
  93. }
  94. .add_ticket_3{
  95. width: 188px;
  96. margin: 15px auto;
  97. }
  98. .submit{
  99. width: 80px;
  100. height: 35px;
  101. text-align: center;
  102. line-height: 35px;
  103. display: inline-block;
  104. margin-right: 20px;
  105. }
  106. .cannel{
  107. width: 80px;
  108. height: 35px;
  109. text-align: center;
  110. line-height: 35px;
  111. border: 1px solid #ccc;
  112. display: inline-block;
  113. }
  114. .regulation2{
  115. display: inline-block;
  116. }