2
我想在jqm中有一個平面樣式按鈕。我所嘗試的是在下面,但仍然在它的底部得到一個微小的線。css - 在jquerymobile中顯示一個平面按鈕
.flat-btn,.flat-btn > .ui-btn-inner {
border-top:0 !important;
border-bottom:0 !important;
border:0 !important;
background:transparent !important;
-webkit-border-radius:0 !important;
border-radius:0 !important;
text-shadow:0 !important
}
<a data-role="button" href="" class="flat-btn">text</a>
請創建的jsfiddle,它會幫助你得到你的問題回答越快! – dax
這是一個影子,加上'data-shadow =「false」'http://jsfiddle.net/Palestinian/kyV4M/ – Omar
你是對的@Omar – exim