Team:UESTC-Software/Download.html
From 2014.igem.org
(Difference between revisions)
Tangying0608 (Talk | contribs) (Created page with "{{CSS/Main}} <html> <head> <title>UESTC-Software</title> <meta http-equiv=Content-Type content="text/html;charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,c...") |
Tangying0608 (Talk | contribs) |
||
Line 74: | Line 74: | ||
<div id="dPC" class="dlBoard" style="display: none;"> | <div id="dPC" class="dlBoard" style="display: none;"> | ||
<div class="docDownload cl"> | <div class="docDownload cl"> | ||
- | <div class="name"><img src=" | + | <div class="name"><img src="https://static.igem.org/mediawiki/2014/0/01/2014-UESTC-Software-Tex.png"><h2>PC</h2></div> |
<div class="type" style="height: 100px;"> | <div class="type" style="height: 100px;"> | ||
<table class="softwareInf"> | <table class="softwareInf"> | ||
Line 142: | Line 142: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | var | + | var iiiiii=0; |
function resizeWindow(){ | function resizeWindow(){ | ||
var logoLeft = window.innerWidth/2-49.5; | var logoLeft = window.innerWidth/2-49.5; | ||
Line 176: | Line 176: | ||
}); | }); | ||
$("#buttonAndroid").on("click",function(){ | $("#buttonAndroid").on("click",function(){ | ||
- | if( | + | if(iiiiii==0){ |
$("#DownloadButtonGroup").animate({ | $("#DownloadButtonGroup").animate({ | ||
marginTop:"-79px", | marginTop:"-79px", | ||
Line 191: | Line 191: | ||
$("#dAPK").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | $("#dAPK").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | ||
}); | }); | ||
- | + | iiiiii=1; | |
} | } | ||
else{ | else{ | ||
Line 204: | Line 204: | ||
}); | }); | ||
$("#buttonDesktop").on("click",function(){ | $("#buttonDesktop").on("click",function(){ | ||
- | if( | + | if(iiiiii==0){ |
$("#DownloadButtonGroup").animate({ | $("#DownloadButtonGroup").animate({ | ||
marginTop:"-79px", | marginTop:"-79px", | ||
Line 219: | Line 219: | ||
$("#dPC").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | $("#dPC").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | ||
}); | }); | ||
- | + | iiiiii=1; | |
} | } | ||
else{ | else{ | ||
Line 232: | Line 232: | ||
}); | }); | ||
$("#buttonGame").on("click",function(){ | $("#buttonGame").on("click",function(){ | ||
- | if( | + | if(iiiiii==0){ |
$("#DownloadButtonGroup").animate({ | $("#DownloadButtonGroup").animate({ | ||
marginTop:"-79px", | marginTop:"-79px", | ||
Line 247: | Line 247: | ||
$("#dGame").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | $("#dGame").fadeIn(300,function(){$("#bg").css("background-color","#fff");}); | ||
}); | }); | ||
- | + | iiiiii=1; | |
} | } | ||
else{ | else{ |
Revision as of 02:23, 16 October 2014
Android
Desktop
Game