xz_mini/pages/activityDialog/activityDialog.wxss

54 lines
794 B
Plaintext
Raw Normal View History

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