Authored by 王水玲

活动模版优化

... ... @@ -275,6 +275,7 @@
margin-top: 20px;
line-height: 32px;
height: 64px;
font-family: PingFang-SC-Regular, sans-serif;
}
.price {
... ... @@ -287,19 +288,19 @@
.sale-price {
color: #444;
font-size: 22px;
font-size: 20px;
line-height: 27px;
float: left;
font-weight: 300;
font-family: PingFang-SC-Regular, sans-serif;
}
.market-price {
color: #b0b0b0;
font-size: 22px;
font-size: 20px;
line-height: 27px;
float: left;
margin-left: 10px;
font-weight: 300;
font-family: PingFang-SC-Regular, sans-serif;
}
.product-detail-imgbox {
... ...