ranking.ttss 488 B

12345678910111213141516171819202122232425
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. page {
  7. background-color: #f4f6f8;
  8. }
  9. .u-flexs {
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. }
  14. .self-rank {
  15. position: fixed;
  16. width: 100%;
  17. bottom: 0;
  18. left: 0;
  19. }
  20. .medal {
  21. width: 50rpx;
  22. height: 50rpx;
  23. }