【轉】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

相關文章
相關標籤/搜索