.server { display: flex; justify-content: center; align-items: center; width: 100%; } .server > .content { display: flex; flex-direction: column; width: 92%; } .server > .content > ul { display: flex; flex-direction: column; padding-bottom: 20px; } .server > .content > h5 { text-indent: 24px; white-space: normal; font-size: 15px; color: #111111; font-family: "微软雅黑"; margin: 20px 0 10px 0; line-height: 20px; font-weight: 600; } h6 { font-size: 16px; color: #111111; font-weight: bold; } p { font-size: 14px; color: #333333; text-indent: 24px; font-weight: bold; } .server > .content > ul > li { display: flex; flex-direction: column; } .server > .content > ul > li > section { display: flex; align-self: center; flex-direction: column; width: 83.5%; } table { margin: 6px 0; } table tr th { font-size: 14px; color: #333333; font-weight: bold; } table tr th, td { text-align: center; border: 1px solid #333333; padding: 4px; } .server > .content > ul > li > section>div{ display: flex; flex-direction: row; align-items: flex-start; } .server > .content > ul > li > section>div>section>p{ text-indent: 0; font-weight: normal; white-space: nowrap; font-size: 13px; line-height: 20px; }