basic.js 574 B

12345678910111213141516
  1. //底部焦点
  2. function bottomjd(x){
  3. document.getElementById("bottom"+x).className="dm dm1";
  4. document.getElementById("bottom"+x+"img").src=document.getElementById("webhttp").innerHTML+"m/img/bottom"+x+"_1.png";
  5. }
  6. function topxiala(){
  7. d=document.getElementById("topzhezhao");
  8. if(d.style.display=="block"){
  9. document.getElementById("topzhezhao").style.display="none";
  10. document.getElementById("topxialam").style.display="none";
  11. }else{
  12. document.getElementById("topzhezhao").style.display="block";
  13. document.getElementById("topxialam").style.display="";
  14. }
  15. }