index.module.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .colUpload {
  2. line-height: 0;
  3. .uploadFileMusic {
  4. color: #14BC9C;
  5. text-decoration-line: underline;
  6. }
  7. }
  8. .uploadSection {
  9. width: 150px;
  10. height: 85px;
  11. background: #f8faf9;
  12. border-radius: 10px;
  13. border: 1px solid rgba(45, 199, 170, 0.26);
  14. font-size: 14px;
  15. color: #2dc7aa;
  16. line-height: 20px;
  17. }
  18. .uploadFile {
  19. width: 100%;
  20. min-width: 300px;
  21. height: 50px;
  22. border: 1px solid rgba(142, 142, 142, 0.26);
  23. border-radius: 10px;
  24. display: flex;
  25. align-items: center;
  26. padding: 0 15px;
  27. color: var(--el-text-color-regular);
  28. :global {
  29. .el-icon {
  30. margin-right: 5px;
  31. }
  32. }
  33. }
  34. .fileUpload {
  35. :global {
  36. .el-upload--text {
  37. @apply w-full;
  38. }
  39. .el-loading-spinner {
  40. display: flex;
  41. align-items: center;
  42. height: 42px !important;
  43. justify-content: center;
  44. margin-top: -20px !important;
  45. svg {
  46. width: 20px;
  47. height: 20px;
  48. margin-right: 5px;
  49. }
  50. }
  51. }
  52. }
  53. .uploadClass {
  54. height: 85px;
  55. width: 100%;
  56. :global {
  57. .el-loading-spinner {
  58. margin-top: -33px;
  59. height: 85px;
  60. }
  61. .el-loading-mask {
  62. height: 50px;
  63. border-radius: 10px;
  64. }
  65. }
  66. }