一个小图标特效,挺有趣的,代码也很容易懂。
jQ小图标上下滑动特效:
代码如下:
.tubiao{
width: 300px;
height: 100px;
margin: 100px auto;
}
a{
position: relative;
padding: 10px;
display: inline-block;
text-decoration: none;
color: #000;
text-align: center;
}
i{
position: absolute;
left: 5px;
top: -20px;
opacity: 1;
}
我的
你的
他的
好的
坏的



