page { width: 100%; min-height: 100vh; } .unpass-association { width:100%; min-height: 100%; background: #f7f7f7; box-sizing: border-box; padding: 30rpx; overflow-y: auto; } .unpass-association .content { width: 100%; min-height: 100%; border-radius: 16rpx; background: #fff; box-sizing: border-box; padding: 0 25rpx; padding-bottom: 30rpx; } .unpass-association .content .top { width:100%; height:170rpx; display: flex; align-items: center; box-sizing: border-box; border-bottom: 1rpx solid #eaeaea; } .unpass-association .content .top .group-avatar { width:100rpx; height:100rpx; border-radius: 50%; object-fit: cover; overflow: hidden; margin-right: 22rpx; } .unpass-association .content .top .group-info { height: 100rpx; display: flex; flex-direction: column; justify-content: center; } .unpass-association .content .top .group-info .group-name { font-size: 36rpx; color: #333; } .unpass-association .content .top .group-info .group-leader { font-size: 20rpx; color: #999; } .unpass-association .content .reason { font-size: 32rpx; color: #666; line-height: 48rpx; margin-top: 33rpx; }