.stationPlanBox { width: 100%; height: 100%; box-sizing: border-box; padding: 20px 24px; display: flex; } .title { width: 100%; height: 48px; } .orbox { height: 100%; width: 360px; margin-right: 40px; display: flex; flex-direction: column; .or { flex: 1; overflow-y: auto; border: 1px solid rgba(54, 162, 255, 0.3); background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(0, 46, 91, 0.68) 100%); margin-top: 12px; box-sizing: border-box; padding: 18px 12px; nz-tree { background: none; color: #c4e2fc; } } } .stationList { flex: 1; display: flex; flex-direction: column; .search { box-sizing: border-box; padding-left: 22px; padding-right: 33px; width: 100%; height: 32px; margin-top: 14px; margin-bottom: 22px; form { width: 100%; height: 32px; display: flex; justify-content: flex-end; input { background: none; border: 1px solid #91ccff; color: #fff; } .searchParams { width: 22%; } .btn { width: 5%; margin-left: 16px; } } } .tablebox { flex: 1; display: flex; flex-direction: column; align-items: center; overflow: hidden; .pagination { margin-top: 26px; display: flex; align-items: center; justify-content: center; } ::-webkit-scrollbar { width: 0px; } } } // 适配125% @media screen and (max-height: 750px) { .stationPlanBox { padding: 16px 20px; } .title { width: 100%; height: 42px; } .orbox { width: 290px; margin-right: 32px; .or { margin-top: 8px; padding: 15px 10px; } } .stationList { .search { box-sizing: border-box; padding-left: 22px; padding-right: 30px; width: 100%; height: 32px; margin-top: 8px; margin-bottom: 15px; form { height: 32px; .searchParams { flex: 12; } .btn { flex: 1; } } } } } // 适配150% @media screen and (max-height: 600px) { .stationPlanBox { padding: 12px 15px; } .title { width: 100%; height: 33px; } .orbox { width: 250px; margin-right:23px; .or { margin-top: 5px; padding: 10px 6px; } } .stationList { .search { box-sizing: border-box; padding-left: 18px; padding-right: 22px; width: 100%; height: 32px; margin-top: 8px; margin-bottom: 15px; form { height: 32px; .searchParams { flex: 10; } .btn { flex: 1; } } } .tablebox{ nz-table{ th{ font-size: 10px!important; } } } } }