Ei kuvausta

AddWorkOrder.css 2.2KB

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