把下面代码放到主题选项——定制风格——自定义代码里面保存即可
[Asm] 纯文本查看 复制代码 /*顶部菜单背景色*/
.header-top {background: #ffffff}
/*缩略图添加圆角和背影特效*/
.thumbnail {
border-radius: 6px;
}
.t-mark{background: #ff5e52}
.cat-top h2:before, .sticky h2:before {
content: "推荐";
font-size: 14px;
color: #fff;
background: #ff5e52;
margin: 0 5px 0 0;
padding: 1px 5px;
border-radius: 2px;
}
.menu-item svg {
width: 1.2em;
height: 1.2em;
vertical-align: -0.27em;
margin-right: 0.2em;
}
.footer-nav slidingnav headroom--not-top headroom--not-bottom footerUp {
border-top: 1px solid #eee;
display: none;
padding: 8px 0;
background: #fff;
position: fixed;
bottom: 0;
width: 100%;
z-index: 999999;
}
#sidebar h3, #sidebar-l h3, .cat-w-icon {
background: #ffffff;}
|