equipmanage_cbd.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. body {
  2. overflow: hidden;
  3. background: #fff;
  4. }
  5. table th {
  6. white-space: nowrap;
  7. }
  8. table td {
  9. white-space: nowrap;
  10. }
  11. .form-group {
  12. /* display: inline-block; */
  13. }
  14. .form-group .sx-title {
  15. width: 104px;
  16. }
  17. #myModal {
  18. -moz-user-select: none;
  19. -khtml-user-select: none;
  20. user-select: none;
  21. }
  22. * {
  23. padding: 0;
  24. margin: 0;
  25. }
  26. .box {
  27. width: 60px;
  28. height: 25px;
  29. border: 1px solid #e2e2e3;
  30. position: relative;
  31. border-radius: 5px;
  32. }
  33. .box:before {
  34. position: absolute;
  35. width: 30px;
  36. height: 25px;
  37. text-align: center;
  38. line-height: 25px;
  39. color: #fff;
  40. top: 0;
  41. transition: all .5s ease;
  42. border-radius: 5px;
  43. }
  44. .yes:before {
  45. content: '开';
  46. /*display: block;*/
  47. left: 0;
  48. background: rgb(3, 193, 16);
  49. }
  50. .no:before {
  51. content: '关';
  52. /*display: block;*/
  53. left: 30px;
  54. background: rgb(251, 86, 86);
  55. }
  56. #checkBox {
  57. display: none;
  58. }
  59. #setting {
  60. width: 42px;
  61. height: 30px;
  62. border-radius: 5px;
  63. background: rgb(3, 193, 16);
  64. }
  65. /* 调整样式 */
  66. .fpsb-shaixuan .sx-title {
  67. width: inherit !important;
  68. }
  69. .form-group {
  70. vertical-align: middle;
  71. }
  72. .fpsb-shaixuan .enter-select {
  73. width: 156px !important;
  74. border: 1px solid #ccc !important;
  75. margin-bottom: 0 !important;
  76. }
  77. .fpsb-shaixuan .enter-form02 {
  78. float: none;
  79. display: inline-block;
  80. width: inherit;
  81. vertical-align: middle;
  82. margin-top: -4px;
  83. }
  84. .form-item {
  85. margin: 2em 0;
  86. }
  87. .form-group label {
  88. margin-bottom: 0;
  89. }
  90. .table th,
  91. .table td {
  92. text-align: center;
  93. vertical-align: middle;
  94. }
  95. .white-popup {
  96. position: relative;
  97. background: #FFF;
  98. padding: 20px;
  99. width: auto;
  100. max-width: 500px;
  101. margin: 20px auto;
  102. }
  103. /* 配置样式 */
  104. .modal-backdrop,
  105. .modal-backdrop.fade.in {
  106. opacity: .5;
  107. filter: alpha(opacity=50);
  108. }
  109. .configurationItem {
  110. margin-bottom: 12.9px;
  111. }
  112. .configurationTitle {
  113. width: 150px;
  114. text-align: right;
  115. font-size: 16px;
  116. }
  117. #timSelectBox,#timSelectBox2{
  118. width: 100px;
  119. text-align: center;
  120. background-color: #fff;
  121. border: 1px solid #ccc;
  122. line-height: 30px;
  123. height: 30px;
  124. display: inline-block;
  125. }
  126. /* .modal {
  127. width: 700px;
  128. margin-left: -350px;
  129. } */
  130. /* 拉杆 */
  131. .test {
  132. width: 500px;
  133. height: 20px;
  134. position: absolute;
  135. left: 0;
  136. top: 0;
  137. z-index: 99999;
  138. }
  139. .BarControl {
  140. width: 100%;
  141. height: 100%;
  142. padding: 0;
  143. margin: 0;
  144. display: inline-block;
  145. }
  146. .BarBeginTime,
  147. .BarFinishTime,
  148. .TheBar {
  149. display: inline-block;
  150. vertical-align: middle;
  151. padding: 0px;
  152. }
  153. .BarBeginTime {
  154. width: 15px;
  155. height: 20px;
  156. color: #b3b3b3;
  157. font-size: 8px;
  158. line-height: 20px;
  159. }
  160. .BarBeginTime,
  161. .BarFinishTime,
  162. .TheBar {
  163. display: inline-block;
  164. vertical-align: middle;
  165. padding: 0px;
  166. }
  167. .TheBar {
  168. position: relative;
  169. width: 400px;
  170. margin-left: 10px;
  171. margin-right: 10px;
  172. height: 6px;
  173. border-radius: 2px;
  174. -webkit-border-radius: 2px;
  175. -moz-border-radius: 2px;
  176. background: #b3b3b3;
  177. overflow: visible;
  178. border-radius: 4px;
  179. }
  180. .TimeBall {
  181. width: 12px;
  182. height: 15px;
  183. border-radius: 5px;
  184. -moz-border-radius: 5px;
  185. -webkit-border-radius: 5px;
  186. border: 2px solid #71c6ff;
  187. position: absolute;
  188. left: 0px;
  189. top: -6px;
  190. z-index: 2;
  191. cursor: pointer;
  192. background: #ededed;
  193. margin-left: -6px;
  194. }
  195. .TimeBallMove{
  196. background: #cecece;
  197. border: 2px solid #3498DB;
  198. }
  199. .TheColorBar {
  200. width: 0px;
  201. border-radius: 0px;
  202. -webkit-border-radius: 0px;
  203. -moz-border-radius: 0px;
  204. height: 100%;
  205. background: #66b4e9;
  206. float: left;
  207. border-radius: 4px;
  208. }
  209. .BarBeginTime {
  210. border: navajowhite;
  211. width: 20px;
  212. }
  213. .configurationDetial {
  214. position: relative;
  215. }
  216. .test input[readonly] {
  217. background: #fff;
  218. font-size: 18px;
  219. color: #333;
  220. }
  221. .saveParent {
  222. text-align: center;
  223. }
  224. .saveParent input {
  225. /* width: 80px; */
  226. font-size: 16px;
  227. line-height: 30px;
  228. margin: 0 10px;
  229. }