ext修改文本样式

更加文本组建名称<style>
input[name=first]{
border-width: 1.75px;
border-style: solid;
border-color: #b7c2d9;
height:26px;
border-radius:8px;
}
</style>

或者

<style>

#clstext-inputEl{

border-width: 1.75px;
border-style: solid;
border-color: #b7c2d9;
height:26px;
border-radius:8px;
}
</style>

 ext自动会给你的id添加-inputEl

 如图  ext代码 如下

{
fieldLabel: '姓名',
emptyText: '如:张三',
blankText:'姓名不能为空',
name: 'first',

id:'clstext'
},

posted @ 2015-10-09 17:38  A-long  阅读(572)  评论(0编辑  收藏  举报