familyCard.scss 470 B

1234567891011121314151617181920212223242526272829303132
  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. border-top: 1px solid #EEEEEE;
  14. padding-top: 24rpx;
  15. margin: 24rpx 0;
  16. }
  17. .useList:first-child{
  18. border: none;
  19. }
  20. .remark{
  21. width: 450rpx;
  22. }
  23. .time{
  24. margin-top: 12rpx;
  25. font-size: 24rpx;
  26. }
  27. .recordMsg{
  28. width: 580rpx;
  29. font-size: 28rpx;
  30. color: #333333;
  31. }