日主题标签页小工具美化

效果:

1640921269-ebb332b738302b9

替换原样式表内的 .widget_tag_cloud .tagcloud a  并新加入.tagcloud 和 .widget_tag_cloud .tagcloud a:hover

css

	/*标签云美化*/

	.widget_tag_cloud .tagcloud a {
	    align-items: center;
	    border: 1px solid #e6e6e6;
	    border-radius: 3px;
	    color: #555;
	    display: flex;
	    font-size: 10px !important;
	    font-weight: 500;
	    line-height: 1;
	    margin: 0 6px 6px 0;
	    padding: 6px 8px;
	    text-transform: uppercase;
	    background-color: #e8e8e8;
	}
	
	.tagcloud{
		display: flex;
    	flex-wrap: wrap;
	}
	.widget_tag_cloud .tagcloud a:hover {
	    color: red;
	}
温馨提示:本文最后更新于2023-03-22 15:05:25,某些文章具有时效性,若有错误或已失效,请在下方留言或联系向日葵全家桶
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发
头像
来说点什么吧!
提交
头像

昵称

取消
昵称表情代码图片

    请登录后查看评论内容