|
|
@@ -151,6 +151,8 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
margin-top: 8px;
|
|
|
margin-bottom: 8px;
|
|
|
+ height: 24px;
|
|
|
+ align-items: center;
|
|
|
.current_recommendation_price {
|
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
font-weight: 600;
|
|
|
@@ -172,6 +174,7 @@ export default {
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #939599;
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
.information_display_con{
|
|
|
@@ -182,7 +185,6 @@ export default {
|
|
|
color: #FFFFFF;
|
|
|
opacity: 0.5;
|
|
|
line-height: 18px;
|
|
|
- margin-top: 3px;
|
|
|
}
|
|
|
}
|
|
|
.current_recommendation_bottom {
|