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

    
//文字大小切换

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