功能美化

功能美化

首页文章隐藏文字

这种隐藏文字的方式可以给大家展示出来,整个效果是非常可观的。

css
#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
}
给页面加上所属分类和标签以及美化
卡片美化

评论区

评论加载中...