.list-header { display: flex; align-items: center; justify-content: center; } .list-header--middle { .list-header__decorate { width: 25px; height: 12px; } .list-header__content { padding: 0 12px; font-size: 16px; font-weight: 500; color: #fff; } } .list-header__decorate { display: inline-block; width: 37px; height: 18px; background-size: cover; &[data-position="left"] { background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/list-header-l.png'); } &[data-position="right"] { background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/list-header-r.png'); } } .list-header__content { margin: 0; padding: 0 15px; font-size: 18px; font-weight: 600; color: #FFF604; line-height: 1; }