.container{ background-color: #fff; } .org-box{ display: flex; justify-content: space-between; border-bottom: 1px solid #DDD; padding: 20rpx 0; } .org-box:last-child{ border-bottom: none; } .org-box image{ width: 120rpx; height: 120rpx; } .org-info{ width: 570rpx; } .org-name{ font-size: 34rpx; font-weight: bold; line-height: 70rpx; } .org-count{ font-size: 28rpx; color: #bbb; }