index.module.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. .A1Add {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. z-index: 10;
  6. width: 100%;
  7. height: 100%;
  8. background-color: #fff;
  9. border-radius: 10px;
  10. :global {
  11. .A1AddMain {
  12. width: 100%;
  13. height: 100%;
  14. padding: 20px 20px 20px 0px;
  15. position: relative;
  16. padding-bottom: 80px;
  17. .ant-form {
  18. width: 100%;
  19. height: 100%;
  20. overflow-y: auto;
  21. overflow-x: hidden;
  22. .form-item-group-one-row {
  23. display: flex;
  24. align-items: center;
  25. gap: 20px;
  26. }
  27. .form-item-group-title__porject-type{
  28. margin-left: 50px;
  29. margin-bottom: 10px;
  30. }
  31. .form-item-group__porject-type {
  32. padding-top: 20px;
  33. padding-right: 20px;
  34. margin-left: 50px;
  35. border: 1px solid #d9d9d9;
  36. border-radius: 5px;
  37. background-color: rgba(0, 0, 0, 0.05);
  38. width: fit-content;
  39. }
  40. .ant-form-item-label {
  41. width: 120px !important;
  42. }
  43. .e_row {
  44. padding-right: 50px;
  45. display: flex;
  46. font-size: 14px;
  47. margin-bottom: 10px;
  48. .e_rowL {
  49. width: 120px;
  50. text-align: right;
  51. &>span {
  52. color: #ff4d4f;
  53. position: relative;
  54. top: 3px;
  55. }
  56. }
  57. .e_rowL2 {
  58. position: relative;
  59. top: 4px;
  60. }
  61. .e_rowR {
  62. width: calc(100% - 130px);
  63. .lookNoneOne {
  64. position: relative;
  65. left: 10px;
  66. top: 4px;
  67. }
  68. .erLinkTop {
  69. .ant-btn {
  70. width: 82px;
  71. }
  72. .e_rowRtit {
  73. font-size: 14px;
  74. color: rgb(126, 124, 124);
  75. }
  76. }
  77. .erLinkMain {
  78. .erLinkRow {
  79. margin-top: 15px;
  80. }
  81. }
  82. }
  83. }
  84. .A1AtitTxt {
  85. position: relative;
  86. bottom:30px;
  87. left: 120px;
  88. opacity: 0;
  89. transition: all .3s;
  90. pointer-events: none;
  91. }
  92. .A1AtitTxtShow{
  93. opacity: 1;
  94. bottom: 24px;
  95. }
  96. .A1AddBtn {
  97. position: absolute;
  98. bottom: 0;
  99. left: 0;
  100. height: 60px;
  101. width: 100%;
  102. padding-left: 50px;
  103. border-top: 1px solid #d9d9d9;
  104. background-color: #fff;
  105. display: flex;
  106. align-items: center;
  107. gap: 20px;
  108. box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  109. }
  110. }
  111. }
  112. // 查看的情况
  113. .A1AddMainLook {
  114. height: 100%;
  115. #basic_name_help {
  116. display: none !important;
  117. }
  118. .ant-row {
  119. pointer-events: none;
  120. }
  121. .ant-input-textarea {
  122. width: 1100px !important;
  123. }
  124. .ant-form-item-control-input {
  125. pointer-events: none;
  126. .ant-input-affix-wrapper {
  127. border: transparent;
  128. .ant-input-show-count-suffix {
  129. opacity: 0;
  130. }
  131. }
  132. .ant-select-selector {
  133. border: transparent;
  134. }
  135. .ant-select-arrow {
  136. opacity: 0;
  137. }
  138. .ant-input {
  139. border: transparent;
  140. }
  141. .ant-input-data-count {
  142. opacity: 0;
  143. }
  144. }
  145. .ant-checkbox-group {
  146. pointer-events: none;
  147. }
  148. .myformBox3 .upImgBox .fileImgListBox>div {
  149. margin: 0px 20px 15px 0;
  150. cursor: default;
  151. }
  152. .closeLook {
  153. .ant-form-item-control-input {
  154. pointer-events: auto;
  155. }
  156. }
  157. textarea {
  158. min-height: 40px !important;
  159. }
  160. textarea,
  161. input {
  162. &::-webkit-input-placeholder {
  163. color: black;
  164. }
  165. &:-moz-placeholder {
  166. color: black;
  167. }
  168. &::-moz-placeholder {
  169. color: black;
  170. }
  171. &:-ms-input-placeholder {
  172. color: black;
  173. }
  174. }
  175. // 下拉框 placeholder 字体颜色
  176. .ant-select-selection-placeholder {
  177. color: black;
  178. }
  179. .e_row {
  180. margin-bottom: 24px;
  181. .e_rowRLook {
  182. padding-left: 12px;
  183. }
  184. // .e_rowRML {
  185. // margin-top: -10px;
  186. // }
  187. }
  188. // 查看的 项目 链接 的特殊 处理
  189. .lookErLink {
  190. padding-top: 5px;
  191. display: flex;
  192. .lookErLink1 {
  193. width: 160px;
  194. text-align: right;
  195. margin-right: 10px;
  196. }
  197. .lookErLink2 {
  198. overflow: hidden;
  199. text-overflow: ellipsis;
  200. white-space: nowrap;
  201. width: calc(100% - 200px);
  202. }
  203. }
  204. }
  205. }
  206. }