⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sort_tables_by_columns.css

📁 《JavaScript精粹》 源文件下载
💻 CSS
字号:
table
{
  width: 600px;
  border-collapse: collapse;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
}

th
{
  border-left: 1px solid #FFFFFF;
  padding: 0.5em;
  background-color: #3399FF;
  background-image: url(../images/table_header.jpg);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-align: center;
}

th.c1
{
  border-left: 1px solid #0066CC;
  text-align: left;
}

th.c4
{
  border-right: 1px solid #0066CC;
}

th.sortedAscending
{
  padding-right: 2em;
  background-image: url(../images/arrow_up.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

th.sortedDescending
{
  padding-right: 2em;
  background-image: url(../images/arrow_down.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

th a
{
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

* html th a
{
  height: 1px;
}

td
{
  border: 1px solid #0066CC;
  padding: 0.5em;
  text-align: center;
}

td.c1
{
  text-align: left;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -