在这种情况下如何将商品价格与按钮上方对齐?
.price-label{
text-align: center;
justify-content: space-between;
position: relative;
}
.add-to-cart-btn{
position:absolute;
margin-left:-100px;
left:50%;
width:200px;
bottom:10px;
}
答案 0 :(得分:1)
修正其上方段落的高度(根据需要进行更改):
df = df.set_index('country')
或者你可以在 css
中完成