style.css 11 KB

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