iOS上的Safari无法渲染按钮文本中心对齐?

时间:2017-07-06 06:19:22

标签: css mobile-safari

我正在尝试使用大文本<button>(下面的“300kr”):

enter image description here

但是正如您所看到的,当我使用<button>标签和较大的字体大小时,文本会从按钮的中心左对齐(图像2)。它在我检查过的所有其他浏览器中呈现得很好。这是Safari iOS的错误吗?

按钮的CSS代码:

background-color: rgb(0, 0, 0);
border-color: rgb(0, 0, 0);
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
border-width: 5px;
box-shadow: rgba(0, 0, 0, 0.572549) 0px 7px 34px;
color: rgb(255, 255, 255);
font-family: KGEmpireofDirt;
font-size: 72px;
font-weight: 300;
opacity: 1;
transform: rotate(-20deg);
text-align: center;
width: 100%;
height: 100%;
border-style: solid;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: relative;
text-decoration: none;
font-family: Helvetica, sans-serif;
font-weight: 700;
background-color: #6ec8dc;
color: #fff;
border-radius: 6px;
border: 0;
font-size: 100%;
-webkit-appearance: none
outline: 0;
resize: none;

HTML:

<a weld-element="" id="button-5762" class="weld-element weld-container weld-button ng-scope" ng-href="" style="height: 172.23703002929688px; left: 27.243403116862197%; top: 647.8621179414583px; width: 177.01909383137794px; z-index: 103;">
    <button class="weld-child apply-styles ng-binding" id="button-5762-btn" ng-hide="isEditing" style="
        background-color: rgb(0, 0, 0);
        border-color: rgb(0, 0, 0);
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        border-width: 5px;
        box-shadow: rgba(0, 0, 0, 0.572549) 0px 7px 34px;
        color: rgb(255, 255, 255);
        font-family: KGEmpireofDirt;
        font-size: 50px;
        font-weight: 300;
        /* letter-spacing: 0.03em; */
        opacity: 1;
        transform: rotate(-20deg);
        text-align: center;">300kr</button>
</a>

1 个答案:

答案 0 :(得分:4)

解决方案是为按钮设置明确的padding: 0。事实证明,Safari iOS与用于macOS的Safari具有不同的用户代理样式表,其中padding默认为1em