style.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. html,body { font-size:14px; height:100%; }
  2. .hover{ opacity: .8; }
  3. .flex-wrap{ display: -webkit-box; display: -webkit-flex; display: flex; }
  4. .flex-con{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
  5. .flex-vertical{ -webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}
  6. .border-t,
  7. .border-b{ position:relative; }
  8. .border-t:before,
  9. .border-b:after{ content: ''; position: absolute; left: 0; top:0; background: #ddd; right:0; height: 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  10. .border-b:after{ top:auto; bottom:0; }
  11. #footer:after{ content: ''; position: absolute; left: 0; top:0; background: #ddd; right:0; height: 1px; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  12. #wrap{ height: 100%; }
  13. .normal{
  14. color: #2c3e50;
  15. }
  16. .alarm{
  17. color: #e74c3c;
  18. }
  19. .sign{
  20. color: #27ae60;
  21. }
  22. .fault{
  23. color: #2873ff;
  24. }
  25. .close{
  26. color: #2873ff;
  27. }
  28. .open{
  29. color: #27ae60;
  30. }
  31. .normalBg{
  32. background: #2c3e50;
  33. }
  34. .alarmBg{
  35. background: #e74c3c;
  36. }
  37. .signBg{
  38. background: #27ae60;
  39. }
  40. .faultBg{
  41. background: #2873ff;
  42. }
  43. .closeBg{
  44. background: #2873ff;
  45. }
  46. .openBg{
  47. background: #27ae60;
  48. }
  49. .NoContent{
  50. color: #c0c6ca;
  51. }
  52. .Nonews{
  53. width: 91px;
  54. height: 129px;
  55. background: url("../image/NOnews.png") no-repeat;
  56. background-size: contain;
  57. position: absolute;
  58. top: 0;
  59. left: 0;
  60. right: 0;
  61. bottom: 0;
  62. margin: auto;
  63. display: none;
  64. }
  65. /*生产数据图表css*/
  66. .navs_item{
  67. padding: 0 15px;
  68. }
  69. .navs_item li{
  70. text-align: center;
  71. position: relative;
  72. }
  73. .navs_item li span{
  74. font-size: 14px;
  75. color: #3d3c42;
  76. }
  77. .icon_p{
  78. width: 68px;
  79. height: 48px;
  80. background: #fff;
  81. -webkit-border-radius: 50%;
  82. -moz-border-radius: 50%;
  83. border-radius: 50%;
  84. position: relative;
  85. }
  86. .navs_item li:first-child:after{
  87. content: "";
  88. display: table;
  89. width: 1px;
  90. height: 100%;
  91. position: absolute;
  92. top: 0;right: 0;
  93. background: #ecf0f1;
  94. }
  95. .navs_item li:nth-child(2) .icon{
  96. background: url('../icon/r.png') no-repeat;
  97. background-size: cover;
  98. }
  99. .navs_item li:nth-child(3) .icon{
  100. background: url('../icon/a.png') no-repeat;
  101. background-size: cover;
  102. }
  103. .navs_item li:nth-child(4) .icon{
  104. background: url('../icon/x.png') no-repeat;
  105. background-size: cover;
  106. }
  107. .navs_item li:last-child:after{
  108. content: "";
  109. display: table;
  110. width: 1px;
  111. height: 100%;
  112. position: absolute;
  113. top: 0;left: 0;
  114. background: #ecf0f1;
  115. }
  116. .navs_item li .icon{
  117. width: 40px;
  118. height: 40px;
  119. background: url('../icon/s.png') no-repeat;
  120. background-size: cover;
  121. position: absolute;
  122. top: 0;
  123. bottom: 5px;
  124. left: 0;
  125. right: 0;
  126. margin: auto;
  127. }
  128. .borderRa{
  129. -webkit-border-radius: 10px;
  130. -moz-border-radius: 10px;
  131. border-radius: 10px;
  132. }
  133. .Stitle{
  134. font-size: 17px;
  135. color: #3d3c42;
  136. }
  137. .centertT{
  138. text-align: center;
  139. }
  140. .Scontent{
  141. text-indent:30px ;
  142. padding: 8px 0 5px 0;
  143. }
  144. .Notice{
  145. padding: 15px;
  146. background: #fff;
  147. -webkit-box-sizing: border-box;
  148. -moz-box-sizing: border-box;
  149. box-sizing: border-box;
  150. width: 100%;
  151. margin-bottom: 13px;
  152. position: relative;
  153. padding-top: 13px;
  154. box-shadow:0 3px 29px 0 rgba(59,74,116,0.14);
  155. }
  156. .Notice1{
  157. padding: 15px;
  158. background: #fff;
  159. -webkit-box-sizing: border-box;
  160. -moz-box-sizing: border-box;
  161. box-sizing: border-box;
  162. width: 100%;
  163. margin-bottom: 13px;
  164. position: relative;
  165. }
  166. .beforS:after{
  167. content: "";
  168. position: absolute;
  169. top: 50px;
  170. left: 0;
  171. width: 100%;
  172. height: 1px;
  173. background: #F3F3F3;
  174. }
  175. .afterS:after{
  176. content: "";
  177. position: absolute;
  178. bottom: 45px;
  179. left: 0;
  180. width: 100%;
  181. height: 1px;
  182. background: #F3F3F3;
  183. }
  184. .canvasTitle{
  185. font-size: 14px;
  186. color: #3d3c42;
  187. }
  188. .seachDetatle{
  189. color: #3d3c42;
  190. margin-top: 10px;
  191. }
  192. .circular{
  193. width: 60px;
  194. height: 60px;
  195. border-radius: 50%;
  196. line-height: 60px;
  197. text-align: center;
  198. color: #fff;
  199. font-size: 15px;
  200. }
  201. .police li span{
  202. margin-top:0;
  203. margin-bottom: 9px;
  204. }
  205. .police li:nth-child(1) .circular{
  206. background: #E74C3C;
  207. }
  208. .police li:nth-child(2) .circular{
  209. background: #E67E22;
  210. }
  211. .police li:nth-child(3) .circular{
  212. background: #3498DB;
  213. }
  214. .police .navs_item{
  215. margin: 0;
  216. margin-top: 20px;
  217. }
  218. .items{
  219. margin-top: 15px;
  220. padding: 0 23px;
  221. }
  222. .items .item i{
  223. width: 40px;
  224. height: 40px;
  225. display: block;
  226. background-position: center;
  227. margin-top: 10px;
  228. }
  229. .items .item span{
  230. margin: 10px 0;
  231. font-size: 14px;
  232. color:#232627;
  233. }
  234. .num{
  235. font-size: 14px;
  236. color:#232627;
  237. }
  238. .items .item:nth-child(1) i{
  239. background: url('../icon/p.png') no-repeat;
  240. background-size: cover;
  241. }
  242. .items .item:nth-child(2) i{
  243. background: url('../icon/d.png') no-repeat;
  244. background-size: cover;
  245. }
  246. .items .item:nth-child(3) i{
  247. background: url('../icon/g.png') no-repeat;
  248. background-size: cover;
  249. }
  250. .selectYield{
  251. outline: none;
  252. border: 1px solid #F3F3F3;
  253. padding: 5px;
  254. width: 100px;
  255. height: 32px;
  256. line-height: 30px;
  257. border-radius: 3px;
  258. margin-top: 10px;
  259. background: #fff;
  260. }
  261. #button-value{
  262. width: 120px;
  263. padding: 6px 0;
  264. -webkit-border-radius: 3px;
  265. -moz-border-radius: 3px;
  266. border-radius: 3px;
  267. border: 1px solid #F3F3F3;
  268. padding-left: 15px;
  269. color: #3d3c42;
  270. font-size: 14px;
  271. -webkit-box-sizing: border-box;
  272. -moz-box-sizing: border-box;
  273. box-sizing: border-box;
  274. }
  275. .button-value{
  276. width: 90px;
  277. padding: 6px 0;
  278. -webkit-border-radius: 3px;
  279. -moz-border-radius: 3px;
  280. border-radius: 3px;
  281. border: 1px solid #F3F3F3;
  282. text-align: center;
  283. color: #3d3c42;
  284. font-size: 14px;
  285. -webkit-box-sizing: border-box;
  286. -moz-box-sizing: border-box;
  287. box-sizing: border-box;
  288. }
  289. .selectTime,.selectTime1{
  290. margin-left: 10px;
  291. }
  292. .Sharebox{
  293. display: inline-block;
  294. }
  295. .lower{
  296. width: 10px;
  297. height: 10px;
  298. position: absolute;
  299. top: 10px;
  300. right: 10px;
  301. background: url("../icon/lower.png") no-repeat;
  302. background-size: cover;
  303. background-position: center;
  304. }
  305. .padding0{
  306. padding: 0 15px;
  307. }