blockadvertising.tpl

来自「一款C2C的网店程序 我也是在网上下载的」· TPL 代码 · 共 6 行

TPL
6
字号
<!--鏂囧瓧骞垮憡--><!--Author:HH.Sun-->
<div id="advtext" style="color:{$text.txt_color};height:{$text.acvchild_height}px;background-color:{$text.bg_color}; font-size:{$text.txt_size}; width:{$advwidth}px; overflow:hidden;" onmouseover='this.style.cursor="hand";'>
<a href="{$text.adv_url}" style="color:{$text.txt_color};">{if $move}<marquee direction="{if $text.txt_move_direction}left{else}up{/if}" height="{$text.acvchild_height}" Scrollamount='{if $text.txt_move_direction}1{else}1{/if}' onmouseover='this.style.cursor="hand";' style="color:{$text.txt_color};">{/if}
{$text.src_txt}
{if $move}</marquee>{/if}</a>
</div>

⌨️ 快捷键说明

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