ONEBLOG主题独立页面封面图渐变效果实现方法

该 UI 的微调暂时未推送到仓库,将来是否更新需要进一步考虑再决定,博友们需要抢先体验的,可以直接在主题设置- 样式定制 - 自定义 CSS 处添加以下代码:
.page_thumb:before {
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0) 100%);
}每个人的审美都不一样,所以暂时并未打算推送到正式版,有需要的小伙伴自行使用即可。



评论
10