색상:흰색;
글꼴 크기: 0.6em;
}
.navToolbar .x-tabBar-pressing {
background-image:none;
background-color:#0f517e;
background-image:-webkit-gradient( 선형,50% 0%,50% 100%,색상 정지(0%,#0a3351),색상 정지(10%,#0c4267),색상 정지(65%,#0f517e),색상 정지(100 %,# 0f5280));
배경 이미지:-webkit-linear-gradient(top,#0a3351,#0c4267 10%,#0f517e 65%,#0f5280);
배경 이미지:-moz- 선형 그라데이션(상단,#0a3351,#0c4267 10%,#0f517e 65%,#0f5280);
배경 이미지:-o-linear-gradient(상단,#0a3351,#0c4267 10%,#0f517e 65 %,# 0f5280);
배경 이미지:선형 그라데이션(top,#0a3351,#0c4267 10%,#0f517e 65%,#0f5280);
}
사용:
코드 복사
코드는 다음과 같습니다.
Ext.define('app.view.MyBar', {
대체ClassName: 'myBar',
확장: 'ux.TabBar',
xtype: 'myBar',
config: {
항목: [
선택됨: true
xtype: '버튼',
text: '복권 홀'
},
{
xtype: '버튼 ',
text: '행운의 숫자'
},
{
xtype: '버튼',
text: '더보기'
}]
}
} );
렌더링: