自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 获取for循环中的索引值

*{ margin: 0; padding: 0; } li{ margin-bottom: 10px; } 1 2 3 //获取索引值的方法 //1.用index var oList = document.getElementsByTagName("li"); for(var i=0;i oList[i].index = i; oList

2017-02-28 19:02:47 3607

原创 原生js写手风琴

原生js手风琴特效 *{ margin: 0; padding: 0; } ul,li{ list-style: none; } .box{ width: 1050px; height: 300px; margin: 100px auto; overflow: hidden;  } .accordion li{ float: left; width: 100px

2017-02-25 01:56:02 2571

Cornerstone_4.1(24,729-24,781).dmg.zip

适用于mac本的上传代码软件,有需要的自己下载。

2019-10-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除