.space-page { padding: 20px; font-family: PingFang SC; .space-head { display: flex; justify-content: space-between; .content { .title { //styleName: 字体/标题-大-Medium; font-family: PingFang SC; font-size: 24px; font-weight: 500; line-height: 38px; text-align: left; } .text { font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 22px; text-align: left; color: #231C1F99; } } } .space-content{ margin: 20px 0; } } ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{ color: #c6233f; } ::ng-deep .ant-tabs-ink-bar{ background: #c6233f; } ::ng-deep .ant-tabs-tab:hover{ color: #e97488; } ::ng-deep .ant-tabs-tab-btn:active{ color: #e97488; }