data_statistics.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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. }
  12. .li-img{
  13. height: 205rpx;
  14. width: 100%;
  15. margin: 40rpx 0;
  16. border-radius:20rpx;
  17. }
  18. ff-canvas {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .li-rank{
  23. margin: 30rpx 0;
  24. padding: 0;
  25. }
  26. .li-rank-title{
  27. color: #41414C;
  28. font-size: 36rpx;
  29. margin-bottom: 24rpx;
  30. }
  31. .li-rank-items{
  32. position: relative;
  33. height: 157rpx;
  34. margin: 10rpx 0;
  35. }
  36. .li-rank-items-bg{
  37. position: absolute;
  38. width: 100%;
  39. height: 100%;
  40. top: 0;
  41. left: 0;
  42. z-index: 10;
  43. }
  44. .li-rank-item{
  45. position: relative;
  46. z-index: 100;
  47. top: 40rpx;
  48. display: flex;
  49. justify-content: space-between;
  50. font-size: 30rpx;
  51. color: #fff;
  52. padding: 0 53rpx;
  53. text-align: center;
  54. }
  55. .head-month{
  56. width:226rpx;
  57. height:48rpx;
  58. border:2rpx solid rgba(0,183,255,1);
  59. border-radius:29rpx;
  60. text-align: center;
  61. line-height: 48rpx;
  62. color: rgba(0,183,255,1);
  63. font-size: 28rpx;
  64. margin: 30rpx auto;
  65. }
  66. .li-rank-item-content{
  67. top: 45rpx;
  68. }
  69. .li-rank-item-month{
  70. font-size: 26rpx;
  71. }
  72. .li-rank-item-img{
  73. width: 180rpx;
  74. height: 83rpx;
  75. }
  76. .li-canvas{
  77. width:100%;
  78. height: 400rpx;
  79. }
  80. .li-balls{
  81. position: relative;
  82. margin: 40rpx 0;
  83. font-size: 28rpx;
  84. text-align: center;
  85. height: 400rpx;
  86. width: 100%;
  87. }
  88. .head-item-month{
  89. margin: 70rpx 40rpx 0rpx 40rpx;
  90. }
  91. .li-balls-one{
  92. width:170rpx;
  93. height:170rpx;
  94. background:rgba(119,143,242,0.8);
  95. border-radius:50%;
  96. color: #2342C5;
  97. position: absolute;
  98. top: 70rpx;
  99. left: 249rpx;
  100. }
  101. .li-balls-two{
  102. width:135rpx;
  103. height:135rpx;
  104. background:rgba(0,183,255,0.56);
  105. border-radius:50%;
  106. color: #0073A0;
  107. position: absolute;
  108. top: 150rpx;
  109. left: 85rpx;
  110. }
  111. .li-balls-three{
  112. width:59rpx;
  113. height:59rpx;
  114. background:rgba(121,189,232,0.8);
  115. border-radius:50%;
  116. position: absolute;
  117. top: 90rpx;
  118. left: 185rpx;
  119. }
  120. .li-balls-four{
  121. width:141rpx;
  122. height:141rpx;
  123. background:rgba(250,202,106,0.8);
  124. border-radius:50%;
  125. color: #9D6F13;
  126. position: absolute;
  127. top: 0rpx;
  128. right: 100rpx;
  129. }
  130. .li-balls-five{
  131. width:136rpx;
  132. height:136rpx;
  133. background:rgba(143,232,121,0.8);
  134. border-radius:50%;
  135. color: #3DB021;
  136. position: absolute;
  137. bottom: 85rpx;
  138. right: 80rpx;
  139. }
  140. .li-rank-biao{
  141. background:rgba(246,245,251,1);
  142. border-radius:20rpx;
  143. padding: 0 32rpx 2rpx 32rpx;
  144. }
  145. .li-rank-biao-title{
  146. color: #fff;
  147. background: blue;
  148. text-align: center;
  149. line-height: 72rpx;
  150. height: 72rpx;
  151. border-radius:0 0 20rpx 20rpx;
  152. margin: auto;
  153. width: 200rpx;
  154. }
  155. .li-rank-biao-num{
  156. color: #6C6C80;
  157. font-size: 28rpx;
  158. padding: 30rpx 0;
  159. }
  160. .li-rank-canvas{
  161. height: 400rpx;
  162. position: relative;
  163. color: #41414C;
  164. font-size: 26rpx;
  165. }
  166. .li-rank-canvas-text{
  167. position: absolute;
  168. left: 40%;
  169. top: 44%;
  170. width: 142rpx;
  171. line-height: 52rpx;
  172. }
  173. .head-month-img{
  174. width: 25rpx;
  175. height: 15rpx;
  176. margin: 5rpx 0rpx 0rpx 15rpx;
  177. }
  178. .head-item{
  179. margin: 40rpx;
  180. }
  181. .picker-day{
  182. width:20%;
  183. display:inline-block;
  184. font-weight:700;
  185. }
  186. .picker-Info{
  187. width:20%;
  188. display:inline-block;
  189. float:right;
  190. margin-top:25rpx;
  191. font-size:30rpx;
  192. color:#00B7FF;
  193. text-align:center;
  194. }
  195. .picker{
  196. width:20%;
  197. display:inline-block;
  198. }
  199. .sign_in_num{
  200. font-family:PingFang SC;
  201. font-weight:500;
  202. color:rgba(65,65,76,1);
  203. font-size:32rpx;
  204. width:20%;
  205. display:inline-block;
  206. }
  207. .sign_in_proportion{
  208. width:10%;
  209. float:right;
  210. margin: 0 10rpx;
  211. display:inline-block;
  212. font-size:30rpx;
  213. color:rgba(108,108,128,1);
  214. }
  215. .sign_in_percent{
  216. width:60%;
  217. display:inline-block;
  218. }
  219. .sign_month{
  220. bottom: 5%;
  221. margin:0 40rpx;
  222. background:#F6F5FB;
  223. border-radius:5%;
  224. line-height:120rpx;
  225. }
  226. .sign_month_num{
  227. width:60%;
  228. margin-left:10%;
  229. display:inline-block;
  230. }
  231. .sign_month_info{
  232. margin-right:40rpx;
  233. display:inline-block;
  234. float:right;
  235. font-weight:700;
  236. font-size:30rpx;
  237. color:#00B7FF;
  238. }
  239. page {
  240. width: 100%;
  241. height: 100%;
  242. }
  243. .left {
  244. width: 300rpx;
  245. height: 300rpx;
  246. display: flex;
  247. justify-content: center;
  248. align-items: center;
  249. position: relative;
  250. margin:0 auto;
  251. }
  252. .white {
  253. width: 136rpx;
  254. height: 136rpx;
  255. border-radius: 50%;
  256. position: absolute;
  257. top: 50%;
  258. left: 50%;
  259. z-index: 10;
  260. background-color: #fff;
  261. transform: translate(-50%, -50%);
  262. }