新建一个文本组件在里面填写如下内容看一下:
<p>我是上部:
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="10">
<div style="text-align: left;">
<span style="color:#00b050">总收入为:</span>
<span style="font-family: 微软雅黑, " Microsoft YaHei ";">
<span style="color: rgb(255, 0, 0);font-size:32px;font-weight: bold;">?{Profit}</span>
</span>,
<span style="color:#00b050">总销售额为:</span>
<span style="font-family: 微软雅黑, " Microsoft YaHei ";">
<span style="font-size:18px">
<em><span style="font-family: 楷体, SimKai; color: rgb(0, 255, 0);">?{Sales}</span></em>
</span>
</div>
</marquee>
<marquee onmouseover=this.stop() onmouseout=this.start() direction="right" bgcolor="#4C89FF" scrollamount="10">
<img src="http://www.w3school.com.cn/i/eg_cute.gif" /></marquee>
</p> |