index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. /* 添加新藏品的弹出框 */
  2. .ObjectAdd {
  3. .ObjectAddTit {
  4. border-top: 1px solid #999999;
  5. padding-top: 15px;
  6. width: 100%;
  7. height: 45px;
  8. display: flex;
  9. margin-bottom: 15px;
  10. &>div {
  11. cursor: pointer;
  12. width: 50%;
  13. height: 30px;
  14. border: 1px solid #999999;
  15. text-align: center;
  16. line-height: 28px;
  17. border-radius: 5px 0 0 5px;
  18. }
  19. .ObjectAddTitTow {
  20. border-radius: 0 5px 5px 0;
  21. }
  22. .active {
  23. background-color: var(--themeColor);
  24. color: #fff;
  25. }
  26. }
  27. .ant-modal-close {
  28. display: none;
  29. }
  30. .ant-modal {
  31. top: 30px !important;
  32. width: 1000px !important;
  33. }
  34. .formRow {
  35. display: flex;
  36. justify-content: space-between;
  37. position: relative;
  38. .bs {
  39. position: absolute;
  40. top: 7px;
  41. left: 11px;
  42. z-index: 10;
  43. color: #ff4d4f;
  44. }
  45. .bs2 {
  46. left: 70px;
  47. }
  48. .bs3 {
  49. left: 516px;
  50. }
  51. .bs4 {
  52. left: 39px;
  53. }
  54. .ant-form-item-label {
  55. width: 119px;
  56. }
  57. .ant-form-item {
  58. width: 50%;
  59. input {
  60. width: 350px;
  61. }
  62. .ant-select-in-form-item {
  63. width: 358px;
  64. }
  65. .ant-input-number {
  66. width: 358px;
  67. }
  68. }
  69. .formRowSelec {
  70. input {
  71. width: 298px;
  72. }
  73. .ant-input-number{
  74. width: 300px;
  75. }
  76. }
  77. }
  78. .formRowThree {
  79. .formRowThreeRow {
  80. margin-left: -120px;
  81. }
  82. .ant-form-item {
  83. width: 25.5%;
  84. input {
  85. width: 200px;
  86. }
  87. .ant-input-number {
  88. width: 200px;
  89. }
  90. }
  91. }
  92. .formRowFull {
  93. .ant-form-item {
  94. width: 100%;
  95. input {
  96. width: 850px;
  97. }
  98. .ant-select-in-form-item {
  99. width: 858px;
  100. }
  101. }
  102. }
  103. // 附件
  104. .fileBox {
  105. .fileBoxRow {
  106. margin-bottom: 24px;
  107. display: flex;
  108. .fileBoxRow_tit {
  109. width: 119px;
  110. text-align: right;
  111. }
  112. .fileBoxRow_tit2 {
  113. line-height: 30px;
  114. }
  115. .fileBoxRowUpTit {
  116. height: 32px;
  117. line-height: 32px;
  118. font-size: 14px;
  119. color: #7e7c7c;
  120. }
  121. .fileBoxRow_r {
  122. padding-left: 20px;
  123. position: relative;
  124. input {
  125. display: none;
  126. }
  127. .fileBoxRow_up {
  128. cursor: pointer;
  129. font-size: 30px;
  130. width: 100px;
  131. height: 100px;
  132. background-color: #fafafa;
  133. border: 1px dashed #ccc;
  134. display: flex;
  135. justify-content: center;
  136. align-items: center;
  137. }
  138. .fileBoxRow_r_img {
  139. width: 120px;
  140. height: 120px;
  141. position: relative;
  142. .clearCover {
  143. cursor: pointer;
  144. z-index: 10;
  145. position: absolute;
  146. width: 50px;
  147. height: 50px;
  148. top: 50%;
  149. transform: translateY(-50%);
  150. right: -50px;
  151. display: flex;
  152. justify-content: center;
  153. align-items: center;
  154. font-size: 24px;
  155. }
  156. }
  157. .fileBoxRow_r_tit {
  158. margin-top: 5px;
  159. font-size: 14px;
  160. color: rgb(126, 124, 124);
  161. }
  162. }
  163. }
  164. }
  165. }