bulletin.ascx

来自「商城名称: 新普网络商城XpShop 官方网站: http://www.XpS」· ASCX 代码 · 共 12 行

ASCX
12
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Bulletin.ascx.cs" Inherits="XpShop.WebUI.Modules.Bulletin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="navsub" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td class="l"></td>
		<td class="m" style="padding:0 30px">
		<marquee class="bulletin" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="4" width="100%">
		<%=GetBulletin(config.BulletinSizeInIndex)%>
		</marquee>
		</td>
		<td class="r"></td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?