index.module.less 557 B

12345678910111213141516171819202122232425262728293031
  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. --el-dialog-width: 375px !important;
  16. }
  17. .el-dialog__body {
  18. padding: 0;
  19. }
  20. .el-dialog__footer {
  21. background-color: #f6f8f9;
  22. }
  23. .plyr {
  24. width: 150px;
  25. height: 85px;
  26. min-width: auto;
  27. }
  28. }
  29. }