space.component.scss 836 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .space-page {
  2. padding: 20px;
  3. font-family: PingFang SC;
  4. .space-head {
  5. display: flex;
  6. justify-content: space-between;
  7. .content {
  8. .title {
  9. //styleName: 字体/标题-大-Medium;
  10. font-family: PingFang SC;
  11. font-size: 24px;
  12. font-weight: 500;
  13. line-height: 38px;
  14. text-align: left;
  15. }
  16. .text {
  17. font-family: PingFang SC;
  18. font-size: 14px;
  19. font-weight: 400;
  20. line-height: 22px;
  21. text-align: left;
  22. color: #231C1F99;
  23. }
  24. }
  25. }
  26. .space-content{
  27. margin: 20px 0;
  28. }
  29. }
  30. ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
  31. color: #c6233f;
  32. }
  33. ::ng-deep .ant-tabs-ink-bar{
  34. background: #c6233f;
  35. }
  36. ::ng-deep .ant-tabs-tab:hover{
  37. color: #e97488;
  38. }
  39. ::ng-deep .ant-tabs-tab-btn:active{
  40. color: #e97488;
  41. }