把下面代码放到你主题style.css文件的最后面(主题自定义中,额外css中添加也可以)
.mobile-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #FFF;
z-index: 9;
border-top: 0px solid #e0e0e0;
width: 100%;
display: table;
box-shadow: 0 0 50px 0 #748594;
}
.mobile-bar a {
cursor: pointer;
color: #5D656B;
display: table-cell;
text-align: center;
text-decoration: none;
}
.mobile-bar a i {
margin-top: -2px;
text-align: center;
vertical-align: middle;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
width: 38px;
height: 38px;
}
.mobile-bar a span {
display: block;
color: #333;
margin-top: -6px;
font-size: 14px;
}
a.i-home i {
background-image: url(https://www.xinlixue.cn/**/ico/home.png);
}
a.i-cat i {
background-image: url(https://www.xinlixue.cn/**/ico/ask.png);
}
a.i-my i {
background-image: url(https://www.xinlixue.cn/**/ico/test.png);
}
a.i-buy i {
background-image: url(https://www.xinlixue.cn/**/ico/more.png);
}
a.i-cat.burger-menu {
position: initial !important;
line-height: inherit;
width: initial;
height: inherit;
font-family: inherit;
}
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #FFF;
z-index: 9;
border-top: 0px solid #e0e0e0;
width: 100%;
display: table;
box-shadow: 0 0 50px 0 #748594;
}
.mobile-bar a {
cursor: pointer;
color: #5D656B;
display: table-cell;
text-align: center;
text-decoration: none;
}
.mobile-bar a i {
margin-top: -2px;
text-align: center;
vertical-align: middle;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
width: 38px;
height: 38px;
}
.mobile-bar a span {
display: block;
color: #333;
margin-top: -6px;
font-size: 14px;
}
a.i-home i {
background-image: url(https://www.xinlixue.cn/**/ico/home.png);
}
a.i-cat i {
background-image: url(https://www.xinlixue.cn/**/ico/ask.png);
}
a.i-my i {
background-image: url(https://www.xinlixue.cn/**/ico/test.png);
}
a.i-buy i {
background-image: url(https://www.xinlixue.cn/**/ico/more.png);
}
a.i-cat.burger-menu {
position: initial !important;
line-height: inherit;
width: initial;
height: inherit;
font-family: inherit;
}
把下面代码放到你主题 footer.php文件的