html 页面美化table,table 样式美化.html

  • Post author:
  • Post category:其他


table.gridtable {

font-family: verdana, arial, sans-serif;

font-size: 11px;

color: #333333;

border-width: 1px;

border-color: #666666;

border-collapse: collapse;

}

table.gridtable th {

border-width: 1px;

padding: 8px;

border-style: solid;

border-color: #666666;

color: #0099FF;

font-size:1.125rem;

}

table.gridtable td {

border-width: 1px;

padding: 8px;

border-style: solid;

border-color: #666666;

background-color: #ffffff;

color: #FFF;

}

Info Header 1 Info Header 2 Info Header 3
Text 1A Text 1B Text 1C
Text 2A Text 2B Text 2C

一键复制

编辑

Web IDE

原始数据

按行查看

历史