1.文章更新提示
2.WordPress清新版说说页面
3.底部信息提示
手机背景
自定义css
/*手机侧边栏背景图片*/
@media (max-width: 767px){
.mobile-navbar.show,.mobile-navbar.left{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
background-image:linear-gradient(rgba(255, 255,255,0),rgba(255,255,255, 0.3)),url(https://);}
.mobile-nav-widget .box-body {
background: var(--muted-border-color) !important;}
}
奥运金牌侧边栏自定义html代码
奥运金牌榜
<div class="widget-box aoyundiy"><iframe
src="https://act.e.mi.com/olympic/index.html"
style="border:none;width:100%;height:465px"></iframe></div>
© 版权声明
THE END
暂无评论内容