best-gauge.wxss 241 B

1234567891011121314151617
  1. .gauge-box {
  2. position: relative;
  3. width: 360rpx;
  4. height: 180rpx;
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. text-align: center;
  9. }
  10. .gauge-box canvas {
  11. width: 100%;
  12. margin: 0 auto;
  13. height: auto;
  14. display: block;
  15. }