国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js實現帶三角符的手風琴效果

2019-11-19 17:22:04
字體:
來源:轉載
供稿:網友

效果圖:

 

圖(1)初始圖

圖(2)點擊展開圖

代碼如下:

<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style>  *{  margin: 0;  padding: 0;  }  li{  list-style: none;  }  #list{  width: 240px;  border: 1px solid #666;  margin: 20px auto;  }  #list .lis{  }  #list h2{  height: 30px;  line-height: 30px;  overflow: hidden;  background: lightsalmon;  color: #f1f1f1;  }  #list h2.active{  background: pink;  height: 30px;  line-height: 30px;  overflow: hidden;  color: #666;  }  #list h2.active div{  display: inline-block;  width: 0;  height: 0;  border-left: 8px solid transparent;  border-top: 12px solid #666;  border-right:8px solid transparent;  border-bottom:2px solid transparent;  margin-right: 4px;  }  #list h2 div{  display: inline-block;  width: 0;  height: 0;  border-left: 12px solid #f1f1f1;  border-right: 6px solid transparent;  border-bottom: 9px solid transparent;  border-top:9px solid transparent;  /*margin-right: 3px;*/  }  #list .lis ul{  display: none;  }  #list .lis ul li{  line-height: 24px;  border-bottom: 1px solid #666;  text-indent: 15px;  }  #list .lis ul li.hover{  background: lightgreen;  color: #F8F8F8;  }  #list .lis ul li:first-of-type{  border-top: 1px solid #ccc;  }  #list .lis:last-of-type ul li:last-of-type{  border-bottom:none;  } </style> <script>  window.onload=function(){  var oUl=document.getElementById('list');  var aH2=oUl.getElementsByTagName('h2');  var aUl=oUl.getElementsByTagName('ul');  var h2Len=aH2.length;  var aLi=null;  var arrLi=[];  var aUlLen=aUl.length;  for(var i=0;i<h2Len;i++){   aH2[i].index=i;   aH2[i].onclick=function(){   if(this.className=='')   {    aUl[this.index].style.display='block';    this.className='active';   }   else{    aUl[this.index].style.display='none';    this.className='';   }   }  }  for(var i=0;i<aUlLen;i++){   aLi=aUl[i].getElementsByTagName('li');   for(var j=0;j<aLi.length;j++){   arrLi.push(aLi[j]);   }  }  for(var i=0;i<arrLi.length;i++){   arrLi[i].onclick=function(){   for(var i=0;i<arrLi.length;i++){    arrLi[i].className='';   }   this.className='hover';   }  }  } </script> </head> <body> <ul id="list">  <li class="lis">  <h2><div></div>大學同學</h2>  <ul>   <li>張三</li>   <li>張三</li>   <li>張三</li>   <li>張三</li>  </ul>  </li>  <li class="lis">  <h2><div></div>高中同學</h2>  <ul>   <li>李四</li>   <li>李四</li>   <li>李四</li>   <li>李四</li>  </ul>  </li>  <li class="lis">  <h2><div></div>初中同學</h2>  <ul>   <li>王五</li>   <li>王五</li>   <li>王五</li>   <li>王五</li>  </ul>  </li> </ul> </body></html>

以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持武林網!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 阳春市| 利辛县| 乐至县| 微山县| 上栗县| 富裕县| 北碚区| 镇平县| 杭锦后旗| 福泉市| 梅河口市| 沙湾县| 明溪县| 乌兰察布市| 萨嘎县| 恩施市| 黄山市| 维西| 广水市| 彭水| 富锦市| 临江市| 东兴市| 柳江县| 称多县| 城市| 肃南| 井陉县| 三江| 景泰县| 兰西县| 百色市| 甘孜县| 凤庆县| 龙川县| 宝鸡市| 恩施市| 嵊泗县| 和龙市| 若羌县| 泾阳县|