【发布时间】:2016-12-19 04:04:26
【问题描述】:
<style>
html {
text-align: center;
}
input, button {
width: 300px;
height: 50px;
margin-top: 10px;
}
</style>
<html>
<form>
<input value="test" type="text">
<br>
<button>Test</button>
</form>
</html>
嘿,当我在 Microsoft Edge 中尝试此代码时,它可以正常工作,但是当我在 Webkit 浏览器(例如 Opera)中尝试时,按钮会发生变化。 enter image description here
【问题讨论】:
-
我为你创建了一个codepen:codepen.io/anon/pen/zoergP在Chrome 55上测试了这个,左边的小空间在那里,所以这是一个webkit的问题。