rank.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* pages/rank/rank.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. ._top{
  6. background: #D94B24;
  7. text-align: center;
  8. color: #fff;
  9. font-size: 32rpx;
  10. position: relative;
  11. line-height: 80rpx;
  12. }
  13. ._top image{
  14. height: 30rpx;
  15. position: relative;
  16. top: 4rpx;
  17. }
  18. ._top .search{
  19. height: 45rpx;
  20. position: absolute;
  21. left: 30rpx;
  22. top: 0;
  23. bottom: 0;
  24. margin: auto;
  25. }
  26. .game_info{
  27. position: relative;
  28. padding: 40rpx;
  29. padding-left: 150rpx;
  30. background: #D94B24;
  31. color: rgba(255, 255, 255, 0.85);
  32. font-size: 28rpx;
  33. }
  34. .game_info image{
  35. width: 80rpx;
  36. position: absolute;
  37. left: 50rpx;
  38. top: 0;
  39. bottom: 0;
  40. margin: auto;
  41. }
  42. .game_info text{
  43. display: block;
  44. font-size: 36rpx;
  45. font-weight: 500;
  46. color: #FFF;
  47. line-height: 50rpx;
  48. }
  49. .top{
  50. display: flex;
  51. font-size: 28rpx;
  52. padding: 24rpx 32rpx;
  53. background: #fff;
  54. margin-bottom: 20rpx;
  55. justify-content: space-between;
  56. }
  57. .item{
  58. display: flex;
  59. justify-content: space-between;
  60. font-size: 28rpx;
  61. padding: 16rpx 32rpx;
  62. }
  63. .item text{
  64. color: #333;
  65. width: 21%;
  66. text-align: right;
  67. }
  68. .item .red{
  69. color: #FF5151;
  70. }
  71. .top text{
  72. color: #999;
  73. }
  74. .item image{
  75. width: 36rpx;
  76. }
  77. .title image{
  78. width: 32rpx;
  79. position: relative;
  80. top: 7rpx;
  81. }
  82. .list{
  83. background: #fff;
  84. padding: 30rpx 0;
  85. margin-bottom: 20rpx;
  86. }
  87. .list .note{
  88. font-size:28rpx;
  89. padding-top: 30rpx;
  90. color:#666;
  91. display: block;
  92. border-top: 1px solid #F5F5F5;
  93. }
  94. .title{
  95. /* border-left: 4px solid #FF5151; */
  96. color: #333;
  97. font-size: 36rpx;
  98. font-weight: 500;
  99. padding-left: 20rpx;
  100. padding-right: 40rpx;
  101. margin-bottom: 20rpx;
  102. }
  103. .title text{
  104. font-weight: 400;
  105. color: #666;
  106. font-size: 28rpx;
  107. }
  108. .title navigator{
  109. float: right;
  110. color: #999;
  111. font-size: 28rpx;
  112. }
  113. .item text{
  114. display: block;
  115. }
  116. .item .name{
  117. width: 25%;
  118. overflow: hidden;
  119. text-overflow: ellipsis;
  120. white-space: nowrap;
  121. text-align: left;
  122. margin-left: 5%;
  123. }
  124. .assess{
  125. display: inline-block;
  126. font-size: 28rpx;
  127. color: #666;
  128. border: 1px solid #666;
  129. line-height: 64rpx;
  130. height: 64rpx;
  131. padding: 0 20rpx;
  132. border-radius: 8rpx;
  133. position: absolute;
  134. right: 30rpx;
  135. top: 30rpx;
  136. }
  137. .date-picker{
  138. color: #fff;
  139. }