zoukankan      html  css  js  c++  java
  • 小轮播图

     1 <!DOCTYPE html>
     2 <html lang="zh-cn">
     3 <head>
     4 <meta charset="utf-8"/>
     5 <title></title>
     6 <script src="js/jquery.js" type="text/javascript"></script>  
     7 </head>
     8 <body>
     9 
    10 <!--PageBeginHtml Block Begin-->
    11 <div id="hnyei_ad2" style="display:none;">
    12     <a href="https://s.click.taobao.com/TKBTxZw" target="_blank"><img src="picture/o_aer1.jpg" alt="亦乡绿茶"  width="300" height="288" /></a>
    13     <a href="https://item.taobao.com/item.htm?spm=a1z09.8149145.0.0.7f151fdeaOBTDy&id=559780867135&_u=9oucdche3fd " target="_blank"><img src="picture/o_aerq1.jpg" alt="绿茶防辐射"  width="300" height="288" /></a>
    14 </div>
    15 <!--PageBeginHtml Block End-->
    16 
    17 <!-- 容器 -->
    18 <div id="calendar"></div>
    19         
    20 
    21 <script src="js/jquery.kinslideshow-1.2.1.min.js" type="text/javascript"></script>
    22 <script>
    23 $(document).ready(function(){
    24   $("#profile_block").html($("#hnyei_css").html());
    25   $("#blog_ad_google").hide();
    26   $(".catListTitle").eq(0).html("");
    27 $("#mainContent").css("margin","0 -320px 0 0");
    28 $(".forFlow").css("margin","0 320px 0 0");
    29 $("#sideBar").css("width","300px");
    30 $("#green_channel").css("bottom","3px");
    31 $("#green_channel").css("position","fixed");
    32 $("#green_channel").css("right","350px");
    33 $("#green_channel").css("background","#fff");
    34 $("#site_nav_under").css("display","none");
    35 $("#comment_nav").css("bottom","55px");
    36 $("#comment_nav").css("position","fixed");
    37 $("#comment_nav").css("right","350px");
    38 $("#comment_nav").css("background","#fff");
    39 $("#kb_block").css("display","none");
    40 $(".c_ad_block").css("display","none");
    41 $("#calendar").html($("#hnyei_ad2").html());
    42 $("#calendar").KinSlideshow();
    43 });
    44 </script>
    45 
    46 </body>
    47 </html>

     https://files.cnblogs.com/files/php-qiuwei/jquery.kinslideshow-1.2.1.min.js

    https://files.cnblogs.com/files/php-qiuwei/jquery.js

  • 相关阅读:
    16. InOrder
    15. BddStyle: given-willReturn、OneLiner风格
    12. atLeastOnce、atLeast、atMost、never、only、verifyNoMoreInteractions、verifyZeroInteractions
    11. verify验证方法调用
    sqlserver数据文件变更位置
    生产上的sqlserver数据库误删或者操作不当的补救措施
    linux centos7 安装配置jdk
    linux centos7 mysql5.7 设置端口以及远程访问
    linux centos7 安装mysq5.7步骤总结
    关于Netty的那点事
  • 原文地址:https://www.cnblogs.com/php-qiuwei/p/7885972.html
Copyright © 2011-2022 走看看