
//========================= 设置字体大中小 end =============
// =============禁止右键 start===如果有用在body中加入 onselectstart="return false"==========
document.oncontextmenu = function() { return false;}
// =============禁止右键 end =============
