record-index.scss 472 B

1234567891011121314151617181920212223242526272829
  1. /* module/health/pages/record-index/record-index.wxss */
  2. // page {
  3. // background-color: red;
  4. // height: 100vh;
  5. // }
  6. .chart-container {
  7. // width: 100%;
  8. // height: 100%;
  9. // display: flex;
  10. // flex-direction: column;
  11. // justify-content: center;
  12. align-items: center;
  13. background: #fff;
  14. border-radius: 12rpx;
  15. margin: 20rpx 0;
  16. }
  17. .loading, .error {
  18. padding: 40rpx;
  19. text-align: center;
  20. color: #666;
  21. font-size: 28rpx;
  22. }
  23. .error {
  24. color: #ff4d4f;
  25. }