zoukankan      html  css  js  c++  java
  • Table CSS 简单样式

    <table border="1" style="border-collapse: collapse" cellpadding="1" cellspacing="1" bordercolor="#CCCCCC">
                    <tr align="center">
                        <td class="style10">
                            层号
                        </td>
                        <asp:Repeater ID="rep" runat="server">
                            <ItemTemplate>
                                <td style="background: #DAE1E8; 35px;">
                                    <%# Eval("GetLayer_No")%>
                                </td>
                            </ItemTemplate>
                        </asp:Repeater>
                    </tr>
                    <tr align="center">
                        <td class="style10">
                            部门代码
                        </td>
                        <asp:Repeater ID="rep2" runat="server">
                            <ItemTemplate>
                                <td  style=" 35px; background-color: White;height: 19px;">
                                    <%# Eval("GetLayer_Len")%>
                                </td>
                            </ItemTemplate>
                        </asp:Repeater>
                    </tr>
                </table>
  • 相关阅读:
    了解NAT及P2P技術
    MS sqlserver數據恢復
    cvs定時備份
    html結合javascript實現的進度條
    在linux下oracle自啟動腳本
    android_activity_研究(一)
    android_onSaveInstanceState_onRestoreInstanceState研究
    android_sdcard读写(三)
    android_activity_研究(二)
    android_sdcard读写(一)
  • 原文地址:https://www.cnblogs.com/hyd309/p/1323850.html
Copyright © 2011-2022 走看看