extjs4.0 怎么修改背景颜色和字体
推荐于2016-09-01 · 知道合伙人数码行家
关注
展开全部
在extjs4.0中修改背景颜色和字体可以用style配置选项:
如下:
Ext.define 'App.your_package.CustomToolbar',
extend: 'Ext.toolbar.Toolbar'
xtype: 'my-custom-toolbar'
style: 'background-color: #112D41;font-family:"Times New Roman",Georgia,Serif;'
style设置了背景颜色为#112D41,字体为:Times New Roman",Georgia,Serif;
如下:
Ext.define 'App.your_package.CustomToolbar',
extend: 'Ext.toolbar.Toolbar'
xtype: 'my-custom-toolbar'
style: 'background-color: #112D41;font-family:"Times New Roman",Georgia,Serif;'
style设置了背景颜色为#112D41,字体为:Times New Roman",Georgia,Serif;
博思aippt
2024-07-20 广告
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生...
点击进入详情页
本回答由博思aippt提供
展开全部
可以直接写在style属性里,最好的方式是写自定义cls.这样可以重用
比如button
{
xtype='button',
cls='mycustome'
}
然后在css里写
.mycustome{
background-color: #ddd !important;
border: 0px solid transparent;
font-family:Microsoft YaHei,微软雅黑,SimSun,宋体,arial,verdana,sans-serif!important
}
比如button
{
xtype='button',
cls='mycustome'
}
然后在css里写
.mycustome{
background-color: #ddd !important;
border: 0px solid transparent;
font-family:Microsoft YaHei,微软雅黑,SimSun,宋体,arial,verdana,sans-serif!important
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询