| 1234567891011121314151617181920212223242526272829 |
- /* module/health/pages/record-index/record-index.wxss */
- // page {
- // background-color: red;
- // height: 100vh;
- // }
- .chart-container {
- // width: 100%;
- // height: 100%;
- // display: flex;
- // flex-direction: column;
- // justify-content: center;
- align-items: center;
- background: #fff;
- border-radius: 12rpx;
- margin: 20rpx 0;
- }
- .loading, .error {
- padding: 40rpx;
- text-align: center;
- color: #666;
- font-size: 28rpx;
- }
- .error {
- color: #ff4d4f;
- }
|