 
- 帖子
- 32
- 积分
- 196
- 体力
- 101 点
- 金币
- 79
- 威望
- 0
|
mzp-packed-me.js 打开这个js文件
thumb_change=matches[3]
}re=new RegExp(/zoom\-width(\s+)? \s+)?(\w+)/i);var zoomWidth=-1;matches=re.exec(aels[i].rel);bigCont.style.width='310px';if(matches){
bigCont.style.width=matches[3];zoomWidth=matches[3]
}re=new RegExp(/zoom\-height(\s+)? \s+)?(\w+)/i);var zoomHeight=-1;matches=re.exec(aels[i].rel);bigCont.style.height='310px';if(matches){
310px和310px是默认的。可以修改 放大。 |
|