天波h5前端应用
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

524 Zeilen
18KB

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