.customer-list{ padding:24rpx 0 120rpx 0; } .customer-item{ margin:0 0 20rpx; padding:28rpx 24rpx; line-height: 44rpx; color: #666; } .main-info{ height: 48rpx; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .customer-name{ color: #333; font-size: 32rpx; font-weight: bold; } .work-day{ color: #999; font-size: 22rpx; } .bind-dashboard{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; } /* 暂无内容 */ .no-content-wrapper{ padding:290rpx 0 18rpx; text-align: center; } .no-content-wrapper image{ width:360rpx; height: 310rpx; } .no-add{ font-weight: bold; font-size: 32rpx; text-align: center; margin-bottom: 24rpx; } .no-add-tips{ font-size: 24rpx; color:#999; margin-bottom:74rpx; text-align: center; } .switch-role{ margin-top:30rpx; color:#09AFFF; text-align: center; } .bind-input-wrapper{ display: flex; flex-direction: column; align-items: flex-start; } .bind-input-wrapper .input{ text-align: left; }