item-view.ttss
437 Bytes
.item-view-root {
width: calc(100% - 60rpx);
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 30rpx;
}
.item-view-amount-title {
background-color: white;
font-family: PingFang SC;
font-size: 28rpx;
color: #444444;
}
.item-view-amount-text1 {
background-color: white;
text-align: right;
font-family: PingFang SC;
font-size: 28rpx;
color: #444444;
}