.content { width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; padding: 1px; background: url('../../../assets/images/backgroud.png'); background-size: 100% 100%; header { width: 100%; height: 50px; text-align: center; background: url('../../../assets/images/head.png'); background-size: 100% 100%; img { margin: 11px 0; } } } .center { width: 80%; max-height: 90%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; text-align: center; h3 { font-size: 26px; color: #fff; margin: 30px 0; } } .center::-webkit-scrollbar { display: none; } table { width: 100%; box-sizing: border-box; background-color: #fff; text-align: center; border-collapse:collapse; word-break:break-all; word-wrap:break-all; table-layout:fixed; th { box-sizing: border-box; height: 50px; font-size: 24px; color: #fff; font-weight: 400; border: 1px solid #fff; background-color: #ff4d29; } td { box-sizing: border-box; height: 60px; color: #000; font-weight: 400; border: 1px solid #ECEDEE; } p { height: 30px; line-height: 30px; box-sizing: border-box; } .bottomBorder:not(:last-child) { border-bottom: 1px solid #ECEDEE; } } th,td,p { cursor: default; }