我的文字
.box { height: 40px; width: 300px; background-color: wheat; display: flex; justify-content: space-between; align-items: center; } .line { height: 2px; flex-grow: 1; background-color: red; } .text { margin: 0 5px; }