【转】ionic的bar-header移除底部边框

在开发的时候想要达到这样的效果图片描述,但是bar-header自带的border-bottom十分讨厌,想要去除,奈何border:none都无论用,最后仍是从网上找到了解决方案css

原答案出处:http://stackoverflow.com/ques...
方法一:添加到自定义css浏览器

.bar-header {app

border: 0px !important;
border-bottom-color: transparent !important;

background-image: none !important;

border-bottom: none !important;

}spa

background-image: none !important ;调试

border-bottom: none !impotant; 关键是这两个属性要加!importantcode

我的感受增长了!importantblog

方法二:图片

.bar {开发

background-size: 100% 0px;

}
可是这个若是是在 Chrome浏览器pc界面调试的时候会有 底部边框border-bottom,可是都是作混合app开发,也不会有什么影响rem

相关文章
相关标签/搜索