.top { display: flex; align-items: center; .time-type { margin-left: 10rem; display: flex; div { width: 80px; text-align: center; border: 1px solid #cccccc; padding: 8px 0; } .sqActive { color: #5FB7FF; background: #F0F7FF; border: 1px solid #5FB7FF; } } } .mid1 { margin-top: 10px; display: flex; justify-content: space-between; .mid-left { border: 1px solid #eee; width: 40%; height: 35vh; overflow: auto; } .mid-right { width: 50%; .react-chart { width: 100%; height: 300px; } } } .footer{ font-size: 14px; margin-top: 40px; .footer-row{ display: flex; justify-content: space-between; .footer-item{ flex: 1; text-align: center; .footer-name{ background: #E0EDFF ; padding: 4px 0; } .footer-num{ padding: 4px 0; } } } }