www.gusucode.com > 数码产品生产企业网站PHP源码程序 > 1010/member/js/notice.js

    
//文字大小切换

function fontZoom(size)
{
   document.getElementById('con').style.fontSize=size+'px';
}