阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

653 lines
12 KiB

2 years ago
2 years ago
2 years ago
2 years ago
  1. @import 'variables';
  2. @import 'mixin';
  3. .head-archives{
  4. padding: 0 0 20px 0;
  5. .archives-crud{
  6. float: left;
  7. }
  8. .archives-recycle{
  9. float: left;
  10. }
  11. .head-search{
  12. float: left;
  13. margin-left: 10px;
  14. margin-bottom: 0 !important;
  15. .filter-item{
  16. margin-right: 5px !important;
  17. }
  18. }
  19. .archives-handler-btn{
  20. float: right;
  21. }
  22. }
  23. .packing-head{
  24. display: flex;
  25. justify-content: space-between;
  26. .el-input__inner {
  27. padding-left: 90px;
  28. }
  29. }
  30. .container-main{
  31. .left-tree-item{
  32. margin-bottom: 20px;
  33. min-height: calc(100vh/2 - 105px);
  34. &:last-child{
  35. margin-bottom: 0;
  36. }
  37. }
  38. .tree-title{
  39. height: 40px;
  40. line-height: 40px;
  41. text-align: center;
  42. color: $mainColor;
  43. background-color: #02255F;
  44. }
  45. }
  46. .archives-warp{
  47. margin-bottom: 20px;
  48. }
  49. .archives-top{
  50. display: flex;
  51. justify-content: right;
  52. margin-bottom: 10px;
  53. .el-checkbox .el-checkbox__label{
  54. color: #fff;
  55. }
  56. }
  57. .archives-right-list{
  58. position: relative;
  59. }
  60. .archives-fixed-top{
  61. position: absolute;
  62. right: 0;
  63. top: 6px;
  64. margin-bottom: 0;
  65. }
  66. .crud-opts{
  67. justify-content: space-between;
  68. }
  69. .archives-handler-btn{
  70. .el-button{
  71. padding: 0 13px 0 3px;
  72. span{
  73. margin-left: 5px;
  74. }
  75. &.packing-btn{
  76. border-color: $arcPurple;
  77. background-color: $arcPurple;
  78. &.is-disabled{
  79. border-color:#2B1D70;
  80. background-color: #2B1D70;
  81. }
  82. }
  83. &.part-btn{
  84. border-color: $arcCyan;
  85. background-color: $arcCyan;
  86. &.is-disabled{
  87. border-color:#075E6C;
  88. background-color: #075E6C;
  89. }
  90. }
  91. &.warehousing-btn{
  92. border-color: $arcYellow;
  93. background-color: $arcYellow;
  94. &.is-disabled{
  95. border-color:#7E4021;
  96. background-color: #7E4021;
  97. }
  98. }
  99. &.lending-btn{
  100. border-color: $arcRed;
  101. background-color: $arcRed;
  102. &.is-disabled{
  103. border-color:#7A2831;
  104. background-color: #7A2831;
  105. }
  106. }
  107. &.binding-btn{
  108. border-color: $arcGreen;
  109. background-color: $arcGreen;
  110. &.is-disabled{
  111. border-color:#0D5649;
  112. background-color: #0D5649;
  113. }
  114. }
  115. &.is-disabled{
  116. color: #666;
  117. }
  118. }
  119. .iconfont{
  120. line-height: 30px;
  121. }
  122. }
  123. .archives-table,
  124. .base-info{
  125. td.el-table__cell .row-state{
  126. display: block;
  127. height: 26px;
  128. line-height: 24px;
  129. padding: 0 14px;
  130. margin: 0 6px;
  131. border-width: 1px;
  132. border-style: solid;
  133. border-radius: 26px;
  134. }
  135. .row-packing{
  136. color: $arcPurple;
  137. border-color: $arcPurple;
  138. &.state-active{
  139. color: #fff;
  140. background-color: $arcPurple;
  141. }
  142. }
  143. .row-warehousing{
  144. color: $arcYellow;
  145. border-color: $arcYellow;
  146. &.state-active{
  147. color: #fff;
  148. background-color: $arcYellow;
  149. }
  150. }
  151. .row-lending{
  152. color: $arcRed;
  153. border-color: $arcRed;
  154. &.state-active{
  155. color: #fff;
  156. background-color: $arcRed;
  157. }
  158. }
  159. .row-binding{
  160. color: $arcGreen;
  161. border-color: $arcGreen;
  162. &.state-active{
  163. color: #fff;
  164. background-color: $arcGreen;
  165. }
  166. }
  167. .is-scrolling-left,
  168. .is-scrolling-middle,
  169. .is-scrolling-right{
  170. max-height: calc(100vh - 434px) !important;
  171. }
  172. }
  173. .base-info .row-state{
  174. width: 68px;
  175. height: 26px;
  176. line-height: 24px;
  177. text-align: center;
  178. margin-top: -6px;
  179. border-width: 1px;
  180. border-style: solid;
  181. border-radius: 26px;
  182. }
  183. // 上传附件
  184. .upload-dialog{
  185. .el-dialog{
  186. width: 940px;
  187. .el-dialog__body{
  188. padding: 20px 0 30px 0;
  189. }
  190. }
  191. }
  192. .upload-file{
  193. position: relative;
  194. z-index: 1001;
  195. .upload-curd{
  196. display: flex;
  197. flex-direction: row;
  198. margin: 0 32px 20px 32px;
  199. }
  200. .upload-demo{
  201. position: relative;
  202. margin-right: 10px;
  203. .el-upload-list{
  204. display: none;
  205. position: absolute;
  206. left: 0;
  207. bottom: 0;
  208. }
  209. }
  210. }
  211. .screenshot{
  212. display: block;
  213. margin: 0 auto;
  214. object-fit: cover;
  215. }
  216. .file-down,
  217. .packing-handle-btn,
  218. .packing-recall-btn{
  219. display: block;
  220. width: 66px;
  221. height: 28px;
  222. line-height: 28px;
  223. padding: 0;
  224. color: #fff;
  225. border-radius: 2px;
  226. margin: 0 auto;
  227. &::before{
  228. margin-right: 5px;
  229. }
  230. }
  231. .file-down{
  232. padding: 0 !important;
  233. background-color: $mainColor;
  234. border-color: $mainColor;
  235. }
  236. .packing-handle-btn{
  237. background-color: $arcPurple;
  238. border-color: $arcPurple;
  239. }
  240. .packing-recall-btn{
  241. background-color: $arcRed;
  242. border-color: $arcRed;
  243. }
  244. .selct-data-head{
  245. color: #fff;
  246. line-height: 30px;
  247. }
  248. // 绑定标签
  249. .bindingDialog{
  250. .el-dialog{
  251. width: 720px;
  252. }
  253. .el-dialog__body{
  254. padding: 35px 35px 58px 35px;
  255. }
  256. }
  257. .rebinding {
  258. display: flex;
  259. justify-content: space-between;
  260. padding: 50px 65px 35px 65px;
  261. span{
  262. display: block;
  263. width: 60px;
  264. line-height: 36px;
  265. color: #3A99FD;
  266. }
  267. .el-input {
  268. .el-input__inner{
  269. font-size: 14px;
  270. height: 36px;
  271. line-height: 36px;
  272. color: #fff;
  273. border: 1px solid #3A99FD;
  274. background-color: transparent;
  275. }
  276. }
  277. }
  278. .binding-flow{
  279. .step-item{
  280. position: relative;
  281. display: flex;
  282. justify-content: space-between;
  283. margin-bottom: 10px;
  284. z-index: 1;
  285. &::before{
  286. content: "";
  287. position: absolute;
  288. left: 15px;
  289. top: 10px;
  290. width: 1px;
  291. height: 100%;
  292. background-color: #3A99FD;
  293. z-index: 1;
  294. }
  295. &:last-child::before{
  296. display: none;
  297. }
  298. }
  299. .step-left-num{
  300. position: relative;
  301. display: block;
  302. width: 30px;
  303. height: 30px;
  304. line-height: 30px;
  305. border-radius: 50%;
  306. font-size: 16px;
  307. text-align: center;
  308. color: #fff;
  309. border: 1px solid $mainColor;
  310. background-color: $boxBg;
  311. z-index: 4;
  312. &.step-active{
  313. background-color: $mainColor;
  314. }
  315. &.step-loading{
  316. &::before,
  317. &::after{
  318. content: "";
  319. position: absolute;
  320. left: 50%;
  321. top: 50%;
  322. width: 40px;
  323. height: 40px;
  324. border-radius: 50%;
  325. border: 1px solid #13439E;
  326. box-shadow: inset 0px 0px 8px 1px #13439E;
  327. margin: -20px 0 0 -20px;
  328. z-index: 1;
  329. }
  330. &::before{
  331. animation: halo 2s linear 0.5s infinite;
  332. }
  333. &::after{
  334. animation: halo 2s linear 1.5s infinite;
  335. }
  336. }
  337. }
  338. // 晕开效果
  339. @keyframes halo {
  340. 0% {
  341. transform: scale(1);
  342. -webkit-transform: scale(1);
  343. opacity: 0.0;
  344. }
  345. 25% {
  346. transform: scale(1);
  347. -webkit-transform: scale(1);
  348. opacity: 0.1;
  349. }
  350. 50% {
  351. transform: scale(1);
  352. -webkit-transform: scale(1);
  353. opacity: 0.3;
  354. }
  355. 75% {
  356. transform: scale(1.2);
  357. -webkit-transform: scale(1.2);
  358. opacity: 0.5;
  359. }
  360. 100% {
  361. transform: scale(1.5);
  362. -webkit-transform: scale(1.5);
  363. opacity: 0.0;
  364. }
  365. }
  366. .step-right-cont{
  367. flex: 1;
  368. margin-left: 12px;
  369. .step-title{
  370. line-height: 30px;
  371. color: $mainColor;
  372. span{
  373. padding-left: 10px;
  374. font-weight: bold;
  375. color: #fff;
  376. }
  377. }
  378. .step-tip{
  379. padding: 0 10px;
  380. height: 40px;
  381. line-height: 40px;
  382. color: #13439E;
  383. background-color: #02255F;
  384. border-radius: 4px;
  385. &.tip-active{
  386. color: $mainColor;
  387. }
  388. &.tip-error{
  389. color: #EF3147;
  390. }
  391. }
  392. }
  393. }
  394. // 分卷装盒
  395. .partPackingDialog{
  396. .el-dialog{
  397. width: 950px !important;
  398. position: absolute;
  399. left: 50%;
  400. top: 50%;
  401. transform: translate(-50%, -50%);
  402. margin-top: 2vh !important;
  403. }
  404. .el-dialog__body{
  405. padding: 0;
  406. }
  407. .dialog-footer{
  408. margin: 20px auto 0 auto;
  409. padding-bottom: 20px;
  410. }
  411. .packing-head{
  412. border-bottom: 1px solid $mainColor;
  413. .head-search{
  414. margin-bottom: 0;
  415. }
  416. }
  417. }
  418. .part-packing-cont{
  419. display: flex;
  420. flex-direction: row;
  421. flex-wrap: wrap;
  422. justify-content: space-between;
  423. }
  424. .part-packing-item{
  425. width: calc(100%/2 - 10px);
  426. .part-packing-title{
  427. padding: 0 30px;
  428. height: 40px;
  429. line-height: 40px;
  430. font-size: 16px;
  431. font-weight: normal;
  432. color: #fff;
  433. }
  434. .el-table{
  435. overflow-x: hidden;
  436. overflow-y: auto;
  437. border: 2px solid #02255f;
  438. border-top: none;
  439. .el-table__body-wrapper{
  440. background-color: $boxBg;
  441. }
  442. }
  443. }
  444. // .item-content{
  445. // max-height: calc(100vh - 410px);
  446. // overflow: hidden;
  447. // overflow-y: scroll;
  448. // }
  449. .upload-btn{
  450. position: relative;
  451. margin-right: 10px;
  452. overflow: hidden;
  453. #upFile{
  454. position: absolute;
  455. left: 0;
  456. top: 0;
  457. opacity: 0;
  458. height: 34px;
  459. }
  460. }
  461. // 借阅管理
  462. .el-dialog .el-dialog__body{
  463. // .el-button{
  464. // background-color: #3A99FD;
  465. // border-color: #3A99FD;
  466. // }
  467. .el-button.is-disabled,
  468. .el-button.is-disabled:hover,
  469. .el-button.is-disabled:focus{
  470. background-color: #02255F;
  471. color: #13439E;
  472. border-color: #02255F;
  473. }
  474. }
  475. .crud-opts {
  476. display: inline-block;
  477. }
  478. .iconfont::before {
  479. margin-right: 5px;
  480. }
  481. .cell-lend {
  482. display: inline-block;
  483. height: 26px;
  484. line-height: 26px;
  485. border-radius: 13px;
  486. text-align: center;
  487. }
  488. .no-lend {
  489. color: $arcRed;
  490. border: 1px solid $arcRed;
  491. }
  492. .wait-lend{
  493. color: $arcYellow;
  494. border: 1px solid $arcYellow;
  495. }
  496. .have-lend {
  497. color: #fff;
  498. background-color: $arcRed;
  499. }
  500. .other-lend {
  501. color: $arcRed;
  502. border: 1px solid $arcRed;
  503. position: relative;
  504. &::after {
  505. content: '';
  506. display: block;
  507. height: 2px;
  508. width: 20px;
  509. background-color: $arcRed;
  510. position: absolute;
  511. left: 50%;
  512. top: 50%;
  513. transform: translate(-50%, -50%);
  514. }
  515. }
  516. .has-return{
  517. color: #fff;
  518. border: 1px solid $arcGreen;
  519. background-color: $arcGreen;
  520. }
  521. .clear {
  522. border-radius: 13px;
  523. width: 80px;
  524. height: 26px;
  525. line-height: 26px;
  526. display: inline-block;
  527. text-align: center;
  528. }
  529. .no-clear .clear {
  530. color: $arcYellow;
  531. border: 1px solid $arcYellow;
  532. }
  533. .have-clear .clear {
  534. color: $arcGreen;
  535. border: 1px solid $arcGreen;
  536. }
  537. .fail-clear .clear {
  538. color: $arcRed;
  539. border: 1px solid $arcRed;
  540. }
  541. .other-clear .clear {
  542. color: $arcCyan;
  543. border: 1px solid $arcCyan;
  544. }
  545. .error-clear-bg .clear{
  546. color: #fff;
  547. background-color: $arcRed;
  548. }
  549. .have-clear-bg .clear{
  550. color: #fff;
  551. background-color: $arcGreen;
  552. }
  553. .no-clear-bg .clear{
  554. color: #fff;
  555. background-color: $arcYellow;
  556. }
  557. //3D库房
  558. .iframe_box {
  559. width: 100%;
  560. height: calc(100vh - 285px);
  561. }
  562. .warehouse {
  563. display: flex;
  564. max-height: calc(100vh - 184px);
  565. overflow: hidden;
  566. .warehouse-left {
  567. flex: 1;
  568. }
  569. .warehouse-right {
  570. width: 458px;
  571. max-height: calc(100vh - 192px);
  572. }
  573. }
  574. .warehose-el-table .el-table__header-wrapper {
  575. box-shadow: inset 0px 0px 6px 1px $mainColor;
  576. background: none !important;
  577. }
  578. .warehose-el-table .el-table__header .el-table__cell {
  579. padding: 0;
  580. height: 30px;
  581. background: transparent;
  582. .cell {
  583. font-size: 14px;
  584. }
  585. }
  586. .light-blue {
  587. background-color: #011E4F !important;
  588. }
  589. //出入库
  590. .dpflex {
  591. display: flex;
  592. justify-content: space-between;
  593. }
  594. .orange-btn {
  595. width: 76px;
  596. height: 30px;
  597. background-color: $arcYellow;
  598. border: none;
  599. &.el-button.is-disabled,
  600. &.el-button.is-disabled:hover {
  601. background-color: #7E4021;
  602. color: #666;
  603. }
  604. }
  605. .green-btn {
  606. width: 106px;
  607. height: 30px;
  608. background-color: $arcGreen;
  609. border: none;
  610. &.el-button.is-disabled,
  611. &.el-button.is-disabled:hover {
  612. background-color: #0D5649;
  613. color: #666;
  614. }
  615. }
  616. // //其他
  617. // .delMsg{
  618. // color: #fff;
  619. // font-size: 16px;
  620. // }