per-manage.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. /* 人员管理 */
  2. .mainbox {
  3. min-width: 1024px;
  4. max-width: 1920px;
  5. /* padding: 0.8125rem 1.1rem 1rem .9rem; */
  6. padding: 3.3% 5% 4% 4%;
  7. /* display: flex; */
  8. height: 100%;
  9. /* height: 100vh;
  10. min-height: 723px */
  11. /* min-height: 10rem; */
  12. }
  13. .per-manage {
  14. height: 13.5rem
  15. }
  16. .column1 {}
  17. .column2 {}
  18. .column3 {
  19. overflow: hidden;
  20. height: 10.5rem;
  21. /* height: calc(100vh - 2.7rem); */
  22. /* min-height: 10.5rem; */
  23. position: relative;
  24. }
  25. .title {
  26. line-height: 0.6rem;
  27. font-size: 0.25rem;
  28. margin-top: .12rem;
  29. font-size: 0.25rem;
  30. margin-left: 0.35rem;
  31. /* color:#02DDF2; */
  32. background-image: -webkit-linear-gradient(bottom, #00adce, #fff);
  33. -webkit-background-clip: text;
  34. -webkit-text-fill-color: transparent;
  35. background-image: -webkit-linear-gradient(rottom, #00adce, #fff);
  36. background-image: linear-gradient(to rottom, #00adce, #fff);
  37. -webkit-background-clip: text;
  38. -ms-background-clip: text;
  39. -o-background-clip: text;
  40. -webkit-text-fill-color: transparent;
  41. }
  42. .column2 .title {
  43. margin-left: .6rem;
  44. }
  45. .column1 ul {
  46. padding: 0.6rem 0.625rem 0.375rem 0.4rem;
  47. }
  48. .column1 li a {
  49. color: #0082FF;
  50. line-height: 0.65rem;
  51. font-size: 0.2rem;
  52. padding-left: .4rem;
  53. display: block;
  54. margin-bottom: 0.25rem;
  55. background-image: url(../images/list.png);
  56. background-repeat: no-repeat;
  57. background-size: 100% 100%;
  58. cursor: pointer;
  59. }
  60. .column1 li.selected a,
  61. .column1 li:hover a {
  62. background-image: url(../images/list-on.png);
  63. color: #31E9FF
  64. }
  65. .departlist-box,
  66. .memberbox {
  67. padding: 0.25rem;
  68. /* padding: 20px 10px */
  69. }
  70. .departlist-box {
  71. width: 100%;
  72. padding: 0.25rem 0.25rem 0rem 0.1rem;
  73. /* padding: 20px 10px 0 10px; */
  74. }
  75. .departtit,
  76. .membertit {
  77. font-size: 0.25rem;
  78. color: #31e9ff;
  79. margin-bottom: 0.3rem
  80. }
  81. .membertit {
  82. margin-bottom: 0.125rem
  83. }
  84. ul.depart-opera {
  85. display: flex
  86. }
  87. .depart-opera a {
  88. cursor: pointer;
  89. }
  90. .depart-opera li {
  91. display: inline-block;
  92. font-size: 0.15rem;
  93. flex: 1;
  94. }
  95. .depart-opera li a.button {
  96. width: 80%;
  97. padding: 0
  98. }
  99. .column2 .depart-opera li:nth-child(3) {
  100. margin-right: 0
  101. }
  102. .member-choose {
  103. text-align: right
  104. }
  105. .member-choose span {
  106. color: #0078FF;
  107. font-size: 0.2rem;
  108. margin-right: 0.0875rem
  109. }
  110. .member-choose input,
  111. .member-choose select,
  112. .member-choose option {
  113. display: inline-block;
  114. width: 2.0125rem;
  115. height: 0.3625rem;
  116. line-height: 0.3625rem;
  117. border-radius: 5px;
  118. text-indent: 0.0625rem;
  119. margin-right: 0.2rem;
  120. font-size: 0.2rem;
  121. border: none;
  122. background: #fff;
  123. -webkit-appearance: auto;
  124. }
  125. .member-choose a.button {
  126. margin-right: 0.3rem
  127. }
  128. .member-operate span {
  129. color: #0078FF;
  130. font-size: 0.2rem;
  131. margin-right: 0.0875rem
  132. }
  133. .member-operate input,
  134. .member-operate select,
  135. .member-operate option {
  136. display: inline-block;
  137. width: 2.0125rem;
  138. height: 0.3625rem;
  139. line-height: 0.3625rem;
  140. border-radius: 5px;
  141. text-indent: 0.0625rem;
  142. margin-right: 0.5rem;
  143. border: none;
  144. }
  145. .member-operate a.button {
  146. margin-right: 0.3rem
  147. }
  148. .member-operate {
  149. text-align: right;
  150. padding: 0.4375rem 0;
  151. position: relative;
  152. }
  153. .member-operate a.button {
  154. margin-right: 0.3rem;
  155. cursor: pointer;
  156. }
  157. /* 表格 */
  158. .pure-table {
  159. color: #fff;
  160. width: 100%
  161. }
  162. .pure-table th {
  163. background: linear-gradient(to bottom, #525970, #2d323e);
  164. }
  165. .pure-table td,
  166. .pure-table th {
  167. background-color: #1f2933;
  168. /* border-color: #101010; */
  169. text-align: center;
  170. border: 1px solid black;
  171. line-height: 0.3125rem;
  172. font-size: 0.2rem;
  173. border-collapse: collapse;
  174. border-spacing: 0;
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. max-width: 5rem;
  179. /* width: 0.3375rem */
  180. }
  181. .pure-table tbody tr:hover td:not(:first-child) {
  182. background-color: rgba(14, 112, 203, .3);
  183. }
  184. .pure-table .selected td:not(:first-child) {
  185. background-color: #0e70cb;
  186. border-style: dotted;
  187. }
  188. .pure-table .selected td:not(:first-child) .view-detail {
  189. color: #fff
  190. }
  191. .pure-table .selected td {
  192. border-style: dotted;
  193. }
  194. .pure-table .status {
  195. background-image: url(../images/unchecked.gif);
  196. background-repeat: no-repeat;
  197. background-position: center center;
  198. }
  199. .pure-table th span {
  200. width: 27px;
  201. height: 27px;
  202. display: block
  203. }
  204. .pure-table .checked {
  205. background-image: url(../images/checked.gif);
  206. background-repeat: no-repeat;
  207. background-position: center center;
  208. }
  209. .pure-table tr:nth-child(even) td {
  210. background-color: #1a232b
  211. }
  212. .pure-table tr td:first-child {
  213. background-color: #fff;
  214. width: 0.3375rem
  215. }
  216. .pure-table tr td.checked {
  217. background-color: orange
  218. }
  219. /* 权限管理 */
  220. /* 菜单表部分 */
  221. .menutab {
  222. border-bottom: 2px solid #26c5ff;
  223. /* line-height: 0.5rem; */
  224. background: #4C5465;
  225. align-items: center;
  226. }
  227. .menutab a {
  228. display: inline-block;
  229. padding: 0.1125rem 0.2rem;
  230. background: #616F8C;
  231. /* line-height: 0.45rem; */
  232. color: #fff;
  233. border-top-left-radius: 6px;
  234. border-top-right-radius: 6px;
  235. font-size: 0.2rem;
  236. margin: 0.025rem auto 0.0125rem;
  237. cursor: pointer;
  238. border: 1px solid #2e3746;
  239. }
  240. .menutab a.selected,
  241. .menutab a:hover {
  242. background: #26C5FF
  243. }
  244. /* 单位信息 */
  245. .logo-img {
  246. width: 0.2rem;
  247. height: 0.2rem;
  248. margin: 0 auto;
  249. display: block;
  250. background-image: url(../images/logo-img.png);
  251. background-size: 100% 100%;
  252. }
  253. /* 事件中心 */
  254. .memberbox2 .member-choose input,
  255. .memberbox2 .member-choose select,
  256. .memberbox2 .member-choose option {
  257. width: 1.75rem
  258. }
  259. .toTime {
  260. display: inline-block;
  261. margin: 0 0.125rem;
  262. color: #fff
  263. }
  264. .event-count-box {
  265. /* width: 100%; */
  266. position: absolute;
  267. top: 0.2rem;
  268. text-align: left;
  269. }
  270. .event-count-box li {
  271. text-align: center;
  272. border: 1px solid red;
  273. display: inline-block;
  274. line-height: 0.775rem;
  275. height: 0.775rem;
  276. margin-right: 0.25rem;
  277. border: 2px solid #0057ac;
  278. padding: 0 0.125rem
  279. }
  280. .event-count-box li span {
  281. vertical-align: middle;
  282. color: #fff;
  283. font-size: 0.2rem;
  284. }
  285. .event-count-box li img {
  286. vertical-align: middle;
  287. width: 0.375rem;
  288. margin-right: 0.2rem;
  289. }
  290. .event-count-box li .event-num {
  291. font-size: 0.35rem;
  292. }
  293. .view-detail,
  294. .interface-doc {
  295. cursor: pointer;
  296. text-decoration: underline;
  297. color: #0078FF
  298. }
  299. .error-radio .layui-form-item {
  300. display: inline-block;
  301. margin-bottom: 0
  302. }
  303. .error-radio .layui-input-block {
  304. margin-left: 0
  305. }
  306. .error-radio .layui-form-radio {
  307. margin: 0;
  308. width: 80px;
  309. line-height: 20px;
  310. }
  311. .error-radio .layui-form-radioed>i,
  312. .error-radio .layui-form-radio>i:hover {
  313. color: rgb(118, 118, 118)
  314. }
  315. .error-radio .layui-anim-scaleSpring {
  316. -webkit-animation-name: none;
  317. animation-name: none;
  318. }
  319. .error-radio .layui-input-block {
  320. min-height: auto;
  321. }
  322. .error-radio .layui-form-radio>i {
  323. font-size: 14px;
  324. }
  325. /* 设备检测弹框样式 */
  326. .layui-input-block {
  327. margin-left: 0;
  328. }
  329. .layui-form-checkbox[lay-skin="primary"] span {
  330. color: #fff
  331. }
  332. .checkallblock {
  333. background: #31383F;
  334. padding-left: 7px;
  335. line-height: 30px
  336. }
  337. .checkselfblock {
  338. background: #44474A;
  339. padding: 10px 7px 40px;
  340. /* height: 415px; */
  341. }
  342. .checkselfblock .layui-form-checkbox[lay-skin="primary"] {
  343. width: 24%;
  344. line-height: 30px
  345. }
  346. .checkselfblock .layui-form-checkbox {
  347. margin-bottom: 10px
  348. }
  349. .layui-col-md4 {
  350. /* padding:0;
  351. margin:5px;
  352. background:red; */
  353. }
  354. /* 资产管理弹框样式 */
  355. .layui-col-xs4.choose-item {
  356. /* margin-bottom:20px */
  357. margin-bottom: 10px
  358. }
  359. .layui-col-xs4.choose-item span {
  360. width: 100px;
  361. text-align: right;
  362. }
  363. /* 隐患管理 */
  364. .content-long {
  365. width: 200px;
  366. padding: 0 10px;
  367. display: block;
  368. overflow: hidden;
  369. white-space: nowrap;
  370. text-overflow: ellipsis;
  371. }
  372. /* .over_one_line{
  373. display: block;
  374. */
  375. .systemLogoShow {
  376. max-height: 100%;
  377. height: 20px;
  378. }
  379. .layui-laydate td.layui-this {
  380. background-color: #0057ac !important;
  381. color: #fff !important;
  382. }
  383. /* 三级联动: */
  384. .outer {
  385. width: 500px;
  386. margin: 20px auto;
  387. }
  388. /* 资产二维码图片放大 */
  389. .enlargeImg {
  390. height: 0.28rem;
  391. }
  392. .enlargeImg_wrapper {
  393. display: none;
  394. position: absolute;
  395. z-index: 999;
  396. top: 30%;
  397. margin-top: -50px;
  398. height: 200px;
  399. width: 200px;
  400. /* right: 0; */
  401. /* bottom: 0; */
  402. margin-left: -150px;
  403. left: 50%;
  404. background-repeat: no-repeat;
  405. /* background-attachment: fixed; */
  406. background-position: center;
  407. background-color: rgba(0, 0, 0, .2);
  408. background-size: 50%;
  409. }
  410. /* 账户管理修改多选 */
  411. .userCheckBox {
  412. display: inline-block;
  413. padding: .125rem
  414. }
  415. .userCheckBox .checkselfblock .layui-form-checkbox[lay-skin="primary"] {
  416. width: auto;
  417. }
  418. .userCheckBox .layui-form-checkbox[lay-skin="primary"] span {
  419. color: #aaa
  420. }
  421. .userCheckBox .layui-form-checkbox[lay-skin="primary"] i {
  422. /* background-color: #aaa */
  423. }
  424. /* 月度考评导出 */
  425. .exportBox {
  426. position: absolute;
  427. left: 0;
  428. right: 0;
  429. /* bottom: 1rem; */
  430. top: 30px;
  431. font-size: 14px;
  432. width: 100%;
  433. height: 90%;
  434. z-index: 10;
  435. }
  436. .exportBox table,
  437. .exportBox table tr th,
  438. .exportBox table tr td {
  439. border: 1px solid #eee;
  440. margin: 0 auto;
  441. }
  442. .exportBox td,
  443. .exportBox th {
  444. padding: 3px 0;
  445. }
  446. .exportBox .exportContainer {
  447. z-index: 19000;
  448. /* width: 650px; */
  449. margin: 0 auto;
  450. box-shadow: #888888 0px 0px 4px;
  451. display: block;
  452. background: #1f2833;
  453. color: #fff;
  454. height: 100%;
  455. overflow: auto;
  456. padding: 15px;
  457. }
  458. .exportBox h3.title {
  459. text-align: center;
  460. background: #1f2833;
  461. font-size: 16px;
  462. }
  463. .exportBox section {
  464. padding-bottom: 30px;
  465. }
  466. .exportBox section .table-sub {
  467. margin-top: 10px;
  468. font-size: 13px;
  469. }
  470. .exportBox section .innerChart {
  471. width: 100%;
  472. height: 220px;
  473. padding: 10px 0;
  474. }
  475. .exportBox section .summary2 {
  476. display: flex;
  477. margin: 0 10px;
  478. line-height: 1.5;
  479. }
  480. .exportBox section .summary2>div:first-child {
  481. width: 60px;
  482. }
  483. .exportBox section .summary2>div:last-child {
  484. width: calc(100% - 30px);
  485. }
  486. .exportBox section .big-tit {
  487. padding: 10px 0;
  488. background: #1f2833;
  489. }
  490. .exportBox .section1 {
  491. background: #1f2833;
  492. }
  493. .layui-layer-title {
  494. background: #081A32 !important;
  495. color: #fff !important;
  496. border-bottom: 1px solid #1E9FFF !important;
  497. }
  498. .layui-layer {
  499. background: #072442 !important;
  500. color: #fff;
  501. }
  502. .layui-layer-ico {
  503. border-radius: 50%;
  504. }
  505. .layui-layer-btn .layui-layer-btn0 {
  506. font-size: 0.3rem;
  507. }