index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .ImgListComponent {
  2. .ImgList {
  3. width: 100%;
  4. display: flex;
  5. flex-flow: row wrap;
  6. .fileItem {
  7. margin: 0 12px 12px 0;
  8. padding: 8px;
  9. border-radius: 4px;
  10. border: 1px solid #d9d9d9;
  11. position: relative;
  12. .imgFile {
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. border-radius: 4px;
  17. }
  18. }
  19. .flexRowWrap {
  20. display: flex;
  21. flex-flow: row wrap;
  22. }
  23. .coveringLayer {
  24. display: none;
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. bottom: 0;
  30. border-radius: 4px;
  31. flex-flow: row nowrap;
  32. align-items: center;
  33. justify-content: center;
  34. }
  35. }
  36. .seeMore {
  37. padding-right: 20px;
  38. color: #58a3ff;
  39. }
  40. .seeMore:hover {
  41. color: #0e77ca;
  42. cursor: pointer;
  43. }
  44. .mask {
  45. position: fixed;
  46. top: 0;
  47. bottom: 0;
  48. left: 0;
  49. right: 0;
  50. z-index: 9999999999;
  51. background: rgba(0, 0, 0, .8);
  52. display: flex;
  53. flex-flow: column;
  54. align-items: center;
  55. justify-content: center;
  56. .progress {
  57. color: #FFF;
  58. }
  59. .promptText {
  60. color: #FFF;
  61. padding-top: 15px;
  62. }
  63. }
  64. }
  65. .actionBar {
  66. position: relative;
  67. display: flex;
  68. flex-flow: row nowrap;
  69. align-items: center;
  70. }
  71. .imgModal {
  72. position: fixed;
  73. top: 0;
  74. bottom: 0;
  75. left: 0;
  76. right: 0;
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. z-index: 99999;
  81. .floatingLayer {
  82. position: absolute;
  83. top: 0;
  84. bottom: 0;
  85. left: 0;
  86. right: 0;
  87. z-index: 99997;
  88. background: rgba(0, 0, 0, .5);
  89. }
  90. .ant-modal-content {
  91. background: rgba(0, 0, 0, 0) !important;
  92. }
  93. .ant-modal-content {
  94. box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  95. }
  96. }
  97. .demandDetailShow-upload {
  98. .anticon-eye-o {
  99. margin-left: -8px;
  100. }
  101. .anticon-delete {
  102. display: none
  103. }
  104. }
  105. .pdfmodal .ant-modal-content {
  106. background-color: rgba(255, 255, 255, 0);
  107. box-shadow: 0 0;
  108. .ant-modal-close {
  109. background: red;
  110. color: #FFF;
  111. }
  112. }
  113. .no{
  114. position: absolute;
  115. width: 100px;
  116. height: 50px;
  117. top: 20px;
  118. right: 70px;
  119. background:#323639;
  120. }