我的CSS格式有问题

时间:2014-06-03 20:57:52

标签: html css

我的CSS样式存在问题。我的提交按钮上的文字显示不正确。下面是一张图片以及我正在使用的代码。谢谢你的帮助。

http://i.imgur.com/FKL9s7U.jpg?1

<style>
    input[type=submit] { float: left; width: 160px; height:25px; }
    input {
       -moz-border-radius:40px;
       -webkit-border-radius:40px;
       border-radius:40px;
    }
</style>

1 个答案:

答案 0 :(得分:0)

您似乎需要调整搜索按钮文本的line-height。如果没有看到相关代码的其余部分,很难确切知道这需要的位置。

相关问题