利用CSS生成精美细线Table表格无需复杂style代码

2020-04-28 08:03:12易采站长站整理

word-wrap:break-word;
white-space:normal;
}
.table td a:active {
font-weight:400 ;
text-decoration:none ;
color:#2259D7 ;
word-break:break-all;
word-wrap:break-word;
white-space:normal;
}