index.wxss 632 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .top {
  2. width: 100%;
  3. height: 15vh;
  4. background-color: #cb0714;
  5. display: flex;
  6. }
  7. .left, .right {
  8. width: 50%;
  9. color: #fff;
  10. }
  11. .left .name, .right .name {
  12. width: 100%;
  13. text-align: center;
  14. font-size: 1.2em;
  15. display: block;
  16. }
  17. .left .num, .right .num {
  18. display: block;
  19. width: 100%;
  20. text-align: center;
  21. font-size: 1.5em;
  22. }
  23. .titleBox {
  24. display: flex;
  25. border-bottom: 1px solid #bfbfbf;
  26. background-color: #dddddd;
  27. }
  28. .ranking, .userName, .userIntegral {
  29. width: 32%;
  30. text-align: center;
  31. }
  32. .userName {
  33. border-left: 1px solid #bfbfbf;
  34. border-right: 1px solid #bfbfbf;
  35. }
  36. .item {
  37. background-color: #fff;
  38. line-height: 2.5em;
  39. }