42 lines
591 B
Plaintext
42 lines
591 B
Plaintext
.dialog{
|
|
padding: 30rpx;
|
|
}
|
|
.dialog-box{
|
|
margin-bottom: 15rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.avatar{
|
|
width: 15%;
|
|
}
|
|
.avatar image{
|
|
width: 100%;
|
|
height: 90rpx;
|
|
}
|
|
.user-info{
|
|
width: 83%;
|
|
border-bottom: 1px solid #DEDEDE;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
.name{
|
|
font-size: 34rpx;
|
|
color: #949494;
|
|
margin: 15rpx 0;
|
|
}
|
|
.content{
|
|
font-size: 30rpx;
|
|
color: #000;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.public-time{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.time{
|
|
font-size: 28rpx;
|
|
color: #949494;
|
|
}
|
|
.delete, .delete image{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
} |