Authored by yyq

Merge branch 'feature/detailPriceDesc' into release/0829

... ... @@ -189,4 +189,35 @@
}
}
}
/*
价格说明
*/
.price-desc-detail {
padding: 10px 0;
color: #b0b0b0;
font-size: 18px;
margin-top: 5px;
p {
line-height: 1.45;
padding: 4px 0;
}
.price-item-name {
font-size: 20px;
line-height: 1.5;
color: #444;
padding-bottom: 0;
}
.price-item-content {
font-weight: 300;
}
.price-summary {
margin: 5px 0;
font-weight: 300;
}
}
}
... ...