0

按钮 Apply Now 的最后一个字符被隐藏。如何让它显示?

出现问题是因为我将它们与标题的 h5 一起包含在内。

jsfiddle在这里

4

1 回答 1

1

您可以将宽度增加到 110px:

input.buttonApply {
    background: url(button.png) 0 30 no-repeat;
    width: 110px; height: 30px;
    color: white;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}
于 2012-10-02T09:33:00.317 回答