.congestion { width: 100%; .tit { width: 100%; background: url(../../../assets/CommandPlatform/tit.png); background-size: 100% 100%; background-repeat:no-repeat; height: 52px; padding-left: 128px; margin-bottom: 28px; } .containerTop { width: 100%; height: 58px; margin-bottom: 24px; display: flex; .interval { margin-bottom: 20px; } .top1 { margin: 0 18px 0 24px; line-height: 58px; } .top2 { margin-right: 10px; display: flex; .num { width: 48px; height: 58px; line-height: 58px; text-align: center; font-size: 34px; border: 1px solid lime; margin-right: 12px; } } .num:last-child { margin-right: 0; } .top3 { margin-right: 28px; line-height: 58px; } .top4 { margin-right: 18px; } .top5 { display: flex; } .top5>div:nth-child(1) { margin-right: 10px; text-align: right; } } .containerBottom { width: 100%; display: flex; justify-content: space-between; &>div { width: 142px; .num { width: 100%; height: 62px; text-align: center; padding-bottom: 10px; margin-bottom: 6px; &>div:nth-child(1) { font-size: 24px; } &>div:nth-child(2) { font-size: 20px; } } .compare { width: 100%; display: flex; justify-content: space-between; padding: 0 24px; .compareFont { color: rgba(250, 250, 250, 0.8); } .compareNum { display: flex; text-align: right; &>div:nth-child(1) { margin-right: 8px; } } } } } }