当前位置:   article > 正文

html电子书翻页效果代码,附效果演示_html电子书代码

html电子书代码
html电子书翻页效果代码,附效果演示
效果演示:
一个index代码+2个js代码+1个css样式代码+图片文件夹
整体来说效果还是挺炫酷的,值得学习并且调用
其中的index代码:
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>HTML5电子书翻页动画效果</title>
  6. <link rel="stylesheet" type="text/css" href="css/book.css">
  7. <script type="text/javascript" src="js/jquery.min.js"></script>
  8. <script type="text/javascript" src="js/book.js"></script>
  9. </head>
  10. <body>
  11. <section id="knowledge" class="viewBlock">
  12. <div class="bookBox">
  13. <a class="lastBtn"><</a>
  14. <a class="nextBtn">></a>
  15. <div class="bookPage frist">
  16. <img src="img/dataImg1.png" />
  17. </div>
  18. <div class="bookPage runPage">
  19. <div class="bookWord">
  20. <span>Glacier</span> is the polar or alpine areas exist on the surface for many years and has a natural ice body along the ground motions. Ice snow for many years, after compaction, recrystallization, then freeze into ice. About 1/10 of the land area of glaciers on earth, and 4/5 of the fresh water resource is stored in the glacier.
  21. <span class="pageNumber">1</span>
  22. </div>
  23. <img src="img/dataImg2.png" />
  24. </div>
  25. <div class="bookPage runPage">
  26. <div class="bookWord">
  27. <span>Surface</span> water is the floorboard of the dynamic water and static water on land surface, which belongs to dynamic water lakes, rivers, and marshes, is the most important and most direct source of water supply, the earth's ecosystem system is to maintain stable operation of the blood.
  28. <span class="pageNumber">2</span>
  29. </div>
  30. <img src="img/dataImg3.png" />
  31. </div>
  32. <div class="bookPage runPage">
  33. <div class="bookWord">
  34. <span>Groundwater</span> as an important bodies of water, the earth has close relationship with human society. Groundwater storage is in the ground to form a large reservoir, with its stable water supply conditions, good water quality, become the human society of water less than nuuk.
  35. <span class="pageNumber">3</span>
  36. </div>
  37. <img src="img/dataImg4.png" />
  38. </div>
  39. <div class="bookPage last">
  40. <div class="bookWord">
  41. <span>Ocean</span> is the world's most extensive water, center part of the ocean called the, edges as the sea, and communicate with each other of unified bodies of water. Contains more than one billion three hundred million and five thousand cubic kilometers of sea water, accounting for about 97% of the total water on the earth, and can be used for human consumption accounts for only 2%.
  42. <span class="pageNumber">4</span>
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. <div style="text-align:center;">
  48. <p>来源:源码之家</p>
  49. </div>
  50. </body>
  51. </html>

两个js代码就不赘述了,js代码不需要改动,可以将图片替换成自己的图片
大家可以点击下面的链接下载整个代码
https://yunpan.cn/cBSyyVm6PPeiQ  
访问密码 7fd5
-----------------------------
20200211更新
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/117144
推荐阅读
相关标签
  

闽ICP备14008679号