index.module.less 989 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .form {
  2. --el-component-size-large: 48px;
  3. :global {
  4. .el-input,
  5. .el-select--large {
  6. height: 48px;
  7. line-height: 48px;
  8. }
  9. .el-form-item__label {
  10. font-size: 16px;
  11. color: rgba(0, 0, 0, 0.85);
  12. }
  13. .el-radio-button__inner {
  14. border: var(--el-border);
  15. border-radius: var(--el-border-radius-base) !important;
  16. width: 100%;
  17. padding: 11px 19px !important;
  18. }
  19. .el-radio-button__original-radio:checked + .el-radio-button__inner {
  20. background-color: #e9fff8;
  21. color: var(--el-color-primary);
  22. box-shadow: no;
  23. }
  24. .el-select .el-select__tags .el-tag {
  25. background-color: #dffff8;
  26. border: 1px solid #4bb39e;
  27. color: #4bb39e !important;
  28. border-radius: 10px;
  29. margin: 0 6px 0 0;
  30. height: 30px;
  31. }
  32. .el-tag .el-icon {
  33. color: #4bb39e;
  34. background-color: transparent;
  35. }
  36. .plyr {
  37. width: 150px;
  38. height: 85px;
  39. min-width: auto;
  40. }
  41. }
  42. }