文字定位

This commit is contained in:
2020-08-17 18:13:01 +08:00
parent 35838e3a9e
commit a39aa6e059

View File

@@ -63,7 +63,7 @@ export default {
.price{
display: flex;
// align-items: center;
align-content: flex-end;
// align-content: flex-end;
justify-content: space-between;
margin-top: 10rpx;
> view:first-child{
@@ -75,6 +75,8 @@ export default {
font-size: 22rpx;
height: 22rpx;
color: #FDD360;
text-align: end;
margin-top:8rpx;
}
}
}