OrderInfo.scss 248 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 .OrderDetail-info { display: flex; line-height: 60px; justify-content: space-between; font-size: 28px; color: #666; .OrderDetail-info-title { width: 120px; } .OrderDetail-info-content { text-align: right; flex: 1; } }