table {
  width: 100%;
  table-layout: fixed;  /* 让单元格按固定比例分配宽度 */
  word-wrap: break-word; /* 让长单词/长链接自动换行 */
  word-break: break-all;}
