per-manage.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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. .layui-col-xs6.choose-item {
  357. margin-bottom: 10px
  358. }
  359. .layui-col-xs4.choose-item span,
  360. .layui-col-xs6.choose-item span {
  361. width: 100px;
  362. text-align: right;
  363. }
  364. /* 隐患管理 */
  365. .content-long {
  366. width: 200px;
  367. padding: 0 10px;
  368. display: block;
  369. overflow: hidden;
  370. white-space: nowrap;
  371. text-overflow: ellipsis;
  372. }
  373. /* .over_one_line{
  374. display: block;
  375. */
  376. .systemLogoShow {
  377. max-height: 100%;
  378. height: 20px;
  379. }
  380. .layui-laydate td.layui-this {
  381. background-color: #0057ac !important;
  382. color: #fff !important;
  383. }
  384. /* 三级联动: */
  385. .outer {
  386. width: 500px;
  387. margin: 20px auto;
  388. }
  389. /* 资产二维码图片放大 */
  390. .enlargeImg {
  391. height: 0.28rem;
  392. }
  393. .enlargeImg_wrapper {
  394. display: none;
  395. position: absolute;
  396. z-index: 999;
  397. top: 30%;
  398. margin-top: -50px;
  399. height: 200px;
  400. width: 200px;
  401. /* right: 0; */
  402. /* bottom: 0; */
  403. margin-left: -150px;
  404. left: 50%;
  405. background-repeat: no-repeat;
  406. /* background-attachment: fixed; */
  407. background-position: center;
  408. background-color: rgba(0, 0, 0, .2);
  409. background-size: 50%;
  410. }
  411. /* 账户管理修改多选 */
  412. .userCheckBox {
  413. display: inline-block;
  414. padding: .125rem
  415. }
  416. .userCheckBox .checkselfblock .layui-form-checkbox[lay-skin="primary"] {
  417. width: auto;
  418. }
  419. .userCheckBox .layui-form-checkbox[lay-skin="primary"] span {
  420. color: #aaa
  421. }
  422. .userCheckBox .layui-form-checkbox[lay-skin="primary"] i {
  423. /* background-color: #aaa */
  424. }
  425. /* 点位图片弹框 */
  426. .memberbox.imgOut {
  427. /* height: 300px; */
  428. text-align: center;
  429. }
  430. /* 月度考评导出 */
  431. .exportBox {
  432. position: absolute;
  433. left: 0;
  434. right: 0;
  435. /* bottom: 1rem; */
  436. top: 30px;
  437. font-size: 14px;
  438. width: 100%;
  439. height: 90%;
  440. z-index: 10;
  441. }
  442. .exportBox table,
  443. .exportBox table tr th,
  444. .exportBox table tr td {
  445. border: 1px solid #eee;
  446. margin: 0 auto;
  447. }
  448. .exportBox td,
  449. .exportBox th {
  450. padding: 3px 0;
  451. }
  452. .exportBox .exportContainer {
  453. z-index: 19000;
  454. /* width: 650px; */
  455. margin: 0 auto;
  456. box-shadow: #888888 0px 0px 4px;
  457. display: block;
  458. background: #1f2833;
  459. color: #fff;
  460. height: 100%;
  461. overflow: auto;
  462. padding: 15px;
  463. }
  464. .exportBox h3.title {
  465. text-align: center;
  466. background: #1f2833;
  467. font-size: 16px;
  468. }
  469. .exportBox section {
  470. padding-bottom: 30px;
  471. }
  472. .exportBox section .table-sub {
  473. margin-top: 10px;
  474. font-size: 13px;
  475. }
  476. .exportBox section .innerChart {
  477. width: 100%;
  478. height: 220px;
  479. padding: 10px 0;
  480. }
  481. .exportBox section .summary2 {
  482. display: flex;
  483. margin: 0 10px;
  484. line-height: 1.5;
  485. }
  486. .exportBox section .summary2>div:first-child {
  487. width: 60px;
  488. }
  489. .exportBox section .summary2>div:last-child {
  490. width: calc(100% - 30px);
  491. }
  492. .exportBox section .big-tit {
  493. padding: 10px 0;
  494. background: #1f2833;
  495. }
  496. .exportBox .section1 {
  497. background: #1f2833;
  498. }
  499. /* .exportBox .summary {
  500. padding: 10px 15px;
  501. text-indent: 20px;
  502. margin: 10px 10px 30px;
  503. line-height: 1.5;
  504. background: rgb(170, 170, 170);
  505. } */
  506. .layui-layer-title {
  507. background: #081A32 !important;
  508. color: #fff !important;
  509. border-bottom: 1px solid #1E9FFF !important;
  510. }
  511. .layui-layer {
  512. background: #072442 !important;
  513. color: #fff;
  514. }
  515. .layui-layer-ico {
  516. border-radius: 50%;
  517. }
  518. .layui-layer-btn .layui-layer-btn0 {
  519. font-size: 0.3rem;
  520. }
  521. /* 点位弹框 */
  522. .point-des {
  523. text-align: left;
  524. }
  525. .point-des p {
  526. margin-top: 10px
  527. }