天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

305 line
8.3KB

  1. .report {
  2. height: 100vh;
  3. width: 100%;
  4. overflow: hidden;
  5. background-color: #F5F5F5;
  6. font-family: Source Han Sans CN;
  7. .main {
  8. height: calc(100vh - 45px);
  9. overflow: scroll;
  10. background-color: #fff;
  11. .line {
  12. height: 11px;
  13. background-color: $lineGray;
  14. }
  15. .overall-rating {
  16. padding: 23px 15px;
  17. margin-bottom: 9px;
  18. .con {
  19. padding: 17px 18px;
  20. display: flex;
  21. justify-content: flex-start;
  22. align-items: flex-start;
  23. flex-direction: column;
  24. font-size: 14px;
  25. background: #FFFFFF;
  26. border: 1px solid #535353;
  27. box-shadow: 4px 5px 0px 0px #638EE4;
  28. border-radius: 5px;
  29. p {
  30. font-size: 18px;
  31. font-family: Source Han Sans CN;
  32. color: #666666;
  33. .bold {
  34. color: #282828;
  35. font-weight: bold;
  36. }
  37. }
  38. .space-between {
  39. width: 100%;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. .time {
  44. font-size: 12px;
  45. }
  46. }
  47. .normal {
  48. font-size: 13px;
  49. line-height: 21px;
  50. text-align: left;
  51. color: #666666;
  52. }
  53. .bold-pro {
  54. color: #282828;
  55. font-size: 24px;
  56. font-weight: bold;
  57. padding: 12px 0;
  58. }
  59. }
  60. }
  61. .pie-chart-top {
  62. display: flex;
  63. justify-content: space-between;
  64. align-items: flex-start;
  65. padding: 23px 15px 16px 15px;
  66. p {
  67. font-size: 12px;
  68. font-family: Source Han Sans CN;
  69. line-height: 21px;
  70. }
  71. .bold {
  72. font-size: 18px;
  73. font-weight: bold;
  74. color: #282828;
  75. line-height: 18px;
  76. }
  77. }
  78. .count {
  79. padding: 0 15px 5px 15px;
  80. text-align: left;
  81. p {
  82. font-size: 12px;
  83. font-family: Source Han Sans CN;
  84. font-weight: 400;
  85. color: #8B8B8B;
  86. line-height: 18px;
  87. }
  88. }
  89. .pie-chart-con {
  90. flex: 1;
  91. padding: 5px 0 10px 0;
  92. display: flex;
  93. justify-content: space-between;
  94. align-items: flex-start;
  95. background-color: #fff;
  96. .pie-chart-left {
  97. position: relative;
  98. height: 150px;
  99. padding-left: 15px;
  100. width: 35%;
  101. @include center();
  102. #pieChart {
  103. height: 106px;
  104. width: 106px;
  105. }
  106. }
  107. .pie-chart-right {
  108. height: 150px;
  109. width: 65%;
  110. padding-right: 20px;
  111. @include center();
  112. .list {
  113. flex-direction: column;
  114. .item {
  115. width: 100%;
  116. display: flex;
  117. justify-content: space-between;
  118. align-items: center;
  119. font-size: 12px;
  120. padding: 9px 0;
  121. .item-left {
  122. display: flex;
  123. justify-content: flex-start;
  124. align-items: center;
  125. padding-right: 10px;
  126. .circle {
  127. height: 12px;
  128. width: 12px;
  129. margin: 0 4px;
  130. }
  131. span {
  132. font-size: 12px;
  133. }
  134. .text {
  135. color: #000;
  136. font-size: 12px;
  137. }
  138. }
  139. .item-right {
  140. display: flex;
  141. justify-content: center;
  142. align-items: center;
  143. }
  144. }
  145. }
  146. }
  147. }
  148. .statistics {
  149. position: relative;
  150. padding: 0px 14px 5px 14px;
  151. .list {
  152. flex: 1;
  153. width: 100%;
  154. display: flex;
  155. justify-content: space-between;
  156. align-items: center;
  157. font-size: 16px;
  158. .item {
  159. @include center();
  160. width: 58px;
  161. /* height: px2rem(136); */
  162. flex-direction: column;
  163. .top {
  164. font-size: 12px;
  165. }
  166. .middle {
  167. font-size: 24px;
  168. font-weight: bold;
  169. padding: 5px;
  170. }
  171. .bottom {
  172. font-size: 9px
  173. }
  174. }
  175. }
  176. }
  177. .bar-chart {
  178. height: 350px;
  179. background-color: #fff;
  180. padding: 0 5px;
  181. .echart {
  182. height: 350px;
  183. padding: 0 5px;
  184. }
  185. }
  186. .advice {
  187. padding: 26px 15px 30px 15px;
  188. .content {
  189. background: #F2F6FF;
  190. border-radius: 10px;
  191. padding: 20px 15px;
  192. text-align: left;
  193. p {
  194. font-size: 15px;
  195. font-weight: 400;
  196. color: #707070;
  197. line-height: 23px;
  198. }
  199. .title {
  200. font-size: 18px;
  201. font-weight: bold;
  202. color: #638EE4;
  203. line-height: 18px;
  204. padding-bottom: 13px;
  205. }
  206. }
  207. }
  208. .overview {
  209. padding: 0 15px 16px 15px;
  210. .content {
  211. .title {
  212. text-align: left;
  213. .title-text {
  214. font-size: 18px;
  215. font-weight: bold;
  216. color: #282828;
  217. line-height: 18px;
  218. }
  219. .mood-list {
  220. display: grid;
  221. grid-template-columns: repeat(2, 1fr); //定义了一个 2x2 的网格布
  222. grid-template-rows: repeat(2, 1fr);
  223. gap: 21px;
  224. padding: 21px 21px 22px 20px;
  225. .item {
  226. width: 107px;
  227. height: 94px;
  228. background-color: #F2F6FF;
  229. display: flex;
  230. justify-content: center;
  231. align-items: flex-start;
  232. flex-direction: column;
  233. padding-left: 30px;
  234. p {
  235. font-size: 14px;
  236. padding: 0;
  237. color: #666666;
  238. .day {
  239. /* padding: 5px; */
  240. font-size: 28px;
  241. }
  242. .day-text {
  243. font-size: 12px
  244. }
  245. }
  246. }
  247. }
  248. }
  249. }
  250. }
  251. &.no-data {
  252. @include center();
  253. flex-direction: column;
  254. p {
  255. font-size: 16px;
  256. }
  257. }
  258. }
  259. }