queue.wxss 558 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .list-box{
  2. width: 700rpx;
  3. margin: 20rpx auto;
  4. padding-bottom: 20rpx;
  5. border-bottom: 1rpx solid #eee;
  6. display: flex;
  7. }
  8. .list-img{
  9. width: 120rpx;
  10. height: 120rpx;
  11. margin-right: 30rpx;
  12. }
  13. .list-img image{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .list-name{
  18. font-size: 32rpx;
  19. font-weight: bold;
  20. margin: 20rpx 0 10rpx;
  21. display: flex;
  22. }
  23. .gender-img{
  24. width: 40rpx;
  25. height: 40rpx;
  26. margin-left: 20rpx;
  27. padding-top: 2rpx;
  28. }
  29. .gender-img image{
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .list-time{
  34. color: #999;
  35. }
  36. .boyImg{
  37. transform: rotate(135deg);
  38. }