我使用此 CSS 代码制作了一个按钮:
div {display: inline-block,
width: 120px,
height: 40px,
background-color: #2e6cd1,
line-height:39px,
vertical-align: text-middle,
text-align: center,
color: #ffffff,
font-family: Arial,
font-size: 20px,
font-weight: bold,
font-style: normal,
border-radius: 2px,
opacity: 0.9,
left: 160px,
top: 300px,
position: absolute}`
对于我的分辨率(1366x768),它非常适合,但对于其他人来说,它与另一个 div 重叠或将其移开。我该如何解决?