page{ background-color: #fff; } .select{ font-size: 32rpx; color: rgba(36, 40, 46, 0.50); line-height: 80rpx; } .community-box{ padding: 20rpx 0; height: 90rpx; line-height: 50rpx; border-bottom: 1px solid #F9FAFC; display: flex; justify-content: space-between; font-size: 30rpx; } .other-community{ margin-top: 20rpx; height: 80rpx; line-height: 80rpx; text-align: center; font-size: 32rpx; border: 1px solid red; border-radius: 10rpx; color: red; } .area{ line-height: 100rpx; padding: 0 40rpx; border-bottom-left-radius: 40rpx; border-bottom-right-radius: 40rpx; border-bottom: 1px solid #F9FAFC; box-shadow: 0px 4rpx 20rpx 0px rgba(0, 0, 0, 0.05); } .area picker{ font-size: 32rpx; } .area picker image{ width: 32rpx; margin: -6rpx 10rpx 0 0; vertical-align: middle; } .picker{ display: inline-flex; justify-content: space-between; width: 92%; } .picker image{ margin-top: 30rpx !important; } .community-name image{ width: 50rpx; height: 50rpx; vertical-align: top; } .community-status{ height: 50rpx; line-height: 50rpx; padding: 0 30rpx; border: 1px solid #FF4949; color: #FF4949; border-radius: 40rpx; } .community{ padding: 0 20rpx; min-height: 600rpx; } .current-area{ padding: 20rpx 0; border-bottom: 1px solid #F9FAFC; display: flex; justify-content: space-between; } .area-text image{ width: 50rpx; height: 50rpx; margin-right: 20rpx; } .area-text{ height: 50rpx; line-height: 50rpx; display: flex; font-size: 32rpx; color: #000; } .area-join{ height: 50rpx; line-height: 50rpx; padding: 0 30rpx; border: 1px solid #FF4949; color: #FFF; background-color: #FF4949; border-radius: 40rpx; } .community-name{ padding-left: 70rpx; color: #7E7F82; } .load-more{ font-size: 32rpx; text-align: center; line-height: 80rpx; } .my-community{ padding: 0 20rpx; border-top: 2px solid #F9FAFC; } .my-community .community-name{ padding-left: 0; color: #000; }