From a72399315dda910eb15f57a784f50c98161837c9 Mon Sep 17 00:00:00 2001 From: dong_bo0602 <358256383@qq.com> Date: Mon, 9 Aug 2021 10:22:25 +0800 Subject: [PATCH] 0809 --- pages/index/index.wxss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 179ecd1..2ff1ea7 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -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 {