www.gusucode.com > 数码家电商城源码程序 > 数码家电商城源码程序/2048/member/js/notice.js

    
//文字大小切换

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