修改NexT_Pisces主题内容区宽度 发表于 2018-07-12 | 分类于 建站 | | 阅读次数: 默认的宽度觉得有点窄,想改宽一点,手动修改样式在source/css/_schemes/Picses/_layout.styl文件末尾添加如下代码。 12345678910111213141516171819202122232425262728293031323334// 以下为新增代码header{ width: 90% !important; }header.post-header { width: auto !important;}.container .main-inner { width: 90%; }.content-wrap { width: calc(100% - 260px); }.header { +tablet() { width: auto !important; } +mobile() { width: auto !important; }}.container .main-inner { +tablet() { width: auto !important; } +mobile() { width: auto !important; }}.content-wrap { +tablet() { width: 100% !important; } +mobile() { width: 100% !important; }} 坚持原创技术分享,您的支持将鼓励我继续创作! 打赏 微信支付 支付宝 本文作者: ZhangMiao 本文链接: https://zhangmiao.space/posts/88baa841.html 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!