boxmoe_header_banner_img

Hello! 欢迎来到盒子萌!

加载中

文章导读

CoreNext主题美化:首页文章列表悬浮效果


avatar
xjvae 2024年 2月 21日 35

前言:

让你的首页文章动起来~

自定义CSS:

/*首页文章动态效果*/
.post-item:hover {
    background: #edededba;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    box-shadow:5px 5px 10px gray;
}
/*首页文章动态效果*/

 实际效果:

来源参考:

新锐博客:https://www.loveuxr.com



评论(0)

查看评论列表

暂无评论


发表评论

表情 颜文字
插入代码