![图片[1]- 子比主题美化-浮动圆点标题样式](https://www.dh139.cn/wp-content/uploads/2025/11/1-13.jpg)
/*浮动圆点标题美化*/
.article-content > .wp-posts-content > h2,
.article-content .wp-posts-content > h1,
.article-content .wp-posts-content > h3 {
z-index: 1;
}
.article-content > .wp-posts-content > h2:hover::before,
.article-content > .wp-posts-content > h2:hover::after,
.article-content > .wp-posts-content > h1:hover::before,
.article-content > .wp-posts-content > h1:hover::after,
.article-content > .wp-posts-content > h3:hover::before,
.article-content > .wp-posts-content > h3:hover::after {
transform: scale(1.2) !important;
transform-origin: center !important;
transition: 0.4s;
}
.article-content .wp-posts-content h2::before,
.article-content .wp-posts-content h1::before,
.article-content .wp-posts-content h3::before {
box-shadow: none !important;
opacity: 0.6 !important;
border-radius: 50% !important;
top: -5px !important;
left: -10px !important;
z-index: 1;
}
.article-content .wp-posts-content h1::before,
.article-content .wp-posts-content h1::after {
background: linear-gradient(#409eff, transparent) !important;
}
.article-content .wp-posts-content h2::before,
.article-content .wp-posts-content h2::after {
background: linear-gradient(#00ff62, transparent) !important;
}
.article-content .wp-posts-content h3::before,
.article-content .wp-posts-content h3::after {
background: linear-gradient(#ff9800, transparent) !important;
}
.article-content .wp-posts-content h1::before {
height: 35px !important;
width: 35px !important;
}
.article-content .wp-posts-content h2::before {
height: 30px !important;
width: 30px !important;
}
.article-content .wp-posts-content h3::before {
height: 25px !important;
width: 25px !important;
}
.article-content .wp-posts-content h2::after,
.article-content .wp-posts-content h1::after,
.article-content .wp-posts-content h3::after {
content: "";
opacity: 0.6;
position: absolute;
transition: 0.4s;
border-radius: 50%;
}
.article-content .wp-posts-content h2::after {
top: -15px;
left: 15px;
width: 10px;
height: 10px;
}
.article-content .wp-posts-content h1::after {
top: -13px;
left: 25px;
width: 13px;
height: 13px;
}
.article-content .wp-posts-content h3::after {
top: -17px;
left: 12px;
width: 8px;
height: 8px;
}
/*浮动圆点标题美化结束*/
教程
![图片[2]- 子比主题美化-浮动圆点标题样式](https://www.dh139.cn/wp-content/uploads/2025/11/1-10.png)
© 版权声明
点点赞赏,手留余香~
还没有人给TA充电
给TA充电
声明
花猪使用须知
- 1本网站内容仅供个人学习、研究和欣赏,未经授权禁止用于任何商业用途。
- 2网站中的代码示例仅用于教育目的,使用时请遵循相关开源协议和授权规定。
- 3转载或引用本站内容请注明出处,尊重原创,共同维护良好的创作环境。
- 4网站评论区欢迎理性讨论,请勿发表违反法律法规的言论,共建和谐社区。
- 5如有内容侵犯您的权益,请通过博客联系方式告知,将立即核实并处理。
- 6使用本站资源时产生的任何问题与后果需自行承担,请谨慎操作。
THE END
喜欢就支持一下吧
相关推荐

















暂无评论内容