xz_mini/pages/activityDialog/activityDialog.wxss
dong_bo0602 d4bb4f1c78 0329
2022-03-29 11:05:37 +08:00

54 lines
794 B
Plaintext

.dialog{
padding: 20rpx;
}
.dialog-box{
margin-bottom: 15rpx;
display: flex;
justify-content: space-between;
padding: 30rpx;
background-color: #fff;
}
.avatar{
width: 50rpx;
}
.avatar image{
width: 100%;
height: 50rpx;
border-radius: 50%;
}
.user-info{
width: 570rpx;
border-bottom: 1px solid #DEDEDE;
padding-bottom: 10rpx;
}
.name{
font-size: 34rpx;
color: #333;
font-weight: bold;
}
.content{
font-size: 30rpx;
color: #333;
line-height: 40rpx;
margin-bottom: 15rpx;
}
.public-time{
display: flex;
justify-content: space-between;
}
.time{
font-size: 28rpx;
color: #949494;
}
.delete, .delete image{
width: 40rpx;
height: 40rpx;
}
.images{
display: flex;
justify-content: space-between;
}
.images image{
width: 32%;
height: 140rpx;
}