realtime-data.scss
566 Bytes
.realtime-page {
.item {
margin: 30rpx;
padding: 30rpx;
border-radius: 20rpx;
background-color: #fff;
height: 160rpx;
width: 690rpx;
.item-top {
display: flex;
justify-content: space-between;
color: #333;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
.item-value {
font-weight: bold;
width:200rpx;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.item-time {
margin-top: 4rpx;
font-size: 13px;
color: #999;
}
}
}