www.gusucode.com > 典当行电子商务网站php网站源码程序 > code/member/js/notice.js

    
//文字大小切换

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