2024-03-13 16:25:19 +08:00

24 lines
344 B
Plaintext

.containerView.public {
padding: 30rpx;
}
.caseView,
.timeView,
.msgView {
font-size: 30rpx;
margin-top: 20rpx;
}
.imgView {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 0 20rpx;
}
.imgView .img {
width: 200rpx;
height: 200rpx;
margin-top: 20rpx;
}