jQuery(document).ready(function(){ var SDmodel = new scrollDoor(); SDmodel.sd(["m25","m26"],["c25","c26"],"sd01","sd02"); }) //控制图片大小 function DownImage(ImgD,MaxWidth,MaxHeight){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ var rate = (MaxWidth/image.width < MaxHeight/image.height)?MaxWidth/image.width:MaxHeight/image.height; if(rate <= 1){ ImgD.width = image.width*rate; ImgD.height =image.height*rate; } } }
设为首页 | 整理收藏 |
高级搜索
当前位置:
←前10页1后10页→ 直接到第

  共 2 条信息 当前显示第 1 - 2 条 每页 100 条信息 共 1 页