⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bulletin.ascx

📁 在线点卡销售系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Bulletin.ascx.cs" Inherits="wqshop.Modules.Bulletin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="bull" cellpadding="0" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="bul">&nbsp;</td>
		<td class="bum">
		<div style="float:left; margin-top:3px"> <marquee class="bulletin" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="4" width="100%">
		<%=GetBulletin(config.BulletinSizeInIndex)%>
		</marquee>
		</div>
		</td>
		<td class="bur">&nbsp;</td>		
	</tr>
</table>

⌨️ 快捷键说明

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