PIX主题:页面尾部视觉优化
具体设置方法如下
更改文件路径:main.css ( inc/assets/css/main.css )
更改具体位置与参数:
原代码 | 改代码 |
.footer_main { position: relative; width: -webkit-fill-available; width: padding: 0 10px; padding-bottom: 100px; z-index: 988; } | .footer_main { position: relative; width: -webkit-fill-available; width: padding: 0 10px; padding-bottom: 28px; z-index: 988; } |
原代码 | 改代码 |
#t_pagination, #pagination { padding: 90px; text-align: center; display: flex; justify-content: center; border-top: 1px solid #ebf2ed; } | #t_pagination, #pagination { padding: 50px; text-align: center; display: flex; justify-content: center; border-top: 1px solid #ebf2ed; } |
原代码 | 改代码 |
.blog_list_inner, .normal_list_inner, .single_wrap { background: #f6faf8; padding-bottom: 30px; } | .blog_list_inner, .normal_list_inner, .single_wrap { background: #f6faf8; padding-bottom: 2px; } |
此教程转载自:www.evan.xin
原文地址:https://www.evan.xin/1915/
空空如也!