growth_track.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /* parents//pages/growth_track/growth_track.wxss */
  2. @import '../../../templates/footer/footer.wxss';
  3. @import '../../../templates/nodata/nodata.wxss';
  4. @import '../../../templates/loading/loading.wxss';
  5. page{
  6. background: #fff;
  7. }
  8. .li{
  9. margin: 0 40rpx 98rpx 40rpx;
  10. padding: 0;
  11. -webkit-overflow-scrolling: touch
  12. }
  13. .li-img{
  14. height: 205rpx;
  15. width: 100%;
  16. margin: 40rpx 0;
  17. border-radius:20rpx;
  18. }
  19. ff-canvas {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .li-rank{
  24. margin: 30rpx 0;
  25. padding: 0;
  26. }
  27. .li-rank-title{
  28. color: #41414C;
  29. font-size: 36rpx;
  30. margin-bottom: 24rpx;
  31. font-weight: 800
  32. }
  33. .li-rank-items{
  34. position: relative;
  35. height: 157rpx;
  36. margin: 10rpx 0;
  37. }
  38. .li-rank-items-bg{
  39. position: absolute;
  40. width: 100%;
  41. height: 100%;
  42. top: 0;
  43. left: 0;
  44. z-index: 10;
  45. }
  46. .li-rank-item{
  47. position: relative;
  48. z-index: 100;
  49. top: 40rpx;
  50. display: flex;
  51. justify-content: space-between;
  52. font-size: 30rpx;
  53. color: #fff;
  54. padding: 0 53rpx;
  55. text-align: center;
  56. }
  57. .li-rank-item-content{
  58. top: 45rpx;
  59. }
  60. .li-rank-item-month{
  61. font-size: 26rpx;
  62. }
  63. .li-rank-item-img{
  64. width: 180rpx;
  65. height: 83rpx;
  66. }
  67. .li-canvas{
  68. width:100%;
  69. height: 400rpx;
  70. }
  71. .li-balls{
  72. position: relative;
  73. margin: 40rpx 0;
  74. font-size: 28rpx;
  75. text-align: center;
  76. height: 400rpx;
  77. width: 100%;
  78. }
  79. .li-balls-one{
  80. width:170rpx;
  81. height:170rpx;
  82. background:rgba(119,143,242,0.8);
  83. border-radius:50%;
  84. color: #2342C5;
  85. position: absolute;
  86. top: 70rpx;
  87. left: 249rpx;
  88. }
  89. .li-balls-two{
  90. width:135rpx;
  91. height:135rpx;
  92. background:rgba(0,183,255,0.56);
  93. border-radius:50%;
  94. color: #0073A0;
  95. position: absolute;
  96. top: 150rpx;
  97. left: 85rpx;
  98. }
  99. .li-balls-three{
  100. width:59rpx;
  101. height:59rpx;
  102. background:rgba(121,189,232,0.8);
  103. border-radius:50%;
  104. position: absolute;
  105. top: 90rpx;
  106. left: 185rpx;
  107. }
  108. .li-balls-four{
  109. width:141rpx;
  110. height:141rpx;
  111. background:rgba(250,202,106,0.8);
  112. border-radius:50%;
  113. color: #9D6F13;
  114. position: absolute;
  115. top: 0rpx;
  116. right: 100rpx;
  117. }
  118. .li-balls-five{
  119. width:136rpx;
  120. height:136rpx;
  121. background:rgba(143,232,121,0.8);
  122. border-radius:50%;
  123. color: #3DB021;
  124. position: absolute;
  125. bottom: 85rpx;
  126. right: 80rpx;
  127. }
  128. .li-rank-biao{
  129. background:rgba(246,245,251,1);
  130. border-radius:20rpx;
  131. padding: 0 32rpx 2rpx 32rpx;
  132. }
  133. .li-rank-biao-title{
  134. color: #fff;
  135. background: blue;
  136. text-align: center;
  137. line-height: 72rpx;
  138. height: 72rpx;
  139. border-radius:0 0 20rpx 20rpx;
  140. margin: auto;
  141. width: 200rpx;
  142. }
  143. .li-rank-biao-num{
  144. color: #6C6C80;
  145. font-size: 28rpx;
  146. padding: 30rpx 0;
  147. }
  148. .li-rank-canvas{
  149. height: 600rpx;
  150. position: relative;
  151. color: #41414C;
  152. font-size: 26rpx;
  153. }
  154. .li-rank-canvas-text{
  155. position: absolute;
  156. left: 40%;
  157. top: 37%;
  158. width: 142rpx;
  159. line-height: 52rpx;
  160. }
  161. .image-nodata{
  162. width: 154rpx;
  163. height: 112rpx;
  164. margin: 50rpx auto;
  165. }
  166. .text-nodata{
  167. color: #999999;
  168. margin-bottom: 70rpx;
  169. }
  170. .list-item-all{
  171. width:172rpx;
  172. height:58rpx;
  173. background:rgba(246,245,251,1);
  174. border:1rpx solid rgba(108,108,128,1);
  175. border-radius:29rpx;
  176. text-align: center;
  177. line-height: 58rpx;
  178. font-size: 26rpx;
  179. color: #6C6C80;
  180. margin: 30rpx auto
  181. }