📄 bulletin.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"> </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"> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -