|
|
- <script type="text/javascript" src="jquery-1.8.3.min.js"></script>
- <script type="text/javascript" src="jquery.SuperSlide.2.1.1.js"></script>
- <link href="font-awesome.min.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript">
- var jq=jQuery.noConflict();
- </script>
- <style type="text/css">
- /*deanlimitbuy*/
- .deanlimitbuy{ width:1180px; margin:30px auto; }
- .deantit{ height:40px; line-height:40px;}
- .deantit span{ color:#333; font-size:26px; float:left;}
- .deantit b{ padding-left: 10px; font-size: 20px; color: #d3d3d3; float:left; font-weight:normal;}
- .deanfr{ float:right; margin-top:10px;}
- .deanfr a.prev{ float:left; display:block; width:8px; height:13px; background:url(listl.png) 0 0 no-repeat;}
- .deanfr a.next{ float:left; display:block; width:8px; height:13px; background:url(listr.png) 0 0 no-repeat;}
- .deanfr ul{ float:left; margin-top:5px; margin-left:10px;}
- .deanfr ul li{ float:left; cursor:pointer; overflow:hidden; width:5px; height:5px; background:#aaa; border-radius:5px; margin-right:10px; text-indent:-999px;}
- .deanfr ul li.on{ background:#ff0c2e;}
- .deanlimitbuy .deanbd{ width: 1200px; height: 320px; margin-top:10px; overflow:hidden; }
- .deanlimitbuy .deanbd ul{ width:1220px; height: 320px; position: relative; left: 0px; top: 0px; }
- .deanlimitbuy .deanbd ul li{ width: 278px; border:1px solid #f0f0f0; height: 318px; overflow:hidden; margin-right:18px; float: left; position:relative; }
- .deanbd ul li .deanmoveimg{ width:238px; height:238px; overflow:hidden; position:absolute; top:20px; left:20px;}
- .deanbd ul li .deanmoveimg img{ width:238px; height:238px;}
- .deanbd ul li span{ position:absolute; display:block; width:240px; bottom:50px; left:20px; text-align:center; height: 30px; line-height: 30px; font-size: 24px; font-weight:bold; color: #ff0c2e; margin-top:15px;}
- .deanbd ul li h3{ position:absolute; bottom:20px; left:20px; width:240px; font-weight:normal; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:35px; line-height:35px; font-size: 14px;color: #888; margin:0 auto;}
- .deanbd ul li a:hover h3{ color:#333;}
- </style>
- <div class="deanlimitbuy">
- <div class="deantit">
- <span>热销排行/品牌特卖</span><b>SALE</b>
- <div class="deanfr">
- <a href="javascript:;" class="prev"></a>
- <ul><li class="on">1</li></ul>
- <a href="javascript:;" class="next"></a>
- </div>
- <div class="clear"></div>
- </div>
- <div class="clear"></div>
- <!--[diy=deanbd]--><div id="deanbd" class="area"></div><!--[/diy]-->
-
- </div>
- <script type="text/javascript">
- /*jq(function() {
- jQuery(".fullSlide").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true, autoPage:true, trigger:"mouseover" });
- })*/
- jq(function() {
- jq(".deanlimitbuy").slide({titCell:".deantit ul",mainCell:".deanbd ul",autoPage:true,effect:"leftLoop",autoPlay:true,scroll:4,vis:4,easing:"easeOutCirc",delayTime:"800",interTime:"4500"});
- })
- </script>
复制代码
- <div class="deanbd">
- <ul>
- [loop]
- <li>
- <a href="{url}" target="_blank">
- <div class="deanmoveimg"><img src="{pic}" width="{picwidth}" height="{picheight}" /></div>
- <div class="clear"></div>
- <h3>{title}</h3>
- </a>
- </li>
- [/loop]
- </ul>
- </div>
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|