设置表格边框css样式

table{
width:70%;
text-align:center;
border-left:#C8B9AE solid 1px;
border-top:#C8B9AE solid 1px;
border-collapse:collapse;
}
table th{
background:#ccc;
border:solid 1px #0000ff;
}
table td{
border-right:#C8B9AE solid 1px;
border-bottom:#C8B9AE solid 1px;
padding:10px 10px 6px;
vertical-align: top;
}

上一篇:c# 设置控件的前景颜色和背景颜色


下一篇:重新想象 Windows 8 Store Apps (2) - 控件之按钮控件: Button, HyperlinkButton, RepeatButton, ToggleButton, RadioButton, CheckBox, ToggleSwitch