Difference between revisions of "Template:NYMU-Taipei2"
Line 217: | Line 217: | ||
} | } | ||
− | + | #jumpup{ | |
+ | display: inline-block; | ||
+ | position: fixed; | ||
+ | z-index: 98; | ||
+ | bottom: 15px; | ||
+ | right: 0px; | ||
+ | cursor:pointer; | ||
+ | width: 80px; | ||
+ | } | ||
+ | #jumpup div.pic { | ||
+ | background: url('/wiki/images/7/7b/NYMU14_toothy.gif') no-repeat; | ||
+ | background-size: 45px; | ||
+ | height: 50px; | ||
+ | width: 50px; | ||
+ | margin-left: 16px; | ||
+ | } | ||
+ | #jumpup div.infotop { | ||
+ | display: none; | ||
+ | background: url('/wiki/images/3/3f/NYMU14_Backtotop.png') no-repeat; | ||
+ | background-size: 90px; | ||
+ | height: 40px; | ||
+ | width: 80px; | ||
+ | } | ||
</style> | </style> | ||
Line 272: | Line 294: | ||
} | } | ||
}); | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | //jumpup// | ||
+ | |||
+ | $('#jumpup').on('click',function(){ | ||
+ | $('body, html').animate({scrollTop: 500},1); | ||
+ | }).on('mouseover',function(){ | ||
+ | $(this).find('div.infotop').css('display','block'); | ||
+ | }).on('mouseout',function(){ | ||
+ | $(this).find('div.infotop').css('display','none'); | ||
+ | }); | ||
</script> | </script> | ||
Line 330: | Line 365: | ||
</div> | </div> | ||
− | + | <div id='jumpup'> | |
</div> | </div> | ||
Revision as of 16:06, 12 August 2015
- Intro
- Problem
- Late Blight
- Prevention
- Detection
- Cure
- System
About Our Project
The 2015 NYMU iGEM team presents a potato defense system, an effective system that can be easily implemented by potato farmers all over the world. This system is made up of three parts: protection, detection, and cure.