博客侧边栏添加tab3栏图片自动切换,图片可自行更换,效果吗自己喜欢就好。首先在侧边栏添加html小工具并填入下面的代码:
大家可以根据自己的需求更改里面的内容然后在主题自定义CSS样式里面填入下面的css代码:
/*tab三榜*/
.menu li{float:left;width:33.33%;text-align:center;line-height:28px;height:28px;cursor:pointer;font-size:14px;overflow:hidden;margin-bottom:5px;}
.menu li.off{background:var(--main-bg-color);color:var(--key-color);font-weight:bold;font-size: 18px;}
.menudiv{background:var(--main-bg-color);}
请登录后发表评论
注册
请登录后查看评论内容