24 lines
344 B
Plaintext
Raw Permalink Normal View History

2024-03-13 16:25:19 +08:00
.containerView.public {
padding: 30rpx;
2024-02-21 17:43:11 +08:00
}
2024-03-13 16:25:19 +08:00
.caseView,
.timeView,
.msgView {
font-size: 30rpx;
margin-top: 20rpx;
2024-02-21 17:43:11 +08:00
}
2024-03-13 16:25:19 +08:00
.imgView {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 0 20rpx;
2024-02-21 17:43:11 +08:00
}
2024-03-13 16:25:19 +08:00
.imgView .img {
width: 200rpx;
height: 200rpx;
margin-top: 20rpx;
2024-02-21 17:43:11 +08:00
}