per-manage.css 8.4 KB

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