index.module.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. // .B3edit {
  2. // :global {
  3. // }
  4. // }
  5. .EditTop {
  6. :global {
  7. .EdTit {
  8. padding: 15px;
  9. font-weight: 700;
  10. font-size: 18px;
  11. display: flex;
  12. justify-content: space-between;
  13. .ant-btn {
  14. margin-left: 15px;
  15. }
  16. .EdTitBtn {
  17. pointer-events: none;
  18. }
  19. }
  20. .Edtop1 {
  21. border-top: 1px solid #ccc;
  22. padding: 15px;
  23. display: flex;
  24. justify-content: space-between;
  25. flex-wrap: wrap;
  26. .Edtop1row {
  27. display: flex;
  28. width: 48%;
  29. margin-bottom: 15px;
  30. min-height: 32px;
  31. line-height: 32px;
  32. .Edtop1ll {
  33. font-weight: 700;
  34. width: 100px;
  35. text-align: right;
  36. span {
  37. color: #ff4d4f;
  38. }
  39. }
  40. .Edtop1rr {
  41. width: calc(100% - 100px);
  42. .ant-table-cell {
  43. padding: 8px !important;
  44. }
  45. & > div {
  46. width: 100%;
  47. }
  48. .ant-btn {
  49. margin-right: 15px;
  50. }
  51. }
  52. }
  53. .Edtop1rowFull {
  54. width: 100%;
  55. .zztxtRow {
  56. margin-bottom: 0;
  57. }
  58. .noUpThumb {
  59. display: none;
  60. }
  61. }
  62. }
  63. }
  64. }
  65. .EditBtn {
  66. position: absolute;
  67. bottom: 0;
  68. left: 0;
  69. width: 100%;
  70. height: 60px;
  71. display: flex;
  72. align-items: center;
  73. padding: 0 40px;
  74. display: flex;
  75. justify-content: space-between;
  76. :global {
  77. .ant-btn {
  78. margin-right: 15px;
  79. }
  80. }
  81. }