Нет описания

WorkOrderList.css 3.8KB

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