日期:2014-05-16 浏览次数:20495 次
                <table id="sItem"  style="width: 230px;height: 140px; margin-right: auto; margin-left: auto;">
                    <asp:Repeater ID="JxtdRepeater2" runat="server">
                    <ItemTemplate>
                    <tr style="height: 125px">
                        <td colspan="2">
                            <table cellpadding="0" cellspacing="0" style="width: 100%">
                                <tr>
                                    <td style="width: 100px" align="center" ><img src=<%# Eval("Item3")%> height="120" width="84" /></td>
                                    <td style="line-height: 150%"  ></td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    </ItemTemplate>
                    </asp:Repeater>
                </table>