.organization { width: 100%; min-height: calc(100vh - 100vh); box-sizing: border-box; padding: 20rpx; } .organization .item { width: 100%; height: 100rpx; border-radius: 16rpx; background: #fff; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 0 20rpx; } .organization .item + .item { margin-top: 20rpx; } .organization .item .name { color: #333; font-size: 34rpx; } .organization .item image { width:18rpx; height: 24rpx; } .organization .hover-item { background: #f7f7f7; }