mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
24 lines
344 B
Plaintext
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;
|
|
} |