用 css 樣式表來美化表格

來源:互聯網
上載者:User
以下 .lv 樣式為:為一個表格的 左,右,底 三個邊加一個像素的邊框

.lv {
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #83B12B;
 border-left-color: #83B12B;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #83B12B;
}

以下為大字型,加粗,用於標題
.Headline {
 font-size: 14px;
 font-weight:bold;
 text-shadow:Black;
 color: #ffffff;
}
.Headx {
 font-size: 14px;
 text-shadow:Black;
 color: #ffffff;
}
.Headblue {
 font-size: 14px;
 font-weight:bold;
 text-shadow:Black;
 color: #5a8610;
}

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.