📄 showgoodsimage.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<table class="ShowGoods_Item03" width="100%" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="ShowGoods_Item03_Title" style="background:url(Skin/Beautiful/Images/NewGoods_05.gif) repeat-x left bottom; font-weight:bold; height:34px;"><img src="Skin/Beautiful/Images/icon08.gif" hspace="3" align="absMiddle">商品图片</td>
</tr>
<tr>
<td class="ShowGoods_Item03_Text">
<ul>
<asp:DataList RepeatColumns=5 Width=100% Runat="server" ID="GoodsImagesDataList">
<ItemTemplate>
<asp:Image Runat="server" ID="GoodsImage"></asp:Image>
</ItemTemplate>
</asp:DataList>
</ul>
</td>
</tr>
</table>
<style>
.ShowGoods_Item03_Text img{cursor:hand;}
</style>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -