analysis.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* pages/analysis/analysis.wxss */
  2. page {
  3. background-color: #f7f7f7;
  4. }
  5. ec-canvas {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .cont {
  10. width: 100%;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. }
  15. .top {
  16. width: 70%;
  17. height: 100rpx;
  18. display: flex;
  19. justify-content: space-around;
  20. align-items: center;
  21. margin-top: 0rpx;
  22. position: relative;
  23. }
  24. .tab {
  25. display: flex;
  26. height: 100%;
  27. flex-direction: column;
  28. align-items: center;
  29. justify-content: center;
  30. }
  31. .tab-top {
  32. width: 100rpx;
  33. text-align: center;
  34. height: 50rpx;
  35. font-size: 32rpx;
  36. color: #464646;
  37. font-weight: 600;
  38. }
  39. .tab>image {
  40. width: 52rpx;
  41. height: 6rpx;
  42. }
  43. .type-class {
  44. width: 93%;
  45. display: flex;
  46. align-items: center;
  47. margin-top: 30rpx;
  48. justify-content: space-between;
  49. }
  50. .type-class>view:first-child {
  51. color: #656565;
  52. font-size: 28rpx;
  53. }
  54. .type-class>view:last-child {
  55. display: flex;
  56. width: 184rpx;
  57. height: 60rpx;
  58. align-items: center;
  59. justify-content: space-between;
  60. }
  61. .type-class>view:last-child>view {
  62. width: 86rpx;
  63. height: 44rpx;
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. border-radius: 12rpx;
  68. font-size: 24rpx;
  69. }
  70. .all-money {
  71. width: 93%;
  72. height: 70rpx;
  73. margin-top: 30rpx;
  74. display: flex;
  75. flex-direction: column-reverse;
  76. }
  77. .all-money>view {
  78. display: flex;
  79. }
  80. .all-money>view>p:first-child {
  81. color: #464646;
  82. font-size: 28rpx;
  83. font-weight: 600;
  84. }
  85. .all-money>view>p {
  86. display: flex;
  87. align-items: flex-end;
  88. bottom: 0px;
  89. }
  90. .all-money>view>p:last-child {
  91. margin-bottom: -5rpx;
  92. }
  93. .all-cen {
  94. color: #FF874E;
  95. font-size: 28rpx;
  96. margin-left: 20rpx;
  97. }
  98. .all-money>view>p:last-child {
  99. color: #FF874E;
  100. font-size: 42rpx;
  101. }
  102. .xuan {
  103. color: white;
  104. border: 1px solid #FF874E;
  105. background-color: #FF874E;
  106. }
  107. .wxuan {
  108. color: #989898;
  109. border: 1px solid #989898;
  110. }
  111. .body {
  112. width: 710rpx;
  113. height: 610rpx;
  114. background-color: white;
  115. border-radius: 20rpx;
  116. margin-top: 30rpx;
  117. display: flex;
  118. flex-direction: column;
  119. justify-content: space-around;
  120. align-items: center;
  121. }
  122. /* .container {
  123. position: absolute;
  124. top: 0;
  125. bottom: 0;
  126. left: 0;
  127. right: 0;
  128. display: flex;
  129. flex-direction: column;
  130. align-items: center;
  131. justify-content: space-between;
  132. height: 650rpx;
  133. padding: 0;
  134. } */
  135. .canvs {
  136. width: 710rpx;
  137. height: 650rpx;
  138. position: absolute;
  139. z-index: -1;
  140. }
  141. .canv-top {
  142. width: 93%;
  143. height: 40rpx;
  144. display: flex;
  145. justify-content: space-between;
  146. }
  147. .canv-top>p {
  148. color: #464646;
  149. font-size: 28rpx;
  150. font-weight: 600;
  151. }
  152. .canv-top>view {
  153. color: #656565;
  154. font-size: 28rpx;
  155. height: 100%;
  156. display: flex;
  157. align-items: center;
  158. }
  159. .canv-top>view>image {
  160. width: 22rpx;
  161. height: 32rpx;
  162. }
  163. .canv-foot {
  164. width: 140rpx;
  165. height: 60rpx;
  166. display: flex;
  167. justify-content: space-between;
  168. align-items: center;
  169. }
  170. .canv-foot>view {
  171. width: 60rpx;
  172. height: 10rpx;
  173. background-color: #FF874E;
  174. }
  175. .paiming {
  176. width: 93%;
  177. height: 460rpx;
  178. background-color: white;
  179. margin-top: 30rpx;
  180. display: flex;
  181. flex-direction: column;
  182. align-items: center;
  183. border-radius: 20rpx;
  184. }
  185. .pai-top {
  186. width: 93%;
  187. height: 100rpx;
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. color: #464646;
  192. font-size: 28rpx;
  193. font-weight: 600;
  194. }
  195. .pai-top>view {
  196. height: 100%;
  197. display: flex;
  198. align-items: center;
  199. color: #656565;
  200. font-size: 28rpx;
  201. font-weight: 600;
  202. }
  203. .pai-top>view>image {
  204. width: 30rpx;
  205. height: 32rpx;
  206. }
  207. .table-top {
  208. width: 100%;
  209. height: 98rpx;
  210. display: flex;
  211. align-items: center;
  212. background-color: #FF874E17;
  213. }
  214. .table-top>view {
  215. flex-grow: 1;
  216. width: 25%;
  217. display: flex;
  218. justify-content: center;
  219. font-size: 28rpx;
  220. color: #656565;
  221. }
  222. .xse {
  223. display: flex;
  224. flex-direction: column;
  225. align-items: center;
  226. }
  227. .table-info {
  228. width: 100%;
  229. height: 98rpx;
  230. display: flex;
  231. }
  232. .table-info>view {
  233. flex-grow: 1;
  234. width: 25%;
  235. color: #464646;
  236. display: flex;
  237. flex-direction: row;
  238. align-items: center;
  239. justify-content: center;
  240. }
  241. .table-info>view:first-child>image {
  242. width: 32rpx;
  243. height: 26rpx;
  244. margin-left: -50rpx;
  245. margin-right: 15rpx;
  246. }