1. GridView 样式

 

        td
{
font-family: "Verdana";
font-size: 12px;
}
.GridHeader th
{
font-size: 12px;
font-weight: bold;
line-height: 22px;
border: 1px solid #808080;
background-image: url('/img/prbg.gif');
background-repeat: repeat-x;
color: #ffffff;
}

.GridRow td
{
background-color: #F5F5F5;
padding: 2px;
border: 1px solid #E7E7E7;
line-height: 24px;
text-align: center;
padding: 0px 5px;
height: 24px;
}

GridView 样式放置位置:

            <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" EnableModelValidation="True"
OnRowCommand="GridView1_RowCommand" OnPageIndexChanging="GridView1_PageIndexChanging"
HeaderStyle-CssClass="GridHeader" RowStyle-CssClass="GridRow" Width="900px">
</asp:GridView>

图片地址: prbg.gif

posted on 2012-03-28 17:36  gzh4455  阅读(537)  评论(0编辑  收藏  举报