This commit is contained in:
高健 2021-08-09 10:22:43 +08:00
commit 720c3d3890

View File

@ -424,7 +424,9 @@ page {
line-height: 45rpx; line-height: 45rpx;
color: #333; color: #333;
} }
.good-avatar{
font-size: 0;
}
.good-click { .good-click {
display: flex; display: flex;
} }
@ -455,6 +457,7 @@ page {
border-radius: 50%; border-radius: 50%;
} }
.good-click image { .good-click image {
width: 38rpx; width: 38rpx;
height: 38rpx; height: 38rpx;
@ -481,9 +484,15 @@ page {
.avatar-list { .avatar-list {
width: 45rpx; width: 45rpx;
height: 45rpx; height: 45rpx;
margin-right: 10rpx; margin-left: -15rpx;
vertical-align: top; vertical-align: top;
display: inline-block; display: inline-block;
border-radius: 50%;
border: 2px solid #fff;
position: relative;
}
.avatar-list:first-child{
margin-left:0;
} }
.mid { .mid {