1. 程式人生 > >ext 控制元件字型大小改變

ext 控制元件字型大小改變

.label
{
    font-size:14px;
}
.textarea
{
    font-size:20px;
}

  .x-grid3-hd-row TD
        {
            font-size: 16px; /*改變表頭字型大小*/
        }
        .x-grid3-row TD
        {
            font-size: 14px; /*改變行內容字型大小*/
            line-height: 14px;
        }
       
       
       
        .x-window-header span
        {
            font-size: 16px;
        }
       
        .label
        {
            font-size: 14px;
        }
        . x-btn-text span
        {
            font-size: 20px;
        }
        x-btn-text{
 font-size:20px;  
}