Difference between revisions of "Team:NKU China/test"

 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{NKU_China/menubar}}
 
<html>
 
<html>
 
<head>
 
<head>
<style>
+
 
#sideMenu, #top_title {
+
    <!--separatrix-->
             display: none;
+
    <style>
 +
        .main#attributions {
 +
            padding: 0 10vw;
 +
            padding-bottom: 10vh;
 +
            font-size: 1.15rem;
 +
        }
 +
 
 +
        .main div.h2 {
 +
            color: cyan;
 +
            text-align: left;
 +
            font-size: 2rem;
 +
            padding-bottom: 1rem;
 +
        }
 +
 
 +
        article {
 +
            margin-bottom: 2.5rem;
 +
        }
 +
 
 +
        #nutshell {
 +
             padding: 1rem 0;
 +
        }
 +
 
 +
        #nutshell .article {
 +
            margin: 1rem 0.4rem;
 +
            line-height: 1.6rem;
 +
        }
 +
 
 +
        #nutshell .article div:first-child {
 +
            font-weight: bold;
 +
            color: cyan;
 +
            text-indent: 0;
 
         }
 
         }
  
         #mw-content-text > p {
+
         #details .p {
             margin: 0px;
+
             line-height: 1.2;
 
         }
 
         }
</style>
+
    </style>
<meta charset="utf-8">  
+
    <script>
<title>Bootstrap 实例 - 简单的轮播(Carousel)插件</title>
+
        $(function () {
<link rel="stylesheet" href="http://static.runoob.com/assets/bootstrap/3.3.7/css/bootstrap.min.css">
+
            //particles();
<script src="https://2016.igem.org/Template:NKU_China/js/jquery?action=raw&ctype=text/javascript"></script>
+
        })
<script src="http://static.runoob.com/assets/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+
    </script>
 
</head>
 
</head>
<body>
+
<body id="dongzhuoer">
 +
    <div id="particles-js"></div>
 +
    <script>
 +
        particlesJS('particles-js',
 +
  {
 +
      "particles": {
 +
          "number": {
 +
              "value": 100,
 +
              "density": {
 +
                  "enable": true,
 +
                  "value_area": 800
 +
              }
 +
          },
 +
          "color": {
 +
              "value": "#0ff"
 +
          },
 +
          "shape": {
 +
              "type": "circle",
 +
              "stroke": {
 +
                  "width": 0,
 +
                  "color": "#000000"
 +
              },
 +
              "polygon": {
 +
                  "nb_sides": 5
 +
              },
 +
              "image": {
 +
                  "src": "img/github.svg",
 +
                  "width": 100,
 +
                  "height": 100
 +
              }
 +
          },
 +
          "opacity": {
 +
              "value": 0.4,
 +
              "random": false,
 +
              "anim": {
 +
                  "enable": false,
 +
                  "speed": 1,
 +
                  "opacity_min": 0,
 +
                  "sync": false
 +
              }
 +
          },
 +
          "size": {
 +
              "value": 5,
 +
              "random": true,
 +
              "anim": {
 +
                  "enable": false,
 +
                  "speed": 40,
 +
                  "size_min": 0,
 +
                  "sync": false
 +
              }
 +
          },
 +
          "line_linked": {
 +
              "enable": true,
 +
              "distance": 150,
 +
              "color": "#ff0",
 +
              "opacity": 0.4,
 +
              "width": 1
 +
          },
 +
          "move": {
 +
              "enable": true,
 +
              "speed": 6,
 +
              "direction": "none",
 +
              "random": false,
 +
              "straight": false,
 +
              "out_mode": "out",
 +
              "attract": {
 +
                  "enable": true,
 +
                  "rotateX": 600,
 +
                  "rotateY": 1200
 +
              }
 +
          }
 +
      },
 +
      "interactivity": {
 +
          "detect_on": "canvas",
 +
          "events": {
 +
              "onhover": {
 +
                  "enable": true,
 +
                  "mode": ["grab", "bubble"]
 +
              },
 +
              "onclick": {
 +
                  "enable": true,
 +
                  "mode": ["push", "repulse"]
 +
              },
 +
              "resize": true
 +
          },
 +
          "modes": {
 +
              "grab": {
 +
                  "distance": 100,
 +
                  "line_linked": {
 +
                      "opacity": 0.75
 +
                  }
 +
              },
 +
              "bubble": {
 +
                  "distance": 100,
 +
                  "size": 4,
 +
                  "duration": 2,
 +
                  "opacity": 8,
 +
                  "speed": 5
 +
              },
 +
              "repulse": {
 +
                  "distance": 200
 +
              },
 +
              "push": {
 +
                  "particles_nb": 4
 +
              },
 +
              "remove": {
 +
                  "particles_nb": 2
 +
              }
 +
          }
 +
      },
 +
      "retina_detect": true,
 +
      "config_demo": {
 +
          "hide_card": false,
 +
          "background_color": "#b61924",
 +
          "background_image": "",
 +
          "background_position": "50% 50%",
 +
          "background_repeat": "no-repeat",
 +
          "background_size": "cover"
 +
      }
 +
  }
  
<div id="myCarousel" class="carousel slide">
+
);
<!-- 轮播(Carousel)指标 -->
+
    </script>
<ol class="carousel-indicators">
+
    <div class="main" id="attributions">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
        <div class="p">
<li data-target="#myCarousel" data-slide-to="1"></li>
+
            haha
<li data-target="#myCarousel" data-slide-to="2"></li>
+
        </div>
</ol> 
+
    </div>
<!-- 轮播(Carousel)项目 -->
+
<div class="carousel-inner">
+
<div class="item active">
+
<div class="p">
+
                                We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you. We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you.
+
                            </div>
+
</div>
+
<div class="item">
+
<div class="p">
+
                                We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you. We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you.
+
                            </div>
+
</div>
+
<div class="item">
+
<div class="p">
+
                                We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you. We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you.
+
                            </div>
+
</div>
+
</div>
+
<!-- 轮播(Carousel)导航 -->
+
<a class="carousel-control left" href="#myCarousel"
+
  data-slide="prev">&lsaquo;</a>
+
<a class="carousel-control right" href="#myCarousel"
+
  data-slide="next">&rsaquo;</a>
+
</div>
+
<script>
+
                console.log($('#myCarousel'))
+
                $('#myCarousel').carousel();
+
            </script> 
+
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{NKU_China/footer}}

Latest revision as of 08:07, 7 October 2016

haha