2014-02-26 39 views

回答

0

尝试加入一个高度的。答类,应该解决这个问题。

.answer { 
    width: 135px; 
    border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 5px rgb(200, 200, 200); 
    background: rgb(229, 229, 229); 
    margin-left: auto; 
    margin-right: auto; 
    height: 24px; 
} 
2

我失踪从我的。答容器height属性。改变这个以匹配.rating-star解决了我的问题。