No Description

workOrder.css 3.9KB

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