PIX主题:页面尾部视觉优化

具体设置方法如下

更改文件路径:main.css ( inc/assets/css/main.css )

更改具体位置与参数:

原代码改代码
.footer_main {
position: relative;
width: -webkit-fill-available;
width: -moz-available;
padding: 0 10px;
padding-bottom: 100px;
z-index: 988;
}
.footer_main {
position: relative;
width: -webkit-fill-available;
width: -moz-available;
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/

消息盒子
# 您需要首次评论以获取消息 #
# 您需要首次评论以获取消息 #

只显示最新10条未读和已读信息