1234567891011121314151617 |
- .gauge-box {
- position: relative;
- width: 360rpx;
- height: 180rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .gauge-box canvas {
- width: 100%;
- margin: 0 auto;
- height: auto;
- display: block;
- }
|