Authored by
yyq
price desc style
...
|
...
|
@@ -189,4 +189,34 @@ |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
价格说明
|
|
|
*/
|
|
|
.price-desc-detail {
|
|
|
padding: 10px 0;
|
|
|
color: #b0b0b0;
|
|
|
font-size: 11px;
|
|
|
margin-top: 5px;
|
|
|
|
|
|
p {
|
|
|
line-height: 1.45;
|
|
|
padding: 5px 0;
|
|
|
}
|
|
|
|
|
|
.price-item-name {
|
|
|
font-size: 14px;
|
|
|
line-height: 1.5;
|
|
|
color: #444;
|
|
|
}
|
|
|
|
|
|
.price-item-content {
|
|
|
font-weight: 300;
|
|
|
}
|
|
|
|
|
|
.price-summary {
|
|
|
margin: 5px 0;
|
|
|
font-weight: 300;
|
|
|
}
|
|
|
}
|
|
|
} |
...
|
...
|
|