You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 757 B

10 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .workspace-intro {
  2. display: flex;
  3. align-items: center;
  4. margin-bottom: 16px;
  5. padding: 20px 30px;
  6. background-image: url(@/assets/img/workspace-intro.png);
  7. background-repeat: no-repeat;
  8. background-position: top right;
  9. background-size: 100% 100%;
  10. border-radius: 4px;
  11. &__left {
  12. padding: 30px 0 34px;
  13. }
  14. &__right {
  15. display: flex;
  16. flex: 1;
  17. align-items: center;
  18. justify-content: center;
  19. }
  20. &__title {
  21. margin-bottom: 20px;
  22. color: @text-color;
  23. font-weight: 500;
  24. font-size: 20px;
  25. }
  26. &__content {
  27. max-width: 980px;
  28. margin-bottom: 20px;
  29. color: @text-color-secondary;
  30. font-size: @font-size-title;
  31. line-height: 1.8;
  32. letter-spacing: 1px;
  33. }
  34. &__icon {
  35. height: 176px;
  36. }
  37. }