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

 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{NKU_China/menubar}}
 
<html>
 
<html>
 
<head>
 
<head>
<style>
 
<style>
 
<meta charset="utf-8">
 
<title>Bootstrap 实例 - 简单的轮播(Carousel)插件</title>
 
<link rel="stylesheet" href="http://static.runoob.com/assets/bootstrap/3.3.7/css/bootstrap.min.css">
 
<script src="http://static.runoob.com/assets/jquery/2.0.3/jquery.min.js"></script>
 
<script src="http://static.runoob.com/assets/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
</head>
 
<body>
 
  
<div id="myCarousel" class="carousel slide">
+
    <!--separatrix-->
<!-- 轮播(Carousel)指标 -->
+
    <style>
<ol class="carousel-indicators">
+
        .main#attributions {
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
            padding: 0 10vw;
<li data-target="#myCarousel" data-slide-to="1"></li>
+
            padding-bottom: 10vh;
<li data-target="#myCarousel" data-slide-to="2"></li>
+
            font-size: 1.15rem;
</ol>  
+
        }
<!-- 轮播(Carousel)项目 -->
+
 
<div class="carousel-inner">
+
        .main div.h2 {
<div class="item active">
+
            color: cyan;
<div class="p">
+
            text-align: left;
                                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.
+
            font-size: 2rem;
                            </div>
+
            padding-bottom: 1rem;
</div>
+
        }
<div class="item">
+
 
<div class="p">
+
        article {
                                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.
+
            margin-bottom: 2.5rem;
                            </div>
+
        }
</div>
+
 
<div class="item">
+
        #nutshell {
<div class="p">
+
            padding: 1rem 0;
                                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>
+
        #nutshell .article {
</div>
+
            margin: 1rem 0.4rem;
<!-- 轮播(Carousel)导航 -->
+
            line-height: 1.6rem;
<a class="carousel-control left" href="#myCarousel"  
+
        }
  data-slide="prev">&lsaquo;</a>
+
 
<a class="carousel-control right" href="#myCarousel"  
+
        #nutshell .article div:first-child {
  data-slide="next">&rsaquo;</a>
+
            font-weight: bold;
</div>
+
            color: cyan;
 +
            text-indent: 0;
 +
        }
 +
 
 +
        #details .p {
 +
            line-height: 1.2;
 +
        }
 +
    </style>
 +
    <script>
 +
        $(function () {
 +
            //particles();
 +
        })
 +
    </script>
 +
</head>
 +
<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"
 +
      }
 +
  }
  
 +
);
 +
    </script>
 +
    <div class="main" id="attributions">
 +
        <div class="p">
 +
            haha
 +
        </div>
 +
    </div>
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{NKU_China/footer}}

Latest revision as of 08:07, 7 October 2016

haha