繁体   English   中英

我的CSS格式有问题

[英]Having trouble with my css formatting

我的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>

看起来您需要为搜索按钮调整文本的line-height 在没有看到其余相关代码的情况下,很难确切知道这将需要在哪里。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM