PROMULGATOR

    师寇Dill

    北京市北京三信时代信息公司
    Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
body {
	background:black;
	overflow:hidden;
}
.container {
	width:20px;
	height:60px;
	position:absolute;
}
.nav {
	height:20px;
	width:20px;
	display:block;
	margin-top:12px;
	border-radius:10px;
	background:#33ccff;
	opacity:0.8;
}
.nav:before {
	content:'';
	height:0px;
	width:0px;
	opacity:0.8;
	display:block;
	position:absolute;
	top:0;
	border-right:10px solid transparent;
	border-bottom:20px solid #33ccff;
	border-left:10px solid transparent;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jQuery下雨效果

0