开封利通水务前端

AddWorkOrder.css 2.3KB

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