index.module.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .trainSettings {
  2. .trainBtnGroup {
  3. padding: 32px 0 40px;
  4. justify-content: center !important;
  5. :global {
  6. .n-button {
  7. height: 48px !important;
  8. padding: 0 42px;
  9. }
  10. }
  11. }
  12. .searchGroup {
  13. display: flex;
  14. padding: 26px 40px 0;
  15. .datetime {
  16. margin-left: 40px;
  17. display: inline-flex;
  18. align-items: center;
  19. label {
  20. font-size: 15px;
  21. color: #666666;
  22. line-height: 21px;
  23. }
  24. }
  25. :global {
  26. .n-button {
  27. border-radius: 8px;
  28. height: 42px;
  29. font-size: 17px;
  30. font-weight: 600 !important;
  31. padding: 0 27px;
  32. }
  33. .n-button--default-type {
  34. background: #E8F4FF;
  35. color: #0378EC;
  36. &:not(.n-button--disabled):hover {
  37. background: #E8F4FF;
  38. }
  39. .n-button__border {
  40. border: 1px solid #198CFE;
  41. }
  42. }
  43. .n-input {
  44. border-radius: 8px !important;
  45. }
  46. }
  47. }
  48. .trainList {
  49. margin-top: 28px;
  50. max-height: 50vh;
  51. padding: 0 40px;
  52. .listSection {
  53. min-height: 50vh;
  54. }
  55. .emptySection {
  56. display: flex;
  57. align-items: center;
  58. }
  59. :global {
  60. .n-scrollbar-content {
  61. display: flex;
  62. gap: 24px;
  63. flex-wrap: wrap;
  64. }
  65. .n-spin-container {
  66. width: 100%;
  67. }
  68. }
  69. .list {
  70. display: flex;
  71. flex-flow: row wrap;
  72. justify-content: flex-start;
  73. gap: 20px;
  74. }
  75. }
  76. }
  77. .trainEditModal {
  78. width: 494px;
  79. }
  80. .selectMusicModal {
  81. position: relative;
  82. width: 1352px;
  83. :global {
  84. .n-card-header {
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. right: 0;
  89. .n-card-header__main {
  90. color: #fff;
  91. }
  92. }
  93. }
  94. }