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

    
//文字大小切换

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