extjs4.0 怎么修改背景颜色和字体
2个回答
推荐于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;
微测检测5.10
2023-05-10 广告
2023-05-10 广告
您好!建议咨 深圳市微测检测有限公司,已建立起十余个专业实验室,企业通过微测检测就可以获得一站式的测试与认 证解决方案;(EMC、RF、MFi、BQB、QI、USB、安全、锂电池、快充、汽车电子EMC、汽车手机互 联、语音通话质量),认证遇...
点击进入详情页
本回答由微测检测5.10提供
展开全部
可以直接写在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
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询