www.gusucode.com > 电脑回收公司网站源码程序 > 电脑回收公司网站源码程序/member/js/notice.js

    
//文字大小切换

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