/* pages/user/user.wxss */ .user { padding-bottom: 100rpx; } .search { background-color: #fff; padding: 16rpx 32rpx; } .item { margin-bottom: 20rpx; } .title { margin-left: 32rpx; margin-bottom: 10rpx; } .avatar { width: 96rpx; height: 96rpx; border-radius: 50%; overflow: hidden; } .bottom { position: fixed; left: 0; right: 0; bottom: calc(env(safe-area-inset-bottom) + 10rpx); margin: 0 20rpx; }