index.module.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .coursewarePresetsContainer {
  2. padding-bottom: 20px;
  3. :global {
  4. .n-base-selection {
  5. --n-height: max(36px, 32Px) !important;
  6. width: 220px;
  7. font-size: max(13px, 12Px);
  8. border-radius: 7px !important;
  9. }
  10. .n-base-selection-input__content {
  11. font-size: max(15px, 13Px);
  12. }
  13. }
  14. }
  15. .openLoading {
  16. min-height: 200px;
  17. }
  18. .coursewarePresets {
  19. max-height: calc(var(--window-page-lesson-height) - 100px);
  20. padding: 0 20px 0px;
  21. }
  22. .btnSubjectList {
  23. :global {
  24. .n-base-selection-input {
  25. padding-left: 8px;
  26. }
  27. }
  28. }
  29. .addBtnIcon {
  30. width: 13px !important;
  31. height: 14px !important;
  32. margin-right: 8px;
  33. }
  34. .addBtn {
  35. // height: max(36px, 32Px) !important;
  36. background: #198cfe !important;
  37. border-radius: 7Px !important;
  38. padding: 0 20Px !important;
  39. border-radius: 8px;
  40. height: 38px;
  41. font-size: max(18px, 13Px) !important;
  42. font-weight: 600 !important;
  43. }
  44. .title {
  45. display: flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. font-weight: 600;
  49. font-size: max(17px, 14Px);
  50. color: #000000;
  51. line-height: 23px;
  52. height: 23px;
  53. text-align: left;
  54. padding-bottom: 20px;
  55. box-sizing: content-box;
  56. .titleLeft {
  57. display: flex;
  58. align-items: center;
  59. }
  60. .icon {
  61. display: inline-block;
  62. width: 20px;
  63. height: 20px;
  64. margin-right: 3px;
  65. }
  66. .iconWork {
  67. background: url('../../../images/icon-knowlage.png') no-repeat center center;
  68. background-size: contain;
  69. }
  70. .iconCourseware {
  71. background: url('../../../images/icon-courseware.png') no-repeat center center;
  72. background-size: contain;
  73. }
  74. &.line {
  75. margin-top: 25px;
  76. border-top: 1px solid #F2F2F2;
  77. padding-top: 35px;
  78. .more {
  79. display: flex;
  80. align-items: center;
  81. cursor: pointer;
  82. padding-left: 10px;
  83. font-weight: 400;
  84. font-size: max(13px, 12Px);
  85. color: #999999;
  86. &:hover {
  87. color: #1677FF;
  88. }
  89. }
  90. .iconP {
  91. width: 8px;
  92. height: 11px;
  93. display: inline-block;
  94. background: url('../../../images/icon-arrow-p.png') no-repeat center;
  95. background-size: contain;
  96. margin-left: 4px;
  97. }
  98. .swipeControll {
  99. height: 25px;
  100. .leftIcon {
  101. transform: rotate(180deg);
  102. }
  103. img {
  104. cursor: pointer;
  105. width: 25px;
  106. height: 25px;
  107. }
  108. .disabled {
  109. opacity: 0.4;
  110. cursor: not-allowed;
  111. }
  112. }
  113. }
  114. }
  115. .list {
  116. display: flex;
  117. flex-flow: row wrap;
  118. justify-content: flex-start;
  119. padding: 12px 0 12px;
  120. gap: 20px 0;
  121. margin: 10px -10px 0;
  122. min-height: 313px;
  123. // height: 313px;
  124. &.listSame {
  125. margin-top: 0;
  126. padding-top: 0;
  127. }
  128. .empty1 {
  129. // padding: 10px 0;
  130. }
  131. .itemWrap {
  132. width: calc(100% / 4);
  133. // padding-bottom: calc(100% / 3 * 0.73333);
  134. // position: relative;
  135. .itemWrapBox {
  136. // position: absolute;
  137. // left: 0;
  138. // top: 0;
  139. // width: 100%;
  140. // height: 100%;
  141. padding: 0 10px;
  142. }
  143. }
  144. }
  145. .itemWrapBox {
  146. padding: 0 10px;
  147. }
  148. .attendClassModal1 {
  149. width: 1360px;
  150. border-radius: 16px;
  151. overflow: hidden;
  152. }
  153. .removeVisiable1 {
  154. width: 432px;
  155. :global {
  156. .n-card-header {
  157. font-size: max(22px, 16Px);
  158. }
  159. }
  160. .studentRemove {
  161. padding: 20px 40px 0;
  162. p {
  163. font-size: max(18px, 14Px);
  164. color: #777777;
  165. line-height: 30px;
  166. span {
  167. color: #EA4132;
  168. }
  169. }
  170. }
  171. .btnGroupModal {
  172. padding: 32px 0;
  173. :global {
  174. .n-button {
  175. height: 47px;
  176. min-width: 156px;
  177. }
  178. }
  179. }
  180. }
  181. .attendClassModal {
  182. width: 800px;
  183. border-radius: 16px;
  184. overflow: hidden;
  185. }