table {
word-wrap: break-word;
word-break: break-all;//單詞自動換行
border-collapse: collapse;//去除單元格之間邊線重合
table-layout:fixed; //固定寬高
}