如何根据上面的按钮对齐文字?

时间:2018-03-22 20:42:06

标签: html css alignment

在这种情况下如何将商品价格与按钮上方对齐?

.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;
}

enter image description here

1 个答案:

答案 0 :(得分:1)

修正其上方段落的高度(根据需要进行更改):

df = df.set_index('country')

或者你可以在 css

中完成