搜索CSS(Sencha Touch)教程
问题描述:
我想更改我的应用程序的布局。我想使用我自己的按钮和改变背景颜色。
有人可以发布一些有用的教程。我不是很好css
I want to change the layout of my app. I want use my own buttons and change background color. Can someone post some useful tutorials. I'm not so good in css
感谢您的帮助
答
我唯一的建议是让你使用Firebug,如果你想自定义你的应用程序。
为您的组件设置 cls
属性,在Firefox / Chrome / Safari上启动应用程序,然后右键单击要自定义的HTML元素看看这个元素的CSS集合。然后,这一切都是关于CSS的写作。
My only advice is for you to use Firebug if you want to customize you app.
Set cls
attributes to your components, launch the app on a Firefox/Chrome/Safari and then just right click on the HTML element you want to customize and take a look at the CSS set for the element. Then, it's all about CSS writing.