ranking.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. /* parents//pages/ranking/ranking.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. .bg{
  5. height: 434rpx;
  6. margin: 0;
  7. padding: 0;
  8. width: 100%;
  9. }
  10. .head{
  11. position: relative;
  12. }
  13. .head-history{
  14. width:236rpx;
  15. height:58rpx;
  16. text-align: center;
  17. line-height: 58rpx;
  18. color: #fff;
  19. font-size: 28rpx;
  20. position: absolute;
  21. top: 40rpx;
  22. left: 0;
  23. background:rgba(255,145,128,1);
  24. border-radius:0px 29px 29px 0px;
  25. }
  26. .head-ranking{
  27. font-size: 47.72rpx;
  28. color: #fff;
  29. position: absolute;
  30. top: 147rpx;
  31. left: 39rpx;
  32. }
  33. .title{
  34. display: flex;
  35. justify-content: flex-start;
  36. padding: 0 28rpx 0 40rpx;
  37. position: relative;
  38. top: -120rpx;
  39. }
  40. .title-left{
  41. width:92%;
  42. height:395rpx;
  43. background:rgba(255,255,255,1);
  44. border-radius:20rpx;
  45. position: relative;
  46. left: 10rpx;
  47. }
  48. .title-left-one{
  49. position: absolute;
  50. top: 34rpx;
  51. left: 38rpx;
  52. color: #A1A1B3;
  53. font-size: 28rpx;
  54. }
  55. .title-left-one-img{
  56. width: 30rpx;
  57. height: 30rpx;
  58. margin-right: 10rpx;
  59. }
  60. .title-left-two{
  61. color: #41414C;
  62. font-size: 28rpx;
  63. position: absolute;
  64. top: -34rpx;
  65. left: 264rpx;
  66. text-align: center;
  67. }
  68. .title-left-two-img{
  69. width:134rpx;
  70. height:134rpx;
  71. border-radius:50%;
  72. }
  73. .title-left-three{
  74. color: #F7B93C;
  75. font-size: 36rpx;
  76. text-align: center;
  77. margin-top: 120rpx;
  78. }
  79. .title-left-threes{
  80. color:rgba(119,143,242,1);
  81. font-size: 36rpx;
  82. text-align: center;
  83. margin-top: 120rpx;
  84. }
  85. .title-left-four{
  86. color: #86641F;
  87. font-size: 28rpx;
  88. margin-top: 74rpx;
  89. width:50%;
  90. margin:40rpx auto;
  91. text-align:center;
  92. }
  93. .title-left-five{
  94. text-align:center;
  95. color:rgb(25, 41, 107);
  96. font-size: 28rpx;
  97. width:50%;
  98. margin-top: 74rpx;
  99. margin:40rpx auto;
  100. }
  101. .title-right{
  102. font-size: 28rpx;
  103. color: #fff;
  104. }
  105. .title-right-one{
  106. width:80rpx;
  107. height:218rpx;
  108. background:linear-gradient(90deg,rgba(250,202,106,1),rgba(250,202,106,1),rgba(239,181,64,1));
  109. border-radius:0px 20rpx 20rpx 0px;
  110. display: flex;
  111. flex-direction: column
  112. }
  113. .title-right-two{
  114. width:60rpx;
  115. height:174rpx;
  116. background:rgba(119,143,242,1);
  117. border-radius:0px 0px 20rpx 0px;
  118. display: flex;
  119. flex-direction: column
  120. }
  121. .title-right-one-text{
  122. margin: auto;
  123. width: 30rpx;
  124. }
  125. .li{
  126. background:rgba(255,255,255,1);
  127. border-radius:20px;
  128. padding: 30rpx;
  129. color: #41414C;
  130. font-size: 30rpx;
  131. margin: 0 40rpx;
  132. position: relative;
  133. top: -80rpx;
  134. }
  135. .li-head{
  136. color: #6C6C80;
  137. font-size: 28rpx;
  138. display: flex;
  139. justify-content: space-between;
  140. padding-bottom: 30rpx;
  141. }
  142. .li-items{
  143. display: flex;
  144. justify-content: space-between;
  145. padding: 25rpx 0;
  146. }
  147. .li-items-img{
  148. width: 36rpx;
  149. height: 36rpx;
  150. margin: auto;
  151. }
  152. .li-items-head{
  153. width: 74rpx;
  154. height: 74rpx;
  155. margin: 0 30rpx;
  156. }
  157. .model {
  158. position: fixed;
  159. top: 10%;
  160. margin: 0 60rpx;
  161. background: #fff;
  162. border-radius: 30rpx;
  163. text-align: center;
  164. }
  165. .model-list{
  166. color: #A1A1B3;
  167. font-size: 28rpx;
  168. text-align: left;
  169. padding: 0 34rpx 34rpx 34rpx;
  170. }
  171. .model-list-title{
  172. color: #41414C;
  173. font-size: 32rpx;
  174. padding: 37rpx 0;
  175. text-align: center;
  176. }
  177. .model-list-del{
  178. position: absolute;
  179. bottom: -120rpx;
  180. left: 45%;
  181. }
  182. .model-list-img{
  183. width: 60rpx;
  184. height: 60rpx;
  185. }
  186. .head-month{
  187. width:262rpx;
  188. height:58rpx;
  189. background:rgba(255,145,128,1);
  190. border-radius:29rpx;
  191. text-align: center;
  192. line-height: 58rpx;
  193. color: #FFFFFF;
  194. font-size: 32rpx;
  195. margin: 30rpx auto;
  196. }
  197. .head-all{
  198. color: #FFFFFF;
  199. font-size: 52rpx;
  200. margin-bottom: 25rpx;
  201. }
  202. .head-people{
  203. color: #136FB8;
  204. font-size: 28rpx;
  205. }
  206. .head-item{
  207. position: absolute;
  208. top: 0;
  209. text-align: center;
  210. width: 100%;
  211. }
  212. .xl{
  213. position: relative;
  214. top:-100rpx;
  215. /* display: flex;
  216. justify-content: flex-start; */
  217. text-align: center
  218. }
  219. .ul-item{
  220. width:223rpx;
  221. height:347rpx;
  222. background:rgba(255,255,255,1);
  223. color: #41414C;
  224. font-size: 26rpx;
  225. text-align: center;
  226. display: inline-block
  227. }
  228. .ul-item-img{
  229. width:139rpx;
  230. height:139rpx;
  231. border-radius:50%;
  232. margin-top: 40rpx;
  233. }
  234. .ul-item-num{
  235. width: 168rpx;
  236. height: 70rpx;
  237. position: relative;
  238. bottom: 20rpx;
  239. }
  240. .ul-item-name{
  241. font-size: 28rpx;
  242. font-weight: bold;
  243. }
  244. .two{
  245. border-radius:20rpx 20rpx 0px 20rpx;
  246. }
  247. .one{
  248. border-radius: 20rpx;
  249. height: 401rpx;
  250. width: 250rpx;
  251. position: relative;
  252. bottom:52rpx;
  253. box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
  254. }
  255. .three{
  256. border-radius:20rpx 20rpx 20rpx 0px;
  257. }
  258. .title-bottom{
  259. width: 60rpx !important;
  260. border-radius:0px 20rpx 0rpx 0px;
  261. }
  262. .title-top{
  263. width: 80rpx !important;
  264. border-radius:0px 20rpx 20rpx 0px;
  265. }
  266. .head-month-img{
  267. width: 12rpx;
  268. height: 22rpx;
  269. margin-left:30rpx;
  270. transform: rotate(90deg)
  271. }
  272. .model-topic{
  273. font-weight:700;
  274. color:#41414C;
  275. margin:15rpx 0;
  276. }