index.module.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .E1edit {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 15px 24px 0px;
  5. :global {
  6. .E1Tit {
  7. font-size: 18px;
  8. font-weight: 700;
  9. padding-bottom: 10px;
  10. padding-left: 18px;
  11. border-bottom: 1px solid #ccc;
  12. margin-bottom: 17px;
  13. color: var(--themeColor);
  14. .ant-btn {
  15. margin-left: 15px;
  16. pointer-events: none;
  17. }
  18. }
  19. .E1main {
  20. width: 100%;
  21. height: calc(100% - 70px);
  22. overflow-y: auto;
  23. padding-bottom: 40px;
  24. .E1rowAll {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: self-start;
  28. font-size: 16px;
  29. flex-wrap: wrap;
  30. .E1row {
  31. width: 48%;
  32. display: flex;
  33. align-items: center;
  34. margin-bottom: 20px;
  35. min-height: 32px;
  36. .E1rowll {
  37. width: 110px;
  38. text-align: right;
  39. font-weight: 700;
  40. & > span {
  41. color: #ff4e1f;
  42. }
  43. }
  44. .E1rowrr {
  45. width: calc(100% - 110px);
  46. .ant-input-affix-wrapper {
  47. width: 300px;
  48. }
  49. .ant-select {
  50. width: 300px;
  51. }
  52. }
  53. }
  54. .E1row2 {
  55. align-items: self-start;
  56. .E1rowll {
  57. position: relative;
  58. top: 3px;
  59. }
  60. }
  61. .E1row3 {
  62. position: relative;
  63. top: 4px;
  64. }
  65. .E1rowFull {
  66. width: 100%;
  67. align-items: self-start;
  68. margin-bottom: 0;
  69. .E1rowll {
  70. position: relative;
  71. top: 3px;
  72. }
  73. }
  74. }
  75. // 藏品清单
  76. .E1googsBox {
  77. padding-right: 20px;
  78. .D1GtNum {
  79. cursor: pointer;
  80. text-decoration: underline;
  81. // &:hover {
  82. // color: var(--themeColor);
  83. // }
  84. }
  85. .D1GtNumAc {
  86. color: var(--themeColor);
  87. }
  88. }
  89. }
  90. .E1btn {
  91. position: absolute;
  92. bottom: 20px;
  93. left: 134px;
  94. .ant-btn {
  95. margin-right: 20px;
  96. }
  97. }
  98. }
  99. }