我第一次使用 Sencha Touch,但是在设计图像(即中心)和文本(即制作一定的尺寸/颜色)时遇到了困难。
有人可以告诉我在哪里添加样式标签。
下面的示例项目:
// This is the home page, just some simple html
{
title: 'Home',
iconCls: 'home',
cls: 'home',
scrollable: true,
style: 'text-align:centre',
html: [
'<img height=260 src="http://upload.wikimedia.org/wikipedia/commons/4/4a/Logo_2013_Google.png"/>',
'<h1>Welcome to the Demo HTML5 App</h1>',
"<p>Built with Sencha Touch</p>"
].join("")
}