如:
xxx | xxx | xxx | xxx
.text-wrap::after {
content:'';
display:inline-block;
width:1px;
height:12px;
vertical-align:middle;
background:#e4e4e4;
margin:auto 12px;
}
.text-wrap {
&:last-of-type {
&::after {
display:none;
}
}
}
如:
xxx | xxx | xxx | xxx
.text-wrap::after {
content:'';
display:inline-block;
width:1px;
height:12px;
vertical-align:middle;
background:#e4e4e4;
margin:auto 12px;
}
.text-wrap {
&:last-of-type {
&::after {
display:none;
}
}
}