/* pages/member/components/approveMember/index.wxss */ .item { display: flex; align-items: center; padding-top: 24rpx; padding-bottom: 24rpx; margin-left: 32rpx; margin-right: 32rpx; } .nickName { flex: 1; } .operate { display: flex; } .disAgree { margin-left: 24rpx; }