美文网首页
移动m端添加搜索框

移动m端添加搜索框

作者: iqing2012 | 来源:发表于2019-11-25 20:10 被阅读0次

在sidebar-menu.liquid顶部插入下面的代码


image.png

<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<style>
.chicv-search{
width: 100%;
height: 30px;
position:relative;
}

.chicv-icon{
position: absolute;
width: 20px;
height: 20px;
top: 6px;
right: 6px;}
.chicv-li{
margin-top: 20px;

}
img[src="''"],img:not([src]){
opacity:0;
}
</style>

相关文章

网友评论

      本文标题:移动m端添加搜索框

      本文链接:https://www.haomeiwen.com/subject/zpajwctx.html