index.rpx.css 670 B

123456789101112131415161718192021222324252627282930313233343536
  1. .listItem{
  2. width: 686rpx;
  3. height: 160rpx;
  4. background: #FFFFFF;
  5. border-radius: 24rpx;
  6. margin-top: 24rpx;
  7. }
  8. .listItemProfile{
  9. width: 112rpx;
  10. height: 112rpx;
  11. border: 2rpx solid #FFFFFF;
  12. margin-top: 24rpx;
  13. margin-left: 32rpx;
  14. }
  15. .listItemName{
  16. font-size: 28rpx;
  17. font-weight: 600;
  18. color: #333333;
  19. margin-left: 28rpx;
  20. line-height: 160rpx;
  21. }
  22. .listItemkey{
  23. height: 44rpx;
  24. font-size: 28rpx;
  25. font-weight: 400;
  26. color: #999999;
  27. line-height: 160rpx;
  28. }
  29. .listItemValue{
  30. height: 44rpx;
  31. font-size: 28rpx;
  32. font-weight: 400;
  33. color: #333333;
  34. line-height: 160rpx;
  35. padding-right: 38rpx;
  36. }