/**index.wxss**/ .userinfo { display: flex; flex-direction: row; align-items: center; background: #598ce4; height: 100px; } .userinfo-avatar { width: 48px; height: 48px; margin-left: 30px; } .userinfo-nickname { color: white; margin-left: 20px; } .my-group-margin{ margin-top: 10px; } .copyright{ color: #8c8c8c; text-align: center; margin-top: 20px; font-size: 14px; } .plain { border: none; border-color: transparent; background: #fff; line-height: 40rpx; margin: 0px; } button::after { border: none } .userinfo { position: relative; width: 100%; background: #fff; text-align: center; padding: 30rpx 0; } .userinfo .userinfo-avatar { overflow: hidden; display: block; width: 160rpx; height: 160rpx; border-radius: 50%; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); margin: auto; } .userinfo .userinfo-name { font-size: 30rpx; font-weight: bold; margin-top: 20rpx; }