zibll主题美化-文章列表卡片3个小圆圈样式美化+代码区块添加圆点美化

文章最后更新时间:2026-04-25 09:30:04

效果演示

20260425092849945-20260425012849547499

代码教程:

将下面代码添加在 后台子比设置==》全局功能==》自定义代码==》自定义CSS样式

文章列表卡片代码:

/* 文章列表卡片3个小圆圈样式美化 */  
     .posts-item.card {
       padding: 35px 10px 10px 10px!important;
      }
       .posts-item {
       position: relative !important;
      }
       .posts-item.card::before {
       content: "";
       display: block;
       background: #fc625d;
       top: 13px;
       left: 15px;
       border-radius: 50%;
       width: 9px;
       height: 9px;
       box-shadow: 16px 0 #fdbc40, 32px 0 #35cd4b;
       margin: 0px 2px -7px;
       z-index: 1;
       position: absolute;
      }
 /* 文章列表卡片3个小圆圈样式美化 */

代码区块添加圆点美化代码:

 

 

 

zibll主题美化-文章列表卡片3个小圆圈样式美化+代码区块添加圆点美化-九二分享
zibll主题美化-文章列表卡片3个小圆圈样式美化+代码区块添加圆点美化
此内容为付费阅读,请付费后查看
50积分
本站资源均为作者提供和网友推荐收集整理而来,仅供学习和研究使用,请在下载后24小时内删除,谢谢合作!
付费阅读
© 版权声明
THE END
喜欢就支持一下吧
点赞0
评论 抢沙发

请登录后发表评论

    暂无评论内容