rank.wxss 2.2 KB

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