Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
css-在jquerymobile中显示一个平面按钮_Css_Jquery Mobile - Fatal编程技术网

css-在jquerymobile中显示一个平面按钮

css-在jquerymobile中显示一个平面按钮,css,jquery-mobile,Css,Jquery Mobile,我想在jqm中有一个平面样式的按钮。下面是我试过的,但底部还是有一条细线 .flat-btn、.flat-btn>.ui-btn-internal{ 边框顶部:0!重要; 边框底部:0!重要; 边界:0!重要; 背景:透明!重要; -webkit边界半径:0!重要; 边界半径:0!重要; 文本阴影:0!重要 } 向按钮添加数据阴影=“false”属性以移除阴影 请创建一个JSFIDLE,它将帮助您更快地回答问题!这是一个阴影,添加data shadow=“false”您是正确的@Omar

我想在jqm中有一个平面样式的按钮。下面是我试过的,但底部还是有一条细线

.flat-btn、.flat-btn>.ui-btn-internal{
边框顶部:0!重要;
边框底部:0!重要;
边界:0!重要;
背景:透明!重要;
-webkit边界半径:0!重要;
边界半径:0!重要;
文本阴影:0!重要
}

向按钮添加
数据阴影=“false”
属性以移除阴影



请创建一个JSFIDLE,它将帮助您更快地回答问题!这是一个阴影,添加
data shadow=“false”
您是正确的@Omar
<a data-role="button" href="#" class="flat-btn" data-shadow="false">text</a>