ranking_list.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/ranking_list/ranking_list.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. .li{
  4. display: flex;
  5. justify-content: space-between;
  6. margin: 0 24rpx;
  7. padding: 24rpx 0;
  8. font-size:30rpx;
  9. font-family:PingFang SC;
  10. font-weight:500;
  11. color:rgba(57,57,57,1);
  12. }
  13. .li-items{
  14. display: flex;
  15. }
  16. .li-items-ord{
  17. width: 45rpx;
  18. height: 53rpx;
  19. margin: auto;
  20. }
  21. .li-items-block{
  22. text-align: center;
  23. display: inline-block;
  24. width: 60rpx;
  25. padding-top: 10rpx;
  26. }
  27. .li-items-header{
  28. width:50rpx;
  29. height:50rpx;
  30. border-radius:50%;
  31. margin: auto 20rpx;
  32. }
  33. .li-items-info{
  34. text-align: left;
  35. font-size:24rpx;
  36. font-family:PingFang SC;
  37. font-weight:500;
  38. color:rgba(124,130,158,1);
  39. }
  40. .li-items-info-name{
  41. font-size:30rpx;
  42. font-family:PingFang SC;
  43. font-weight:bold;
  44. color:rgba(57,57,57,1);
  45. margin-bottom: 8rpx;
  46. }
  47. .li-add{
  48. font-size:30rpx;
  49. font-family:PingFang SC;
  50. font-weight:bold;
  51. color:rgba(57,57,57,1);
  52. margin: auto 0;
  53. }
  54. .ul{
  55. display: flex;
  56. justify-content: space-between;
  57. margin: 0 45rpx;
  58. padding: 30rpx 0;
  59. border-bottom: 1rpx solid #E5E5E5;
  60. }
  61. .ol{
  62. display: flex;
  63. margin: 0 45rpx;
  64. padding: 35rpx 0;
  65. border-bottom: 1rpx solid #E5E5E5;
  66. }
  67. .li-blue{
  68. color:#6174D9;
  69. }
  70. .li-up{
  71. font-size:26rpx;
  72. font-family:PingFang SC;
  73. font-weight:bold;
  74. color:rgba(57,57,57,1);
  75. margin-left: 30rpx;
  76. }
  77. .li-top{
  78. position: relative;
  79. top: 0rpx;
  80. }