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

    
//文字大小切换

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