index.rpx.css 571 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .list{
  2. position: relative;
  3. padding: 0 50rpx;
  4. }
  5. .medal{
  6. width: 300rpx;
  7. height: 150rpx;
  8. margin-top: 20rpx;
  9. align-items: center;
  10. font-size: 28rpx;
  11. background: #fed32a;
  12. border: 4rpx solid #ffa400;
  13. }
  14. .medal2{
  15. position: absolute;
  16. left: 50rpx;
  17. background: #dddddd;
  18. }
  19. .medal3{
  20. position: absolute;
  21. right: 50rpx;
  22. background: #eca553;
  23. }
  24. .listItem{
  25. font-size: 28rpx;
  26. color: #999999;
  27. margin-top: 20rpx;
  28. padding: 20rpx 0;
  29. border-bottom: 2rpx solid #f7f7f7;
  30. }
  31. .listItemFirst{
  32. margin-top: 220rpx;
  33. }