首页文章隐藏文字
这种隐藏文字的方式可以给大家展示出来,整个效果是非常可观的。
#recent-posts>.recent-post-item:hover .recent-post-info .content {
opacity: 1;
line-height: 1.5;
transition: all .3s
}
#recent-posts>.recent-post-item:hover .recent-post-info {
top: 0;
transition: all .3s
}
#recent-posts>.recent-post-item>.recent-post-info>.content {
opacity: 0;
line-height: .7;
transition: all .3s;
bottom: 0
}

评论加载中...