index.css 3.3 KB

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