common.less 265 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 .title { font-weight: 600; display: flex; align-items: center; &::before { content: ''; display: inline-block; background: var(--van-primary-color); height: 16px; width: 3px; margin-right: 6px; } }