www.gusucode.com > 4023网博士成品网站管理系统 PHP网站源码程序 > 4023/4023/member/js/notice.js

    
//文字大小切换

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