| 123456789101112131415161718192021222324 | /* pages/data/index.wxss */.sg-chart-box {  min-height: 90vh;  border-top-right-radius: 50rpx;  border-top-left-radius: 50rpx;  margin-top: 40rpx;}.sg-radio-group {  padding: 10rpx;  border-radius: 40rpx;}.sg-radio-group  .sg-selected {  border-radius: 40rpx;}.sg-radio-group .sg-radio {  padding: 10rpx 30rpx;}.sg-calendar {  margin-bottom: 200rpx;}.sg-chart {  width: 100%;  height: 50vh;}
 |