rank.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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-color: #fff;
  25. /* background: rgba(255, 244.8, 244.8, 1); */
  26. /* box-shadow:0px 4px 12px 0px rgba(0,0,0,0.08); */
  27. border-radius:4px;
  28. padding: 10px 8px;
  29. position: relative;
  30. overflow: hidden;
  31. height: 125rpx;
  32. margin-bottom: 10rpx;
  33. }
  34. .marquee_container navigator{
  35. background-color: #ff0f03;
  36. position: absolute;
  37. right: 20rpx;
  38. top: 0;
  39. color: #fff;
  40. padding: 0 20rpx;
  41. height: 70rpx;
  42. line-height: 70rpx;
  43. border-radius: 6rpx;
  44. font-size: 28rpx;
  45. bottom: 0;
  46. margin: auto;
  47. }
  48. .marquee_container:hover{
  49. /* 不起作用 */
  50. animation-play-state: paused;
  51. }
  52. .marquee_text{
  53. color:#333;
  54. font-weight: 600;
  55. font-size: 34rpx;
  56. }
  57. .marquee_text navigator{
  58. margin-right: 20px;
  59. }
  60. .marquee_text text{
  61. display: block;
  62. color:#666;
  63. font-size: 26rpx;
  64. margin-top: 5rpx;
  65. font-weight: 400;
  66. }
  67. .marquee_container .notice{
  68. width: 34rpx;
  69. height: 34rpx;
  70. position: absolute;
  71. left: 10px;
  72. top: 46rpx;
  73. }
  74. .marquee_container .signupPoint{
  75. width: 34rpx;
  76. height: 34rpx;
  77. position: absolute;
  78. right: 10px;
  79. top: 46rpx;
  80. }
  81. ._top{
  82. background: #D94B24;
  83. text-align: center;
  84. color: #fff;
  85. font-size: 32rpx;
  86. position: relative;
  87. line-height: 80rpx;
  88. }
  89. .date-picker{
  90. margin-top: 20rpx;
  91. }
  92. .date-picker image{
  93. height: 30rpx;
  94. position: relative;
  95. top: 4rpx;
  96. }
  97. .search{
  98. height: 45rpx;
  99. position: absolute;
  100. right: 30rpx;
  101. bottom: 0rpx;
  102. }
  103. .search image{
  104. height: 45rpx;
  105. }
  106. .game_info{
  107. position: relative;
  108. padding: 20rpx 20rpx 0;
  109. /* padding-left: 150rpx; */
  110. background: #fff;
  111. color: #333;
  112. font-size: 28rpx;
  113. text-align: center;
  114. }
  115. /* .game_info image{ */
  116. /* width: 80rpx;
  117. position: absolute;
  118. left: 50rpx;
  119. top: 0;
  120. bottom: 0;
  121. margin: auto; */
  122. /* } */
  123. .game_info .picker{
  124. display: block;
  125. font-size: 36rpx;
  126. font-weight: 500;
  127. color: #333;
  128. line-height: 50rpx;
  129. }
  130. .top{
  131. display: flex;
  132. font-size: 28rpx;
  133. padding: 24rpx 32rpx;
  134. background: #fff;
  135. margin-bottom: 20rpx;
  136. justify-content: space-between;
  137. }
  138. .item{
  139. display: flex;
  140. justify-content: space-between;
  141. font-size: 28rpx;
  142. padding: 16rpx 32rpx;
  143. }
  144. .item text{
  145. color: #333;
  146. width: 21%;
  147. text-align: right;
  148. }
  149. .item .red{
  150. color: #FF5151;
  151. }
  152. .top text{
  153. color: #999;
  154. }
  155. .item image{
  156. width: 36rpx;
  157. }
  158. .title image{
  159. width: 32rpx;
  160. position: relative;
  161. top: 7rpx;
  162. }
  163. .list{
  164. background: #fff;
  165. padding: 30rpx 0;
  166. margin-bottom: 20rpx;
  167. }
  168. .list .note{
  169. font-size:26rpx;
  170. padding-top: 30rpx;
  171. color:#666;
  172. display: block;
  173. border-top: 1px solid #F5F5F5;
  174. }
  175. .title{
  176. /* border-left: 4px solid #FF5151; */
  177. color: #333;
  178. font-size: 36rpx;
  179. font-weight: 500;
  180. padding-left: 20rpx;
  181. padding-right: 20rpx;
  182. margin-bottom: 20rpx;
  183. }
  184. .title text{
  185. font-weight: 400;
  186. color: #666;
  187. font-size: 28rpx;
  188. }
  189. .title navigator{
  190. float: right;
  191. color: #999;
  192. font-size: 28rpx;
  193. }
  194. .item text{
  195. display: block;
  196. }
  197. .item .name{
  198. width: 25%;
  199. overflow: hidden;
  200. text-overflow: ellipsis;
  201. white-space: nowrap;
  202. text-align: left;
  203. margin-left: 5%;
  204. }
  205. .assess{
  206. display: inline-block;
  207. font-size: 28rpx;
  208. color: #666;
  209. border: 1px solid #666;
  210. line-height: 64rpx;
  211. height: 64rpx;
  212. padding: 0 20rpx;
  213. border-radius: 8rpx;
  214. position: absolute;
  215. right: 30rpx;
  216. top: 30rpx;
  217. }
  218. .date-picker{
  219. color: #666;
  220. }