Keine Beschreibung

WorkOrderList.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. #sqzx th {
  2. padding: 5px 8px 5px 0;
  3. text-align: right;
  4. }
  5. #sqzx td {
  6. padding: 6px 0 5px 10px;
  7. }
  8. .clearFix:after {
  9. content: "";
  10. display: block;
  11. clear: both;
  12. }
  13. .box_content {
  14. border-bottom: 1px solid #ccc;
  15. }
  16. .tj_content {
  17. border: 1px solid #e6e6e6;
  18. border-radius: 5px;
  19. }
  20. .t-shade {
  21. position: fixed;
  22. top: 0;
  23. left: 0;
  24. width: 100%;
  25. background: rgba(0, 0, 0, 0.48);
  26. z-index: 10004;
  27. display: none;
  28. }
  29. .lyxz .shade_k {
  30. z-index: 10005;
  31. width: 40%;
  32. left: 30%;
  33. position: absolute;
  34. background-color: rgb(255, 255, 255);
  35. box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 50px;
  36. margin: 20% auto;
  37. border-radius: 5px;
  38. }
  39. .shade_title {
  40. padding: 0 80px 0 20px;
  41. height: 42px;
  42. line-height: 42px;
  43. border-bottom: 1px solid #eee;
  44. font-size: 16px;
  45. color: #ffffff;
  46. overflow: hidden;
  47. background-color: #00a1cb;
  48. border-radius: 2px 2px 0 0;
  49. position: relative;
  50. border-top-left-radius: 5px;
  51. border-top-right-radius: 5px;
  52. }
  53. .cx {
  54. display: block;
  55. }
  56. .setwin {
  57. position: absolute;
  58. right: 15px;
  59. top: 5px;
  60. font-size: 0;
  61. line-height: initial;
  62. }
  63. .setwin a {
  64. position: relative;
  65. width: 16px;
  66. height: 16px;
  67. font-size: 20px;
  68. color: #fff;
  69. }
  70. .xg i {
  71. font-size: 16px;
  72. }
  73. .inpBox {
  74. /* border: 1px solid #cccccc; */
  75. width: 100%;
  76. display: inline-block;
  77. position: relative;
  78. vertical-align: middle;
  79. position: absolute;
  80. padding: 6px 0 5px 10px;
  81. left: 0px;
  82. top: 0px;
  83. z-index: 111;
  84. }
  85. .selDpart1 {
  86. position: absolute;
  87. left: 10px;
  88. top: 33px;
  89. z-index: 11111;
  90. width: 220px;
  91. line-height: 30px;
  92. background: #ffffff;
  93. display: none;
  94. }
  95. #sponsor {
  96. width: 218px;
  97. border: 1px solid #00a1cb;
  98. margin: 0;
  99. padding: 0;
  100. list-style: none;
  101. max-height: 212px;
  102. overflow-x: hidden;
  103. overflow-y: scroll;
  104. }
  105. #sponsor li {
  106. margin: 0;
  107. padding-left: 10px;
  108. width: 220px;
  109. height: 30px;
  110. line-height: 30px;
  111. list-style: none;
  112. }
  113. #sponsor li:hover {
  114. background: #00a1cb;
  115. }
  116. .addTree,
  117. .addTreeReactionCategory {
  118. background: #fff;
  119. position: absolute;
  120. width: 95%;
  121. border: 1px solid darkgrey;
  122. left: 10px;
  123. top: 33px;
  124. display: none;
  125. z-index: 222;
  126. }
  127. .ztree li span {
  128. border: none;
  129. padding: 0;
  130. }
  131. .inps,
  132. .inpsReactionCategory {
  133. width: 100%;
  134. height: 33px;
  135. outline: none;
  136. border: 0;
  137. border-image-width: 0;
  138. padding: 0;
  139. padding-left: 3px;
  140. }
  141. .xl,
  142. .xlReactionCategory {
  143. display: inline-block;
  144. background: url(../img/dropDown.png) no-repeat;
  145. height: 100%;
  146. background-position: center center;
  147. width: 20px;
  148. position: absolute;
  149. right: 0;
  150. top: 0px;
  151. /* background-color: #f7bc8b; */
  152. cursor: pointer;
  153. }
  154. .Cleans,
  155. .CleansReactionCategory {
  156. display: inline-block;
  157. width: 20px;
  158. position: absolute;
  159. right: 21px;
  160. top: 14px;
  161. display: none;
  162. }
  163. .Min-width {
  164. display: inline-block;
  165. width: 50%;
  166. margin-right: 30px;
  167. }
  168. .btn-default {
  169. background: #ffffff;
  170. color: #000000;
  171. }
  172. .nameJustified {
  173. width: 5em;
  174. display: inline-block;
  175. text-align: justify;
  176. text-align-last: justify;
  177. }