天波h5前端应用
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

488 lines
17KB

  1. $newBlue: #638EE4;
  2. .psychological-container{
  3. height: 100vh;
  4. width: 100%;
  5. overflow: hidden;
  6. background-color: #fff;
  7. .tab-bar {
  8. width: 100%;
  9. position: relative;
  10. .date-tab-con {
  11. display: flex;
  12. justify-content: flex-start;
  13. align-items: center;
  14. background: #F6F6F6;
  15. border: 1px solid #E0E0E0;
  16. .date-tab-list {
  17. display: flex;
  18. justify-content: space-around;
  19. align-items: center;
  20. color: #fff;
  21. flex: 1;
  22. height: 24px;
  23. padding: 10px 0;
  24. .date-tab-item {
  25. position: relative;
  26. padding: 0 10px;
  27. color: #6D6D6D;
  28. font-size: 18px;
  29. @include center();
  30. img {
  31. height: 25px;
  32. width: 25px;
  33. padding: 0 8px;
  34. }
  35. .more {
  36. width: 10px;
  37. height: 6px;
  38. }
  39. &.active::after {
  40. content: '';
  41. width: 44px;
  42. position: absolute;
  43. right: 25%;
  44. bottom: -10px;
  45. box-sizing: border-box;
  46. border-bottom: 4px solid #638EE4;
  47. }
  48. &.active {
  49. color: #638EE4;
  50. }
  51. &.notClick {
  52. background-color: $border_color;
  53. color: #fff;
  54. border: 1px solid #fff;
  55. }
  56. }
  57. .date-tab-item:nth-child(3) {
  58. border-right: 1px solid #E0E0E0;
  59. }
  60. /* .date-tab-item:first-child {
  61. border-top-left-radius: 15px;
  62. border-bottom-left-radius: 15px;
  63. }
  64. .date-tab-item:last-child {
  65. border-top-right-radius: 15px;
  66. border-bottom-right-radius: 15px;
  67. } */
  68. }
  69. }
  70. }
  71. .main {
  72. position: relative;
  73. height: calc(100vh - 90px);
  74. overflow: scroll;
  75. .top {
  76. flex: 1;
  77. .title {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. padding: 0px 16px 10px 13px;
  82. font-size: 18px;
  83. .title-left {
  84. font-weight: bold;
  85. .van-icon {
  86. margin-left: 5px;
  87. font-size: 18px;
  88. }
  89. }
  90. }
  91. .monitoring-count {
  92. text-align: left;
  93. padding: 3px 14px;
  94. line-height: 20px;
  95. p {
  96. font-size: 12px;
  97. color: #8B8B8B;
  98. }
  99. }
  100. .pie-chart-con {
  101. flex: 1;
  102. padding: 5px 0 10px 0;
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: flex-start;
  106. .pie-chart-left {
  107. position: relative;
  108. height: 150px;
  109. padding-left: 15px;
  110. width: 35%;
  111. @include center();
  112. #pieChart {
  113. height: 106px;
  114. width: 106px;
  115. }
  116. }
  117. .pie-chart-right {
  118. height: 150px;
  119. width: 65%;
  120. padding-right: 20px;
  121. @include center();
  122. .list {
  123. flex-direction: column;
  124. .item {
  125. width: 100%;
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. font-size: 12px;
  130. padding: 9px 0;
  131. .item-left {
  132. display: flex;
  133. justify-content: flex-start;
  134. align-items: center;
  135. padding-right: 10px;
  136. .circle {
  137. height: 12px;
  138. width: 12px;
  139. margin: 0 4px;
  140. }
  141. span {
  142. font-size: 12px;
  143. }
  144. .text {
  145. color: #000;
  146. font-size: 12px;
  147. }
  148. }
  149. .item-right {
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. }
  154. }
  155. }
  156. }
  157. }
  158. .statistics {
  159. position: relative;
  160. padding: 0px 14px 5px 14px;
  161. .list {
  162. flex: 1;
  163. width: 100%;
  164. display: flex;
  165. justify-content: space-between;
  166. align-items: center;
  167. font-size: 16px;
  168. .item {
  169. @include center();
  170. width: 58px;
  171. /* height: px2rem(136); */
  172. flex-direction: column;
  173. .top {
  174. font-size: 12px;
  175. }
  176. .middle {
  177. font-size: 24px;
  178. font-weight: bold;
  179. padding: 5px;
  180. }
  181. .bottom {
  182. font-size: 9px
  183. }
  184. }
  185. }
  186. }
  187. }
  188. .line {
  189. position: relative;
  190. height: 11px;
  191. background-color: $lineGray;
  192. }
  193. .bottom {
  194. flex: 1;
  195. .echart-container {
  196. height: 250px;
  197. background-color:#fff;
  198. padding: 0 5px;
  199. .echart {
  200. height: 250px;
  201. padding: 0 5px;
  202. }
  203. }
  204. .line-gray {
  205. height: 11px;
  206. width: 100%;
  207. background-color: $lineGray;
  208. margin-top: 10px;
  209. }
  210. .result {
  211. .result-con {
  212. height: 100%;
  213. background-color: #fff;
  214. border-radius: 10px;
  215. &.reminder {
  216. padding: 0 16px 20px 16px;
  217. }
  218. .title {
  219. display: flex;
  220. justify-content: flex-start;
  221. align-items: flex-start;
  222. flex-direction: column;
  223. margin-bottom: 10px;
  224. span {
  225. font-size: 18px;
  226. font-weight: bold;
  227. }
  228. .font-28 {
  229. font-weight: 400;
  230. font-size: 13px;
  231. color: #8B8B8B;
  232. text-align: left;
  233. }
  234. .title-no-data {
  235. padding: 34px 0 13px 15px;
  236. }
  237. p {
  238. font-size: 12px;
  239. color: $newBlue;
  240. }
  241. .title-emo {
  242. font-size: 24px;
  243. padding: 14px 0 21px 0;
  244. text-align: left;
  245. }
  246. .no-data {
  247. height: 250px;
  248. width: 100%;
  249. @include center();
  250. flex-direction: column;
  251. img {
  252. height: 110px;
  253. width: 175px;
  254. }
  255. p {
  256. color: #999;
  257. font-size: 12px;
  258. padding: 20px 0 65px 0;
  259. }
  260. }
  261. }
  262. .title-text {
  263. padding: 34px 0 13px 15px;
  264. }
  265. .title-reminder {
  266. padding: 34px 0 0 0;
  267. }
  268. .friendly-reminder, .warm-reminder {
  269. display: flex;
  270. justify-content: flex-start;
  271. align-items: flex-start;
  272. flex-direction: column;
  273. margin-bottom: 10px;
  274. background-color: #F2F2F2;
  275. padding: 20px 19px 19px 14px;
  276. p {
  277. font-weight: bold;
  278. text-align: left;
  279. padding-bottom: 11px;
  280. font-size: 15px;
  281. }
  282. span {
  283. text-align: left;
  284. font-size: 12px;
  285. }
  286. }
  287. .mood-list {
  288. display: grid;
  289. grid-template-columns: repeat(2, 1fr); //定义了一个 2x2 的网格布
  290. grid-template-rows: repeat(2, 1fr);
  291. gap: 21px;
  292. //width: 100%;
  293. padding: 0 44px 20px 37px;
  294. .item {
  295. width: 137px;
  296. height: 94px;
  297. /* padding: px2rem(47) px2rem(57) px2rem(49) px2rem(57); */
  298. background-color: #F2F6FF;
  299. @include center();
  300. flex-direction: column;
  301. p {
  302. font-size: 14px;
  303. padding: 0;
  304. color: #666666;
  305. .day {
  306. padding: 5px;
  307. font-size: 28px;
  308. }
  309. .day-text {
  310. font-size: 12px
  311. }
  312. }
  313. }
  314. }
  315. .mood-list-no-data {
  316. height: 250px;
  317. width: 100%;
  318. .no-data {
  319. @include center();
  320. flex-direction: column;
  321. img {
  322. height: 110px;
  323. width: 175px;
  324. }
  325. p {
  326. color: #999;
  327. font-size: 12px;
  328. padding: 20px 0 65px 0;
  329. }
  330. }
  331. }
  332. }
  333. }
  334. }
  335. &.report {
  336. position: relative;
  337. height: calc(100vh - 90px);
  338. overflow: scroll;
  339. background-color: #f5f5f5;
  340. .content {
  341. position: relative;
  342. .list {
  343. position: relative;
  344. .item {
  345. display: flex;
  346. justify-content: space-between;
  347. align-items: flex-end;
  348. padding: 34px 15px;
  349. background-color: #fff;
  350. margin-bottom: 11px;
  351. .left {
  352. display: flex;
  353. justify-content: flex-start;
  354. align-items: flex-start;
  355. img {
  356. height: 25px;
  357. width: 25px;
  358. }
  359. .middle {
  360. .title,
  361. .overall,
  362. .trend {
  363. display: flex;
  364. justify-content: flex-start;
  365. align-items: center;
  366. padding-left: 13px;
  367. span,
  368. p {
  369. font-size: 18px;
  370. font-family: Source Han Sans CN;
  371. font-weight: 400;
  372. color: #8d8d8d;
  373. line-height: 30px;
  374. }
  375. }
  376. .title {
  377. span {
  378. padding-right: 20px;
  379. }
  380. p {
  381. color: #282828;
  382. }
  383. }
  384. .overall {
  385. display: flex;
  386. justify-content: space-between;
  387. align-items: center;
  388. width: 100%;
  389. .left {
  390. p {
  391. padding-left: 20px;
  392. font-weight: bold;
  393. }
  394. }
  395. .right {
  396. img {
  397. height: 15px;
  398. width: 9px;
  399. }
  400. }
  401. }
  402. .trend {
  403. align-items: flex-start;
  404. text-align: left;
  405. }
  406. }
  407. }
  408. .right {
  409. img {
  410. width: 9px;
  411. height: 15px;
  412. }
  413. }
  414. }
  415. &.no-data {
  416. height: calc(100vh - 100px);
  417. width: 100%;
  418. @include center();
  419. flex-direction: column;
  420. img {
  421. height: 110px;
  422. width: 175px;
  423. }
  424. p {
  425. color: #999;
  426. font-size: 16px;
  427. padding: 20px 0 65px 0;
  428. }
  429. }
  430. }
  431. }
  432. }
  433. }
  434. .title {
  435. font-size: 16px;
  436. }
  437. .van-popup {
  438. flex: 1;
  439. max-height: 600px;
  440. width: 100%;
  441. background-color: $background;
  442. }
  443. .popup {
  444. /* height: 100%;
  445. width: 100%; */
  446. background-color: $background;
  447. padding: 20px;
  448. .item {
  449. flex: 1;
  450. padding: 10px;
  451. margin: 15px 0;
  452. text-align: left;
  453. font-size: 14px;
  454. background-color: #fff;
  455. border-radius: 10px;
  456. p {
  457. margin: 5px 0;
  458. }
  459. h5 {
  460. margin: 5px 0;
  461. font-size: 16px;
  462. }
  463. &.first {
  464. padding-top: 0;
  465. }
  466. &.science-tips {
  467. .tips {
  468. width: 60px;
  469. height: 20px;
  470. color: #fff;
  471. @include center();
  472. background-color: red;
  473. border-top-left-radius: 20px;
  474. border-top-right-radius: 15px;
  475. border-bottom-right-radius: 15px;
  476. }
  477. }
  478. }
  479. .van-button {
  480. height: 40px;
  481. background-color: $newBlue;
  482. color: #fff;
  483. border-radius: 20px;
  484. }
  485. }
  486. }