rcmap.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>线上人才目录图谱</title>
  6. <link rel="stylesheet" type="text/css" href="/themes/default/assets/app/css/fullpage.css" />
  7. <style>
  8. /* Hidding sections under 960px width */
  9. @media screen and (max-width: 960px) {
  10. .hide-on-responsive{
  11. display: none;
  12. }
  13. }
  14. #fp-nav ul li a span,
  15. .fp-slidesNav ul li a span{
  16. background-color: white;
  17. }
  18. .actions{
  19. position: absolute;
  20. z-index: 999;
  21. top: 40px;
  22. left: 50px;
  23. }
  24. .actions li{
  25. display: inline-block;
  26. }
  27. .actions button {
  28. padding: 0.93em 1.87em;
  29. background: #35495e;
  30. border-radius: 5px;
  31. border: 0;
  32. color: #fff;
  33. margin: 7px;
  34. font-size: 15px;
  35. cursor: pointer;
  36. }
  37. .actions button:hover {
  38. background: #fff;
  39. color: #35495e;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="fullpage">
  45. <div class="section">
  46. <img src="/themes/default/assets/app/images/fullpage/calculator/02.jpg" width="100%" height="100%">
  47. </div>
  48. <div class="section">
  49. <img src="/themes/default/assets/app/images/fullpage/calculator/03.jpg" width="100%" height="100%">
  50. </div>
  51. <div class="section">
  52. <img src="/themes/default/assets/app/images/fullpage/calculator/04.jpg" width="100%" height="100%">
  53. </div>
  54. <div class="section">
  55. <img src="/themes/default/assets/app/images/fullpage/calculator/05.jpg" width="100%" height="100%">
  56. </div>
  57. <div class="section">
  58. <img src="/themes/default/assets/app/images/fullpage/calculator/06.jpg" width="100%" height="100%">
  59. </div>
  60. <div class="section">
  61. <img src="/themes/default/assets/app/images/fullpage/calculator/07.jpg" width="100%" height="100%">
  62. </div>
  63. <div class="section">
  64. <img src="/themes/default/assets/app/images/fullpage/calculator/08.jpg" width="100%" height="100%">
  65. </div>
  66. </div>
  67. <script type="text/javascript" src="/themes/default/assets/app/js/fullpage.min.js"></script>
  68. <script type="text/javascript">
  69. var myFullpage = new fullpage('#fullpage', {
  70. sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#435b71', 'orange', 'blue', 'purple', 'yellow', '#435b71', 'orange', 'blue', 'purple', 'yellow' ],
  71. anchors: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'],
  72. controlArrows: false,
  73. navigation: true,
  74. slidesNavigation: true
  75. });
  76. </script>
  77. </body>
  78. </html>