index.module.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .AddLogistics {
  2. position: absolute;
  3. z-index: 10;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background-color: #fff;
  9. border-radius: 10px;
  10. padding: 24px;
  11. :global {
  12. .A2BaddMain {
  13. overflow-y: auto;
  14. width: 100%;
  15. height: 100%;
  16. .A2Btit {
  17. width: calc(100% - 30px);
  18. font-weight: 700;
  19. color: var(--themeColor);
  20. font-size: 18px;
  21. padding: 12px 0;
  22. border-top: 1px solid #ccc;
  23. }
  24. .A2Btit2 {
  25. & > div {
  26. width: 1000px;
  27. display: flex;
  28. justify-content: space-between;
  29. .ant-btn {
  30. margin-left: 15px;
  31. }
  32. }
  33. }
  34. .A2Btit3 {
  35. padding: 24px 0;
  36. }
  37. .tableListBox {
  38. width: 1000px;
  39. position: relative;
  40. padding-bottom: 40px;
  41. .tableNumBox {
  42. right: 0 !important;
  43. bottom: 10px !important;
  44. }
  45. }
  46. .ant-form {
  47. // width: 800px;
  48. .ant-row {
  49. width: 1000px;
  50. .ant-form-item-label {
  51. width: 110px;
  52. }
  53. }
  54. }
  55. .A2BaddBtn {
  56. position: absolute;
  57. top: 50%;
  58. left: 1145px;
  59. transform: translateY(-50%);
  60. .ant-row {
  61. width: auto;
  62. }
  63. }
  64. .formBox {
  65. display: flex;
  66. margin-bottom: 24px;
  67. width: 1000px;
  68. .formBoxLL {
  69. position: relative;
  70. top: 4px;
  71. width: 110px;
  72. text-align: right;
  73. & > span {
  74. color: #ff4d4f;
  75. }
  76. }
  77. .formBoxRR {
  78. width: calc(100% - 110px);
  79. .ant-btn {
  80. margin-right: 20px;
  81. }
  82. }
  83. }
  84. .formBox2 {
  85. margin-bottom: -10px;
  86. .formBoxLL {
  87. position: relative;
  88. top: 4px;
  89. }
  90. }
  91. }
  92. .A2BtableBoxAdd {
  93. position: absolute;
  94. top: 0;
  95. left: 0;
  96. z-index: 100;
  97. width: 100%;
  98. height: 100%;
  99. padding: 100px 200px;
  100. background-color: rgba(0, 0, 0, 0.6);
  101. border-radius: 10px;
  102. & > div {
  103. position: relative;
  104. width: 100%;
  105. height: 100%;
  106. }
  107. }
  108. }
  109. }