文本1 已到期 文本2 即将到期 .container { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 10px; } .label { padding: 5px; margin-left: 10px; } .red-bg { background-color: red; } .orange-bg { background-color: orange; } .text { white-space: nowrap; }