移动m端添加搜索框

2019-11-25  本文已影响0人  iqing2012

在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>

上一篇下一篇

猜你喜欢

热点阅读