我的按钮的 CSS 是:
.custom-input-button {
text-align: center;
position: absolute;
left: 64.4%;
top: 12.3%;
}
和评分框:
.rating-input {
font-size: 25px;
float: right;
position: relative;
left: 35%;
}
但是机器人按钮和给我评分选项出现在 Firefox 和 chrome 中的不同位置。
更多因为 Firefox 版本更改位置受到影响。在我的 Firefox 23.0 上它看起来不错,但在我的朋友 PC FF 版本中是不同的,并且按钮的位置和给我评分选项发生了变化。