费率框的 CS:
.rating-input {
font-size: 25px;
position:relative;
left:101%;
}
按钮:
.custom-input-button {
text-align: center;
position:absolute;
left:64.4%;
top:12.1%;
}
图片 :
<img src="https://graph.facebook.com/<?php echo $user_id; ?>/picture?type=large"
style ="position:relative; top:-46px; left:0px;"/>
它在 chrome 和 firefox 中给出了不同的外观:
火狐:
在 chrome 书签菜单中没有打开。间距的变化是因为什么?我很沮丧改变职位,但问题没有解决。