Brak opisu

AddWorkOrder.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .ldtp-cl {
  2. border: 1px solid #e6e6e6;
  3. padding: 0;
  4. }
  5. .latp_title {
  6. background:#18a689;
  7. font-size: 16px;
  8. padding: 5px;
  9. text-align: center;
  10. color: #FFFFFF;
  11. }
  12. .boxCon {
  13. width: 100%;
  14. background: #fff;
  15. text-align: center;
  16. padding: 10px 15px;
  17. }
  18. .inpBox {
  19. border: 1px solid #e6e6e6;
  20. height: 27px;
  21. width: 170px;
  22. display: inline-block;
  23. position: relative;
  24. vertical-align: middle;
  25. }
  26. .boxCon>div {
  27. padding: 5px;
  28. margin-bottom: 11px;
  29. }
  30. .boxCon label {
  31. text-align: right;
  32. }
  33. .inps {
  34. width: 167px;
  35. height: 24px;
  36. outline: none;
  37. border: 0;
  38. border-image-width: 0;
  39. padding: 0;
  40. padding-left: 3px;
  41. }
  42. .xl {
  43. display: inline-block;
  44. background: url(../../img/dropDown.png) no-repeat;
  45. height: 100%;
  46. background-position: center center;
  47. width: 20px;
  48. position: absolute;
  49. right: 0;
  50. top: 0px;
  51. background-color: #e6e6e6;
  52. cursor: pointer;
  53. }
  54. #Bc {
  55. padding: 7px;
  56. }
  57. .addTree {
  58. background: #fff;
  59. position: absolute;
  60. width: 100%;
  61. border: 1px solid darkgrey;
  62. right: 0;
  63. top: 26px;
  64. z-index: 10;
  65. display: none;
  66. height: 100px;
  67. overflow-y: auto;
  68. }
  69. .xl_common {
  70. background: #fff;
  71. position: absolute;
  72. width: 100%;
  73. border: 1px solid darkgrey;
  74. right: 0;
  75. top: 26px;
  76. z-index: 10;
  77. display: none;
  78. /*height: 100px;*/
  79. overflow-y: auto;
  80. }
  81. .xl_common li {
  82. padding-top: 5px;
  83. cursor: pointer;
  84. }
  85. .xl_common li:hover {
  86. background: #EBEBEB;
  87. }
  88. .ld-service {
  89. margin-top: 10px;
  90. }
  91. .ld-service li {
  92. float: left;
  93. padding: 5px 10px;
  94. cursor: pointer;
  95. }
  96. .cr-click {
  97. background: #000000;
  98. color: #FFFFFF;
  99. cursor: pointer;
  100. }
  101. #sqzx td {
  102. padding: 6px 0 5px 10px;
  103. }
  104. #sqzx th {
  105. padding: 5px 8px 5px 0;
  106. text-align: right;
  107. }
  108. textarea {
  109. width: 400px;
  110. border: 1px solid #e6e6e6;
  111. outline: none;
  112. padding: 5px 10px;
  113. }
  114. .sqzx {
  115. border: 1px solid #e6e6e6;
  116. border-radius: 5px;
  117. margin: 15px 0;
  118. display: none;
  119. }
  120. .btns {
  121. text-align: center;
  122. }
  123. .btns input {
  124. padding: 5px 10px;
  125. margin: 10px 0;
  126. }
  127. .Shows {
  128. display: block;
  129. }
  130. .de_icon {
  131. position: absolute;
  132. top: 0;
  133. right: 25px;
  134. line-height: 27px;
  135. cursor: pointer;
  136. display: none;
  137. }
  138. .boxCon_label{
  139. width: 32%;
  140. }
  141. .boxCon_input{
  142. width:68%;
  143. float: right;
  144. }
  145. .boxCon_input input{
  146. border: 1px solid #e6e6e6;
  147. padding-left: 3px;
  148. height: 24px;
  149. width: 100%;
  150. }