index.module.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .btnGroup {
  2. display: flex;
  3. align-items: center;
  4. justify-content: space-between;
  5. padding-left: 22px !important;
  6. padding-right: 22px !important;
  7. .tips {
  8. color: #0378EC;
  9. font-size: 16px;
  10. line-height: 38px;
  11. }
  12. :global {
  13. .n-base-selection {
  14. --n-height: 38px !important;
  15. width: 160px;
  16. font-size: 15px;
  17. border-radius: 8px !important;
  18. }
  19. .n-button {
  20. border-radius: 8px;
  21. height: 38px;
  22. font-size: 17px;
  23. font-weight: 600 !important;
  24. padding: 0 27px;
  25. }
  26. .n-button--default-type {
  27. background: #E8F4FF;
  28. color: #0378EC;
  29. &:not(.n-button--disabled):hover {
  30. background: #E8F4FF;
  31. }
  32. .n-button__border {
  33. border: 1px solid #198CFE;
  34. }
  35. }
  36. .n-button--error-type {
  37. background: #FDEBED !important;
  38. color: #EC3A4E !important;
  39. &:not(.n-button--disabled):hover,
  40. &:not(.n-button--disabled):active {
  41. background: #FDEBED;
  42. color: #EC3A4E;
  43. }
  44. .n-button__border {
  45. border: 1px solid #EC3A4E;
  46. }
  47. }
  48. }
  49. }
  50. .listContainer {
  51. margin-top: 12px;
  52. // // 52 + 28 + 38
  53. max-height: calc(var(--window-page-lesson-height) - 148px);
  54. .listSection {
  55. min-height: calc(var(--window-page-lesson-height) - 148px);
  56. }
  57. .emptySection {
  58. display: flex;
  59. align-items: center;
  60. }
  61. }
  62. .list {
  63. padding: 12px 22px 12px;
  64. display: flex;
  65. flex-flow: row wrap;
  66. justify-content: flex-start;
  67. gap: 20px;
  68. }
  69. .attendClassModal {
  70. width: 800px;
  71. border-radius: 16px;
  72. overflow: hidden;
  73. }
  74. .itemBlock {
  75. position: relative;
  76. .itemOperation {
  77. position: absolute;
  78. top: 0;
  79. left: 0;
  80. width: 100%;
  81. height: 100%;
  82. text-align: right;
  83. z-index: 98;
  84. cursor: move;
  85. }
  86. .iconDelete {
  87. width: 27px;
  88. height: 27px;
  89. margin-top: 8px;
  90. margin-right: 8px;
  91. cursor: pointer;
  92. }
  93. }
  94. .removeVisiable {
  95. width: 500px;
  96. .studentRemove {
  97. padding: 20px 40px 0;
  98. p {
  99. font-size: 18px;
  100. color: #777777;
  101. line-height: 30px;
  102. text-align: center;
  103. span {
  104. color: #EA4132;
  105. }
  106. }
  107. }
  108. .btnGroupModal {
  109. padding: 32px 0;
  110. :global {
  111. .n-button {
  112. height: 47px;
  113. min-width: 156px;
  114. }
  115. }
  116. }
  117. }
  118. .removeVisiable1 {
  119. width: 500px;
  120. .studentRemove {
  121. padding: 20px 40px 0;
  122. p {
  123. font-size: 18px;
  124. color: #777777;
  125. line-height: 30px;
  126. span {
  127. color: #EA4132;
  128. }
  129. }
  130. }
  131. .btnGroupModal {
  132. padding: 32px 0;
  133. :global {
  134. .n-button {
  135. height: 47px;
  136. min-width: 156px;
  137. }
  138. }
  139. }
  140. }