在 Chrome 和 Firefox 中,按钮中的文本被换行并占用两行。但是在 Internet Explorer 中,按钮中的文本没有被换行,并且按钮被扩展。
请参阅http://www.manual-buddy.com/p/technics/rs1500usvolume1-service-manual.html上的 4.99 美元按钮下载
CSS:
.paypalOrderSubmitButton {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 100%;
font-weight: normal;
border-radius: 0.5em;
padding: .5em 2em .55em;
text-align: center;
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: white!important;
border: solid 1px #DA7C0C;
background: #FAA51A;
white-space: normal;
}
谢谢