@import '../../styles/theme.less'; .pagNewHead { width: 100%; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; .pagNewHead-breadcrumb { margin-bottom: 8px; &-item { cursor: pointer; &:hover { color: @main-color; } } } &-title { margin-bottom: 12px; display: flex; align-items: center; &-detailH { font-weight: 600; } &-h { font-weight: 600; font-size: 20px; line-height: 28px; } } &-subtitle { margin-bottom: 8px; } .ant-tabs-ink-bar { width: 28px !important; } }