index.module.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. :global {
  53. .n-scrollbar-content {
  54. display: flex;
  55. gap: 24px;
  56. flex-wrap: wrap;
  57. }
  58. }
  59. }
  60. }
  61. .trainEditModal {
  62. width: 580px;
  63. }
  64. .selectMusicModal {
  65. position: relative;
  66. width: 1352px;
  67. :global {
  68. .n-card-header {
  69. position: absolute;
  70. top: 0;
  71. left: 0;
  72. right: 0;
  73. .n-card-header__main {
  74. color: #fff;
  75. }
  76. }
  77. }
  78. }