jjrl.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/odd_job/1.png" width="100%" height="100%">
  47. </div>
  48. <div class="section">
  49. <img src="/themes/default/assets/app/images/fullpage/odd_job/2.png" width="100%" height="100%">
  50. </div>
  51. <div class="section">
  52. <img src="/themes/default/assets/app/images/fullpage/odd_job/3.png" width="100%" height="100%">
  53. </div>
  54. <div class="section">
  55. <img src="/themes/default/assets/app/images/fullpage/odd_job/4.png" width="100%" height="100%">
  56. </div>
  57. <div class="section">
  58. <img src="/themes/default/assets/app/images/fullpage/odd_job/5.png" width="100%" height="100%">
  59. </div>
  60. <div class="section">
  61. <img src="/themes/default/assets/app/images/fullpage/odd_job/6.png" width="100%" height="100%">
  62. </div>
  63. <div class="section">
  64. <img src="/themes/default/assets/app/images/fullpage/odd_job/7.png" width="100%" height="100%">
  65. </div>
  66. <div class="section">
  67. <img src="/themes/default/assets/app/images/fullpage/odd_job/8.png" width="100%" height="100%">
  68. </div>
  69. <div class="section">
  70. <img src="/themes/default/assets/app/images/fullpage/odd_job/9.png" width="100%" height="100%">
  71. </div>
  72. </div>
  73. <script type="text/javascript" src="/themes/default/assets/app/js/fullpage.min.js"></script>
  74. <script type="text/javascript">
  75. var myFullpage = new fullpage('#fullpage', {
  76. sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#435b71', 'orange', 'blue', 'purple', 'yellow', '#435b71', 'orange', 'blue', 'purple', 'yellow' ],
  77. anchors: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'],
  78. controlArrows: false,
  79. navigation: true,
  80. slidesNavigation: true
  81. });
  82. </script>
  83. </body>
  84. </html>