familyCard.scss 391 B

1234567891011121314151617181920212223
  1. .icon {
  2. width: 84rpx;
  3. height: 84rpx;
  4. border-radius: 42rpx;
  5. text-align: center;
  6. line-height: 84rpx;
  7. font-size: 24rpx;
  8. margin: 0 10rpx;
  9. background-color: #ED569F;
  10. color: white;
  11. }
  12. .useList {
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. border-top: 1px solid #EEEEEE;
  17. padding: 20rpx;
  18. margin: 24rpx;
  19. }
  20. .useList:first-child{
  21. border: none;
  22. }