bootstrap 上下页滚动
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <script src="js/jquery-1.11.0.min.js"></script> <script src="js/jquery.touchSwipe.min.js"></script> <style> #screen1{ background-color: #ddd; display: block; position: absolute; width: 100%; height: 100%; } #screen2{ display: none; position: absolute; background-color: pink; width: 100%; height: 100%; } #screen3{ display: none; position: absolute; background-color: #00f; width: 100%; height: 100%; } </style></head><body id="orientation"> <div class="screen1" id="screen1" > </div> <div class="screen2" id="screen2">