天波h5前端应用
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

366 lignes
13KB

  1. $newBlue: #638EE4;
  2. .psychological-container{
  3. height: 100vh;
  4. width: 100%;
  5. overflow: hidden;
  6. background-color: #fff;
  7. .main {
  8. height: calc(100vh - 45px);
  9. overflow: scroll;
  10. .top {
  11. flex: 1;
  12. .tab-bar {
  13. padding: 0 13px 5px 13px;
  14. .date-tab-con {
  15. padding: 5px 0;
  16. height: 30px;
  17. display: flex;
  18. justify-content: flex-start;
  19. align-items: center;
  20. .date-tab-list {
  21. display: flex;
  22. justify-content: flex-start;
  23. align-items: center;
  24. flex: 1;
  25. border-radius: 15px;
  26. color: #fff;
  27. .date-tab-item {
  28. height: 30px;
  29. width: 100%;
  30. color: #6D6D6D;
  31. font-size: 18px;
  32. @include center();
  33. border: 1px solid $newBlue;
  34. &.active {
  35. background-color: $newBlue;
  36. color: #fff;
  37. }
  38. &.notClick {
  39. background-color: $border_color;
  40. color: #fff;
  41. border: 1px solid #fff;
  42. }
  43. }
  44. .date-tab-item:first-child {
  45. border-top-left-radius: 15px;
  46. border-bottom-left-radius: 15px;
  47. }
  48. .date-tab-item:last-child {
  49. border-top-right-radius: 15px;
  50. border-bottom-right-radius: 15px;
  51. }
  52. }
  53. }
  54. }
  55. .title {
  56. display: flex;
  57. justify-content: space-between;
  58. align-items: center;
  59. padding: 0px 16px 10px 13px;
  60. font-size: 18px;
  61. .title-left {
  62. font-weight: bold;
  63. .van-icon {
  64. margin-left: 5px;
  65. font-size: 18px;
  66. }
  67. }
  68. }
  69. .monitoring-count {
  70. text-align: left;
  71. padding: 3px 14px;
  72. line-height: 20px;
  73. p {
  74. font-size: 12px;
  75. color: #8B8B8B;
  76. }
  77. }
  78. .pie-chart-con {
  79. flex: 1;
  80. padding: 5px 0 10px 0;
  81. display: flex;
  82. justify-content: space-between;
  83. align-items: flex-start;
  84. .pie-chart-left {
  85. position: relative;
  86. height: 150px;
  87. padding-left: 15px;
  88. width: 35%;
  89. @include center();
  90. #pieChart {
  91. height: 106px;
  92. width: 106px;
  93. }
  94. }
  95. .pie-chart-right {
  96. height: 150px;
  97. width: 65%;
  98. padding-right: 20px;
  99. @include center();
  100. .list {
  101. flex-direction: column;
  102. .item {
  103. width: 100%;
  104. display: flex;
  105. justify-content: space-between;
  106. align-items: center;
  107. font-size: 12px;
  108. padding: 9px 0;
  109. .item-left {
  110. display: flex;
  111. justify-content: flex-start;
  112. align-items: center;
  113. padding-right: 10px;
  114. .circle {
  115. height: 12px;
  116. width: 12px;
  117. margin: 0 4px;
  118. }
  119. span {
  120. font-size: 12px;
  121. }
  122. .text {
  123. color: #000;
  124. font-size: 12px;
  125. }
  126. }
  127. .item-right {
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. }
  132. }
  133. }
  134. }
  135. }
  136. .statistics {
  137. position: relative;
  138. padding: 0px 14px 5px 14px;
  139. .list {
  140. flex: 1;
  141. width: 100%;
  142. display: flex;
  143. justify-content: space-between;
  144. align-items: center;
  145. font-size: 16px;
  146. .item {
  147. @include center();
  148. width: 58px;
  149. /* height: px2rem(136); */
  150. flex-direction: column;
  151. .top {
  152. font-size: 12px;
  153. }
  154. .middle {
  155. font-size: 24px;
  156. font-weight: bold;
  157. padding: 5px;
  158. }
  159. .bottom {
  160. font-size: 9px
  161. }
  162. }
  163. }
  164. }
  165. }
  166. .line {
  167. position: relative;
  168. height: 11px;
  169. background-color: $lineGray;
  170. }
  171. .bottom {
  172. flex: 1;
  173. .echart-container {
  174. height: 250px;
  175. background-color:#fff;
  176. padding: 0 5px;
  177. .echart {
  178. height: 250px;
  179. padding: 0 5px;
  180. }
  181. }
  182. .line-gray {
  183. height: 11px;
  184. width: 100%;
  185. background-color: $lineGray;
  186. margin-top: 10px;
  187. }
  188. .result {
  189. .result-con {
  190. height: 100%;
  191. background-color: #fff;
  192. border-radius: 10px;
  193. &.reminder {
  194. padding: 0 16px 20px 16px;
  195. }
  196. .title {
  197. display: flex;
  198. justify-content: flex-start;
  199. align-items: flex-start;
  200. flex-direction: column;
  201. margin-bottom: 10px;
  202. span {
  203. font-size: 18px;
  204. font-weight: bold;
  205. }
  206. .font-28 {
  207. font-weight: 400;
  208. font-size: 13px;
  209. color: #8B8B8B;
  210. text-align: left;
  211. }
  212. .title-no-data {
  213. padding: 34px 0 13px 15px;
  214. }
  215. p {
  216. font-size: 12px;
  217. color: $newBlue;
  218. }
  219. .title-emo {
  220. font-size: 24px;
  221. padding: 14px 0 21px 0;
  222. text-align: left;
  223. }
  224. .no-data {
  225. height: 250px;
  226. width: 100%;
  227. @include center();
  228. flex-direction: column;
  229. img {
  230. height: 110px;
  231. width: 175px;
  232. }
  233. p {
  234. color: #999;
  235. font-size: 12px;
  236. padding: 20px 0 65px 0;
  237. }
  238. }
  239. }
  240. .title-text {
  241. padding: 34px 0 13px 15px;
  242. }
  243. .title-reminder {
  244. padding: 34px 0 0 0;
  245. }
  246. .friendly-reminder, .warm-reminder {
  247. display: flex;
  248. justify-content: flex-start;
  249. align-items: flex-start;
  250. flex-direction: column;
  251. margin-bottom: 10px;
  252. background-color: #F2F2F2;
  253. padding: 20px 19px 19px 14px;
  254. p {
  255. font-weight: bold;
  256. text-align: left;
  257. padding-bottom: 11px;
  258. font-size: 15px;
  259. }
  260. span {
  261. text-align: left;
  262. font-size: 12px;
  263. }
  264. }
  265. .mood-list {
  266. display: grid;
  267. grid-template-columns: repeat(2, 1fr); //定义了一个 2x2 的网格布
  268. grid-template-rows: repeat(2, 1fr);
  269. gap: 21px;
  270. //width: 100%;
  271. padding: 0 44px 20px 37px;
  272. .item {
  273. width: 137px;
  274. height: 94px;
  275. /* padding: px2rem(47) px2rem(57) px2rem(49) px2rem(57); */
  276. background-color: #F2F6FF;
  277. @include center();
  278. flex-direction: column;
  279. p {
  280. font-size: 14px;
  281. padding: 0;
  282. color: #666666;
  283. .day {
  284. padding: 5px;
  285. font-size: 28px;
  286. }
  287. .day-text {
  288. font-size: 12px
  289. }
  290. }
  291. }
  292. }
  293. .mood-list-no-data {
  294. height: 250px;
  295. width: 100%;
  296. .no-data {
  297. @include center();
  298. flex-direction: column;
  299. img {
  300. height: 110px;
  301. width: 175px;
  302. }
  303. p {
  304. color: #999;
  305. font-size: 12px;
  306. padding: 20px 0 65px 0;
  307. }
  308. }
  309. }
  310. }
  311. }
  312. }
  313. }
  314. .title {
  315. font-size: 16px;
  316. }
  317. .van-popup {
  318. flex: 1;
  319. max-height: 600px;
  320. width: 100%;
  321. background-color: $background;
  322. }
  323. .popup {
  324. /* height: 100%;
  325. width: 100%; */
  326. background-color: $background;
  327. padding: 20px;
  328. .item {
  329. flex: 1;
  330. padding: 10px;
  331. margin: 15px 0;
  332. text-align: left;
  333. font-size: 14px;
  334. background-color: #fff;
  335. border-radius: 10px;
  336. p {
  337. margin: 5px 0;
  338. }
  339. h5 {
  340. margin: 5px 0;
  341. font-size: 16px;
  342. }
  343. &.first {
  344. padding-top: 0;
  345. }
  346. &.science-tips {
  347. .tips {
  348. width: 60px;
  349. height: 20px;
  350. color: #fff;
  351. @include center();
  352. background-color: red;
  353. border-top-left-radius: 20px;
  354. border-top-right-radius: 15px;
  355. border-bottom-right-radius: 15px;
  356. }
  357. }
  358. }
  359. .van-button {
  360. height: 40px;
  361. background-color: $newBlue;
  362. color: #fff;
  363. border-radius: 20px;
  364. }
  365. }
  366. }