rank.wxss 2.2 KB

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