Skip to content

Instantly share code, notes, and snippets.

@YuanzhiBao
YuanzhiBao / 轮播图_img_css.css
Created February 18, 2018 21:43
轮播图插件
*{margin: 0;padding: 0;
}
.hide{
display: none;
}
a{text-decoration: none;display: inline-block;}
body{
background-color: papayawhip;
}
#lb{
@YuanzhiBao
YuanzhiBao / md-menu.html
Created February 18, 2018 02:37 — forked from cloudsben/md-menu.html
markdown menu
<link rel="stylesheet" href="http://yandex.st/highlightjs/6.2/styles/googlecode.min.css">
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://yandex.st/highlightjs/6.2/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
$(document).ready(function(){
$("h2,h3,h4,h5,h6").each(function(i,item){
var tag = $(item).get(0).localName;