12345678910111213141516171819202122232425262728293031323334353637383940 |
- //function hotelbtn1(){
- // var mess1=document.getElementById("mess1");
- // var yinxiang=document.getElementById("yinxiang");
- // var mess2=document.getElementById("mess2");
- // var fangxin=document.getElementById("fangxin");
- // yinxiang.onclick = function(){
- // yinxiang.style.borderBottom="2px solid #7FBA00";
- // fangxin.style.borderBottom="";
- //
- //
- //
- // if(mess1.style.display="none"){
- // mess1.style.display="block";
- // mess2.style.display="none";
- //
- // }
- // }
- // };hotelbtn1()
- //
- // function hotelbtn2(){
- // var mess1=document.getElementById("mess1");
- // var fangxin=document.getElementById("fangxin");
- // var mess2=document.getElementById("mess2");
- // fangxin.onclick = function(){
- // fangxin.style.borderBottom="2px solid #7FBA00";
- // yinxiang.style.borderBottom="";
- // if(mess2.style.display="none"){
- // mess2.style.display="block";
- // mess1.style.display="none";
- //
- // }
- // }
- //};hotelbtn2()
- $(".caseerweima").click(function(){
- $(this).parent().parent().parent().parent().children(".hoverbox2").show();
- })
- $(".closebox").click(function(){
- $(this).parent().hide();
- })
|