style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  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/a1.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 .scsj .icon{
  117. width: 40px;
  118. height: 40px;
  119. background: url('../icon/x.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. .navs_item li.sbjk .icon{
  129. width: 40px;
  130. height: 40px;
  131. background: url('../icon/sbjk.png') no-repeat;
  132. background-size: cover;
  133. position: absolute;
  134. top: 0;
  135. bottom: 5px;
  136. left: 0;
  137. right: 0;
  138. margin: auto;
  139. }
  140. .navs_item li .icon{
  141. width: 40px;
  142. height: 40px;
  143. background: url('../icon/s.png') no-repeat;
  144. background-size: cover;
  145. position: absolute;
  146. top: 0;
  147. bottom: 5px;
  148. left: 0;
  149. right: 0;
  150. margin: auto;
  151. }
  152. .borderRa{
  153. -webkit-border-radius: 10px;
  154. -moz-border-radius: 10px;
  155. border-radius: 10px;
  156. }
  157. .Stitle{
  158. font-size: 17px;
  159. color: #3d3c42;
  160. }
  161. .centertT{
  162. text-align: center;
  163. }
  164. .Scontent{
  165. text-indent:30px ;
  166. padding: 8px 0 5px 0;
  167. }
  168. .Notice{
  169. padding: 15px;
  170. background: #fff;
  171. -webkit-box-sizing: border-box;
  172. -moz-box-sizing: border-box;
  173. box-sizing: border-box;
  174. width: 100%;
  175. margin-bottom: 13px;
  176. position: relative;
  177. padding-top: 13px;
  178. box-shadow:0 3px 29px 0 rgba(59,74,116,0.14);
  179. }
  180. .Notice1{
  181. padding: 15px;
  182. background: #fff;
  183. -webkit-box-sizing: border-box;
  184. -moz-box-sizing: border-box;
  185. box-sizing: border-box;
  186. width: 100%;
  187. margin-bottom: 13px;
  188. position: relative;
  189. }
  190. .beforS:after{
  191. content: "";
  192. position: absolute;
  193. top: 50px;
  194. left: 0;
  195. width: 100%;
  196. height: 1px;
  197. background: #F3F3F3;
  198. }
  199. .afterS:after{
  200. content: "";
  201. position: absolute;
  202. bottom: 45px;
  203. left: 0;
  204. width: 100%;
  205. height: 1px;
  206. background: #F3F3F3;
  207. }
  208. .canvasTitle{
  209. font-size: 14px;
  210. color: #3d3c42;
  211. }
  212. .seachDetatle{
  213. color: #3d3c42;
  214. margin-top: 10px;
  215. }
  216. .circular{
  217. width: 60px;
  218. height: 60px;
  219. border-radius: 50%;
  220. line-height: 60px;
  221. text-align: center;
  222. color: #fff;
  223. font-size: 15px;
  224. }
  225. .police li span{
  226. margin-top:0;
  227. margin-bottom: 9px;
  228. }
  229. .police li:nth-child(1) .circular{
  230. background: #E74C3C;
  231. }
  232. .police li:nth-child(2) .circular{
  233. background: #E67E22;
  234. }
  235. .police li:nth-child(3) .circular{
  236. background: #3498DB;
  237. }
  238. .police .navs_item{
  239. margin: 0;
  240. margin-top: 20px;
  241. }
  242. .items{
  243. margin-top: 15px;
  244. padding: 0 23px;
  245. }
  246. .items .item i{
  247. width: 40px;
  248. height: 40px;
  249. display: block;
  250. background-position: center;
  251. margin-top: 10px;
  252. }
  253. .items .item span{
  254. margin: 10px 0;
  255. font-size: 14px;
  256. color:#232627;
  257. }
  258. .num{
  259. font-size: 14px;
  260. color:#232627;
  261. }
  262. .items .item:nth-child(1) i{
  263. background: url('../icon/p.png') no-repeat;
  264. background-size: cover;
  265. }
  266. .items .item:nth-child(2) i{
  267. background: url('../icon/d.png') no-repeat;
  268. background-size: cover;
  269. }
  270. .items .item:nth-child(3) i{
  271. background: url('../icon/g.png') no-repeat;
  272. background-size: cover;
  273. }
  274. .selectYield{
  275. outline: none;
  276. border: 1px solid #F3F3F3;
  277. padding: 5px;
  278. width: 100px;
  279. height: 32px;
  280. line-height: 30px;
  281. border-radius: 3px;
  282. margin-top: 10px;
  283. background: #fff;
  284. }
  285. #button-value{
  286. width: 120px;
  287. padding: 6px 0;
  288. -webkit-border-radius: 3px;
  289. -moz-border-radius: 3px;
  290. border-radius: 3px;
  291. border: 1px solid #F3F3F3;
  292. padding-left: 10px;
  293. color: #3d3c42;
  294. font-size: 14px;
  295. -webkit-box-sizing: border-box;
  296. -moz-box-sizing: border-box;
  297. box-sizing: border-box;
  298. -webkit-appearance:none;
  299. }
  300. .button-value{
  301. width: 90px;
  302. padding: 6px 0;
  303. -webkit-border-radius: 3px;
  304. -moz-border-radius: 3px;
  305. border-radius: 3px;
  306. border: 1px solid #F3F3F3;
  307. text-align: center;
  308. color: #3d3c42;
  309. font-size: 14px;
  310. -webkit-box-sizing: border-box;
  311. -moz-box-sizing: border-box;
  312. box-sizing: border-box;
  313. outline: none;
  314. -webkit-appearance:none;
  315. }
  316. .selectTime,.selectTime1{
  317. margin-left: 10px;
  318. }
  319. .Sharebox{
  320. display: inline-block;
  321. }
  322. .lower{
  323. width: 10px;
  324. height: 10px;
  325. position: absolute;
  326. top: 10px;
  327. right: 10px;
  328. background: url("../icon/lower.png") no-repeat;
  329. background-size: cover;
  330. background-position: center;
  331. }
  332. .padding0{
  333. padding: 0 15px;
  334. }
  335. /*弹性盒子*/
  336. .flex-space{
  337. display: -webkit-flex;
  338. display: flex;
  339. justify-content: space-between;
  340. -webkit-justify-content: space-between;
  341. flex-wrap: nowrap;
  342. -webkit-flex-wrap: nowrap;
  343. align-items: center;
  344. }
  345. .flex-start{
  346. display: -webkit-flex;
  347. display: flex;
  348. justify-content: flex-start;
  349. -webkit-justify-content: flex-start;
  350. flex-wrap: nowrap;
  351. -webkit-flex-wrap: nowrap;
  352. align-items: center;
  353. }
  354. .flex-center{
  355. display: -webkit-flex;
  356. display: flex;
  357. justify-content: center;
  358. -webkit-justify-content: center;
  359. flex-wrap: nowrap;
  360. -webkit-flex-wrap: nowrap;
  361. align-items: center;
  362. }
  363. /*// 无内容*/
  364. .noText{
  365. width: 91px;
  366. height: 134px;
  367. position: absolute;
  368. top: 0;
  369. left: 0;
  370. right: 0;
  371. bottom: 0;
  372. margin: auto;
  373. }
  374. .noText img{
  375. width: 100%;
  376. }
  377. /*****审批人列表***/
  378. .api_layout_box{
  379. background-color: rgba(0,0,0, .4);
  380. position: fixed; margin: auto;
  381. left: 0; right: 0; top: 0; bottom: 0;
  382. width: 100%;
  383. height: 100%;
  384. opacity: 1;
  385. padding: 0 20px;
  386. -webkit-box-sizing: border-box;
  387. box-sizing: border-box;
  388. overflow: hidden;
  389. }
  390. .box_m{
  391. width: 325px; height: 444px;
  392. background: #fff;
  393. border-radius: 5px;
  394. position: absolute;
  395. top: 0;
  396. left: 0;
  397. right: 0;
  398. bottom: 0;
  399. margin: auto;
  400. padding-top: 120px;
  401. overflow: hidden;
  402. }
  403. .api_box{
  404. position: absolute;
  405. top: 0;
  406. left: 0;
  407. width: 100%;
  408. background: #fff;
  409. z-index: 100;
  410. padding: 0 20px;
  411. -webkit-box-sizing: border-box;
  412. box-sizing: border-box;
  413. border-radius: 5px;
  414. }
  415. .api_box h3{
  416. font-size: initial;
  417. }
  418. .selectTitle{
  419. padding: 15px 0;
  420. }
  421. .api_layout_box .font-s{
  422. font-size: 14px;
  423. }
  424. .api_layout_box .input-s{
  425. height: 40px;
  426. border: 1px solid #97a3b4;
  427. -webkit-border-radius: 5px;
  428. -moz-border-radius: 5px;
  429. border-radius: 5px;
  430. padding-left: 10px;
  431. }
  432. .api_layout_box .column{
  433. height: 319px;
  434. overflow-y: scroll;;
  435. -webkit-overflow-scrolling: touch;
  436. }
  437. .column-select{
  438. background-color: transparent;
  439. box-shadow: none;
  440. display: block;
  441. padding: 0;
  442. margin: 0;
  443. width: 100%;
  444. line-height: normal;
  445. color: #424242;
  446. font-family: inherit;
  447. box-sizing: border-box;
  448. -webkit-user-select: text;
  449. user-select: text;
  450. -webkit-appearance: none;
  451. appearance: none;
  452. }
  453. .aui-list-item-input{
  454. margin-top: 10px;
  455. position: relative;
  456. }
  457. .aui-list-item-input:after{
  458. content:"";
  459. border-left:5px solid transparent;
  460. border-right:5px solid transparent;
  461. border-bottom:5px solid #b3c0ce;
  462. -webkit-transform-origin:5px 2.5px;
  463. transform-origin:5px 2.5px;
  464. -webkit-transition: all .5s ease;
  465. transition: all .5s ease;
  466. position:absolute;
  467. right:10px;
  468. top:18px;
  469. -webkit-transform:rotate(180deg);
  470. transform:rotate(180deg);
  471. }
  472. .api_leader_head{
  473. height: 50px;
  474. width: 50px;
  475. display: block;
  476. -webkit-border-radius: 50%;
  477. border-radius: 50%;
  478. margin-right: 10px;
  479. }
  480. .api_layout_box .column li{
  481. padding: 10px;
  482. }
  483. /*cheackbox*/
  484. .remember-password-container {
  485. width: 56px;
  486. height: 24px;
  487. text-align: center;
  488. }
  489. .remember-password-container .remember-password-content {
  490. position: relative;
  491. }
  492. .remember-password-container input[type=checkbox]{
  493. width: 20px;
  494. height: 20px;
  495. position: absolute;
  496. opacity: 0;
  497. cursor: pointer;
  498. z-index: 2;
  499. font-size: initial;
  500. }
  501. .remember-me-label {
  502. cursor: pointer;
  503. }
  504. .remember-password-container span {
  505. position: absolute;
  506. width: 20px;
  507. height: 20px;
  508. top: 2px;
  509. background: url(../image/cheackbox2.png);
  510. background-size: 20px;
  511. background-repeat: no-repeat;
  512. }
  513. .remember-password-container input[type=checkbox]:checked+span {
  514. background: url(../image/cheackbox1.png);
  515. background-size: 20px;
  516. background-repeat: no-repeat;
  517. }
  518. .api_box .api-icon-close{
  519. position: absolute;
  520. top: 13px;
  521. right: -5px;
  522. font-size: 24px;
  523. font-weight: bold;
  524. }
  525. select{
  526. outline: none;
  527. }