.box { width: 100%; height: 100%; display: flex; justify-content: center; } ::-webkit-scrollbar { display: none } .content { width: 1000px; height: 100%; display: flex; flex-direction: column; .title { height: 48px; width: 100%; margin: 16px 0; } .tablebox { flex: 1; overflow-y: auto; .table { table, table tr th, table tr td { border: 1px solid #91CCFF; } table { width: 100%; text-align: center; border-collapse: collapse; margin-bottom: 24px; tr { td { height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #C4E2FC; box-sizing: border-box; padding: 0 16px; } .head { width: 17%; background: #0b3863; color: #23D9FF; text-align: right; } .text { width: 33%; } } } .imgtable { tr, td { height: 98px; } } } } }