DedeCMS图集局部放大镜jquery特效兼容性强

时间:2023-08-09 12:03 浏览:0 评论:0
0

       这是比较流行的一种图集展示效果,适合绝大多数的内容展示,由极简主义的秀站网SEO分享,把这个效果的代码做到最简单。美观漂亮的JQuery,并没有固定图片尺寸比例(很多是正方形的),能比较自由控制展示效果。

二手汽车展示JS效果样式

图集展示放大镜、底部左右滚动JQuery

       结合dedecms内容管理系统,需要运用频道模型的图集模型做图片展示,代码比较简单。可以找到频道模型-内容模型管理-图片集模型(点击红圈复制),附加表也修改为dede_addonimages就行,如果不想影响原有表可以按照默认设置。提醒大家如果不需要用到的模型可以禁用,只启用自己需要的模型。

dedecms增加复制内容模型系统模型

       如果要做商品购物功能,就必须是商品模型就需要把多个图片分部作为自定义字段,如果字段不为空,则调用该图片;否则调用默认图片:defaultpic.gif。参考文章《dedecms判断自定义字段是否为空输出指定文字或图片内容》

商品展示JS放大效果判断自定义字段为空输出默认图片

实现自定义字段为空则输出指定图片效果

在页面前引入JS,路径根据自己的实际情况修改 前台HTML代码

    {dede:productimagelist}
  • [field:text /]
  • {/dede:productimagelist}

把下面的JS放到之前 CSS样式部分 /*proview*/ .bodyproview .slideBox{height:235px;margin-bottom:20px;} .bodyproview .slideBox img{height:235px;} .main{background:#003c7b} .preview{position:relative;width:660px; height:465px;background:#fff} /* smallImg */ .smallImg{position:relative; height:52px; margin-top:1px; padding:6px 5px; width:650px; overflow:hidden;float:left;} .scrollbutton{width:24px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; } .scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/left.gif) no-repeat center center;} .scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/right.gif) no-repeat center center; margin-left:625px; margin-top:-50px;} #imageMenu {height:50px; width:600px; overflow:hidden; margin-left:5px; float:left;} #imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;} #imageMenu li img{width:50px; height:50px;cursor:pointer;} #imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;} /* bigImg */ .bigImg{position:relative; float:left; width:660px; height:400px; overflow:hidden;} .bigImg #midimg{width:660px; height:400px;} .bigImg #winSelector{width:235px; height:210px;} #winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;} /* bigView */ #bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;} #bigView img{position:absolute;}

1. 本站所有资源来源于用户上传或网络,仅作为参考研究使用,如有侵权请邮件联系站长!
2. 本站积分货币获取途径以及用途的解读,想在本站混的好,请务必认真阅读!
3. 本站强烈打击盗版/破解等有损他人权益和违法作为,请各位会员支持正版!
4. dedecms > DedeCMS图集局部放大镜jquery特效兼容性强

用户评论