index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. .formRowLast {
  104. margin-top: -20px;
  105. }
  106. // 附件
  107. .fileBox {
  108. .fileBoxRow {
  109. margin-bottom: 24px;
  110. display: flex;
  111. .fileBoxRow_tit {
  112. width: 119px;
  113. text-align: right;
  114. }
  115. .fileBoxRow_tit2 {
  116. line-height: 30px;
  117. }
  118. .fileBoxRowUpTit {
  119. height: 32px;
  120. line-height: 32px;
  121. font-size: 14px;
  122. color: #7e7c7c;
  123. }
  124. .fileBoxRow_r {
  125. padding-left: 20px;
  126. position: relative;
  127. input {
  128. display: none;
  129. }
  130. .fileBoxRow_up {
  131. cursor: pointer;
  132. font-size: 30px;
  133. width: 100px;
  134. height: 100px;
  135. background-color: #fafafa;
  136. border: 1px dashed #ccc;
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. }
  141. .fileBoxRow_r_img {
  142. width: 120px;
  143. height: 120px;
  144. position: relative;
  145. .clearCover {
  146. cursor: pointer;
  147. z-index: 10;
  148. position: absolute;
  149. width: 50px;
  150. height: 50px;
  151. top: 50%;
  152. transform: translateY(-50%);
  153. right: -50px;
  154. display: flex;
  155. justify-content: center;
  156. align-items: center;
  157. font-size: 24px;
  158. }
  159. }
  160. .fileBoxRow_r_tit {
  161. margin-top: 5px;
  162. font-size: 14px;
  163. color: rgb(126, 124, 124);
  164. }
  165. }
  166. }
  167. }
  168. }