0809
This commit is contained in:
parent
97cb499755
commit
a72399315d
@ -424,7 +424,9 @@ page {
|
||||
line-height: 45rpx;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.good-avatar{
|
||||
font-size: 0;
|
||||
}
|
||||
.good-click {
|
||||
display: flex;
|
||||
}
|
||||
@ -455,6 +457,7 @@ page {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
||||
.good-click image {
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
@ -481,9 +484,15 @@ page {
|
||||
.avatar-list {
|
||||
width: 45rpx;
|
||||
height: 45rpx;
|
||||
margin-right: 10rpx;
|
||||
margin-left: -15rpx;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #fff;
|
||||
position: relative;
|
||||
}
|
||||
.avatar-list:first-child{
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.mid {
|
||||
|
Loading…
Reference in New Issue
Block a user