No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

178 líneas
2.6 KiB

  1. /*author:func
  2. date:20161021*/
  3. /*一行 (左边加右边)-对齐*/
  4. input:focus {
  5. border: 1px solid orange!important;
  6. outline: none!important;
  7. }
  8. .regular_box{
  9. width:1000px;
  10. margin: 40px 0px 40px 40px;
  11. }
  12. .regular_info{
  13. height: 70px;
  14. border: 1px solid #ccc;
  15. background-color: #f2f2f2;
  16. }
  17. .regular_info span{
  18. display: inline-block;
  19. height: 70px;
  20. line-height: 70px;
  21. margin-left: 15px;
  22. }
  23. .regular_ramend{
  24. width: 100px;
  25. height: 35px;
  26. line-height: 35px;
  27. text-align: center;
  28. margin-top: 40px;
  29. }
  30. .regular_list{
  31. width: 1000px;
  32. }
  33. .list_middle {
  34. vertical-align: middle!important;
  35. text-align: center;
  36. }
  37. .amend_promotion_type{
  38. position: absolute;
  39. top: 0px;
  40. bottom: 0px;
  41. left: 0px;
  42. right: 0px;
  43. background: rgba(0,0,0,0.5);
  44. z-index: 1000;
  45. display: none;
  46. }
  47. .add_promotion{
  48. border: 1px solid #ccc;
  49. width: 100px;
  50. height: 30px;
  51. text-align: center;
  52. line-height: 30px;
  53. margin-top: 50px;
  54. }
  55. .top_down{
  56. position: relative;
  57. top: 1px;
  58. background-color: #fff;
  59. }
  60. .add_promotion_type{
  61. position: absolute;
  62. top: 0px;
  63. bottom: 0px;
  64. left: 0px;
  65. right: 0px;
  66. background: rgba(0,0,0,0.5);
  67. z-index: 1000;
  68. }
  69. .update_promotion_type{
  70. position: absolute;
  71. top: 0px;
  72. bottom: 0px;
  73. left: 0px;
  74. right: 0px;
  75. background: rgba(0,0,0,0.5);
  76. z-index: 1000;
  77. }
  78. .amend_promotion_type{
  79. position: absolute;
  80. top: 0px;
  81. bottom: 0px;
  82. left: 0px;
  83. right: 0px;
  84. background: rgba(0,0,0,0.5);
  85. z-index: 1000;
  86. display: none;
  87. }
  88. .add_promotion_type_div{
  89. width: 650px;
  90. margin: 150px auto 0px;
  91. background-color: #FFFFFF;
  92. border: 1px solid #ccc;
  93. }
  94. .add_promotion_1{
  95. height: 40px;
  96. border-bottom: 1px solid #ccc;
  97. }
  98. .promotion1_div1{
  99. float: left;
  100. height: 40px;
  101. width: 200px;
  102. font-size: 15px;
  103. line-height: 40px;
  104. vertical-align: top;
  105. padding-left:15px;
  106. }
  107. .promotion1_div2{
  108. width: 40px;
  109. height: 40px;
  110. float: right;
  111. vertical-align: top;
  112. text-align: center;
  113. margin-right: 1px;
  114. }
  115. .promotion2_div1{
  116. /*height: 50px;*/
  117. }
  118. .promotion2_span1{
  119. display: inline-block;
  120. width: 80px;
  121. height: 50px;
  122. /*line-height: 50px;*/
  123. text-align: right;
  124. }
  125. .promotion2_span2{
  126. display: inline-block;
  127. width: 500px;
  128. }
  129. .add_promotion_2{
  130. padding: 30px;
  131. border-bottom: 1px solid #ccc;
  132. }
  133. .promotion2_span3{
  134. border: 1px solid #ccc;
  135. width: 110px;
  136. height: 28px;
  137. display: inline-block;
  138. }
  139. .promotion2_span3 input{
  140. width: 80px;
  141. border: 0;
  142. text-align: right;
  143. }
  144. .add_promotion_3{
  145. width: 188px;
  146. margin: 15px auto;
  147. }
  148. .submit{
  149. width: 80px;
  150. height: 35px;
  151. text-align: center;
  152. line-height: 35px;
  153. display: inline-block;
  154. margin-right: 20px;
  155. }
  156. .cannel{
  157. width: 80px;
  158. height: 35px;
  159. text-align: center;
  160. line-height: 35px;
  161. border: 1px solid #ccc;
  162. display: inline-block;
  163. }