html, body { height: 100%; } body { background-color: #f5f5f5; } .exam { background-color: #fff; padding-bottom: 55px; header { display: flex; height: 49px; padding: 0 12px; align-items: center; justify-content: space-between; .iconfont { font-size: 16px; color: #222; font-weight: 600; } .time { display: flex; align-items: center; .iconfont { margin-right: 8px; } span { font-size: 18px; } } .count { font-size: 14px; color: #09f; } } .banner { height: 94px; margin-bottom: 18px; img { width: 100%; height: 100%; } } }