Нет описания

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. */
  70. .xl_common {
  71. background: #fff;
  72. position: absolute;
  73. width: 100%;
  74. border: 1px solid darkgrey;
  75. right: 0;
  76. top: 26px;
  77. z-index: 10;
  78. display: none;
  79. /*height: 100px;*/
  80. overflow-y: auto;
  81. }
  82. .xl_common li {
  83. padding-top: 5px;
  84. cursor: pointer;
  85. }
  86. .xl_common li:hover {
  87. background: #EBEBEB;
  88. }
  89. .ld-service {
  90. margin-top: 10px;
  91. }
  92. .ld-service li {
  93. float: left;
  94. padding: 5px 10px;
  95. cursor: pointer;
  96. }
  97. .cr-click {
  98. background: #000000;
  99. color: #FFFFFF;
  100. cursor: pointer;
  101. }
  102. #sqzx td {
  103. padding: 6px 0 5px 10px;
  104. }
  105. #sqzx th {
  106. padding: 5px 8px 5px 0;
  107. text-align: right;
  108. }
  109. textarea {
  110. width: 400px;
  111. border: 1px solid #e6e6e6;
  112. outline: none;
  113. padding: 5px 10px;
  114. }
  115. .sqzx {
  116. border: 1px solid #e6e6e6;
  117. border-radius: 5px;
  118. margin: 15px 0;
  119. display: none;
  120. }
  121. .btns {
  122. text-align: center;
  123. }
  124. .btns input {
  125. padding: 5px 10px;
  126. margin: 10px 0;
  127. }
  128. .Shows {
  129. display: block;
  130. }
  131. .de_icon {
  132. position: absolute;
  133. top: 0;
  134. right: 25px;
  135. line-height: 27px;
  136. cursor: pointer;
  137. display: none;
  138. }
  139. .boxCon_label{
  140. width: 32%;
  141. }
  142. .boxCon_input{
  143. width:68%;
  144. float: right;
  145. }
  146. .boxCon_input input{
  147. border: 1px solid #e6e6e6;
  148. padding-left: 3px;
  149. height: 24px;
  150. width: 100%;
  151. }