显示文字&价格在适当的地方

时间:2016-06-22 06:48:21

标签: html css

某些文字丢失且价格未显示在here

的适当位置

enter image description here

但其工作正常here&我想这样显示。

enter image description here

.product-view .product-shop .price-box {
    margin-top: 0;
}
.price-box {
    margin: 7px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (min-width: 1224px)
.short-description .std li {
    color: #908983;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

1 个答案:

答案 0 :(得分:2)

这是一个浮动问题。将clear: left添加到.price-info