解决安卓按钮中文字向上偏移问题
html
<a href="/Product/X70" class=" homemorebox bannermore">
<span class="homemore">LearnMore</span>
</a>
css
.homemorebox{
height: 84px;
font-size: 1.4rem;
width: 326px;
background: #0060fc;
border-radius: 50px;
transform: scale(0.5);
/* transform-origin:100% 100%; */
color: #fff;
display: flex;
justify-content: center;
align-items: center;}
.homemore{
font-size: 28px;
font-style: normal
}