index.module.less 814 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .courseContent {
  2. --el-component-size-large: 48px;
  3. :global {
  4. .el-input,
  5. .el-select--large,
  6. .el-form-item--large .el-form-item__label {
  7. height: 48px;
  8. line-height: 48px;
  9. }
  10. .el-form-item__label {
  11. font-size: 16px;
  12. color: rgba(0, 0, 0, 0.85);
  13. }
  14. .el-dialog {
  15. border-radius: 10px;
  16. overflow: hidden;
  17. }
  18. .el-dialog__body {
  19. padding: 0;
  20. }
  21. .el-dialog__footer {
  22. background-color: #f6f8f9;
  23. }
  24. .plyr {
  25. width: 150px;
  26. height: 85px;
  27. min-width: auto;
  28. }
  29. .el-loading-mask {
  30. height: 85px
  31. }
  32. }
  33. .selectMusicAlbum {
  34. // --el-dialog-width: 700px !important;
  35. }
  36. .relationList {
  37. width: 100%;
  38. height: 48px;
  39. position: absolute;
  40. top: 0;
  41. z-index: 99;
  42. right: 0;
  43. }
  44. }