rank.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /* pages/rank/rank.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. @keyframes around {
  6. from {
  7. margin-left: 90%;
  8. }
  9. to {
  10. /* var接受传入的变量 */
  11. margin-left: -100%;
  12. }
  13. }
  14. .zd{
  15. width: 40px;
  16. height: 100%;
  17. position: absolute;
  18. left: 0;
  19. top: 0;
  20. background: rgba(255, 244.8, 244.8, 1);
  21. }
  22. .marquee_container{
  23. width: 100%;
  24. background: rgba(255, 244.8, 244.8, 1);
  25. /* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
  26. border-radius:4px;
  27. padding: 12.5px 12px;
  28. position: relative;
  29. overflow: hidden;
  30. height: 125rpx;
  31. }
  32. .marquee_container:hover{
  33. /* 不起作用 */
  34. animation-play-state: paused;
  35. }
  36. .marquee_text{
  37. color:#5C5C5C;
  38. font-size: 28rpx;
  39. display: flex;
  40. white-space: nowrap;
  41. /* animation-name: around;
  42. animation-duration: 15s; /*过渡时间*/
  43. animation-iteration-count: infinite;
  44. animation-timing-function:linear;
  45. margin-left: 64rpx;
  46. }
  47. .marquee_text navigator{
  48. margin-right: 20px;
  49. }
  50. .marquee_text text{
  51. display: block;
  52. color:#5C5C5C;
  53. font-size: 26rpx;
  54. margin-top: 5rpx;
  55. }
  56. .marquee_container image{
  57. width: 34rpx;
  58. height: 34rpx;
  59. position: absolute;
  60. left: 10px;
  61. top: 46rpx;
  62. }
  63. ._top{
  64. background: #D94B24;
  65. text-align: center;
  66. color: #fff;
  67. font-size: 32rpx;
  68. position: relative;
  69. line-height: 80rpx;
  70. }
  71. .date-picker{
  72. margin-top: 20rpx;
  73. }
  74. .date-picker image{
  75. height: 30rpx;
  76. position: relative;
  77. top: 4rpx;
  78. }
  79. .search{
  80. height: 45rpx;
  81. position: absolute;
  82. right: 30rpx;
  83. bottom: 0rpx;
  84. }
  85. .search image{
  86. height: 45rpx;
  87. }
  88. .game_info{
  89. position: relative;
  90. padding: 20rpx 20rpx 0;
  91. /* padding-left: 150rpx; */
  92. background: #fff;
  93. color: #333;
  94. font-size: 28rpx;
  95. text-align: center;
  96. }
  97. /* .game_info image{ */
  98. /* width: 80rpx;
  99. position: absolute;
  100. left: 50rpx;
  101. top: 0;
  102. bottom: 0;
  103. margin: auto; */
  104. /* } */
  105. .game_info .picker{
  106. display: block;
  107. font-size: 36rpx;
  108. font-weight: 500;
  109. color: #333;
  110. line-height: 50rpx;
  111. }
  112. .top{
  113. display: flex;
  114. font-size: 28rpx;
  115. padding: 24rpx 32rpx;
  116. background: #fff;
  117. margin-bottom: 20rpx;
  118. justify-content: space-between;
  119. }
  120. .item{
  121. display: flex;
  122. justify-content: space-between;
  123. font-size: 28rpx;
  124. padding: 16rpx 32rpx;
  125. }
  126. .item text{
  127. color: #333;
  128. width: 21%;
  129. text-align: right;
  130. }
  131. .item .red{
  132. color: #FF5151;
  133. }
  134. .top text{
  135. color: #999;
  136. }
  137. .item image{
  138. width: 36rpx;
  139. }
  140. .title image{
  141. width: 32rpx;
  142. position: relative;
  143. top: 7rpx;
  144. }
  145. .list{
  146. background: #fff;
  147. padding: 30rpx 0;
  148. margin-bottom: 20rpx;
  149. }
  150. .list .note{
  151. font-size:28rpx;
  152. padding-top: 30rpx;
  153. color:#666;
  154. display: block;
  155. border-top: 1px solid #F5F5F5;
  156. }
  157. .title{
  158. /* border-left: 4px solid #FF5151; */
  159. color: #333;
  160. font-size: 36rpx;
  161. font-weight: 500;
  162. padding-left: 20rpx;
  163. padding-right: 40rpx;
  164. margin-bottom: 20rpx;
  165. }
  166. .title text{
  167. font-weight: 400;
  168. color: #666;
  169. font-size: 28rpx;
  170. }
  171. .title navigator{
  172. float: right;
  173. color: #999;
  174. font-size: 28rpx;
  175. }
  176. .item text{
  177. display: block;
  178. }
  179. .item .name{
  180. width: 25%;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. white-space: nowrap;
  184. text-align: left;
  185. margin-left: 5%;
  186. }
  187. .assess{
  188. display: inline-block;
  189. font-size: 28rpx;
  190. color: #666;
  191. border: 1px solid #666;
  192. line-height: 64rpx;
  193. height: 64rpx;
  194. padding: 0 20rpx;
  195. border-radius: 8rpx;
  196. position: absolute;
  197. right: 30rpx;
  198. top: 30rpx;
  199. }
  200. .date-picker{
  201. color: #666;
  202. }