| | |
| | | color: #52c41a; |
| | | } |
| | | } |
| | | .mask { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | z-index: 1; |
| | | } |
| | | } |
| | | .ant-slider { |
| | | margin: 14px 0px 10px; |
| | | } |
| | | .ant-slider-track { |
| | | height: 7px; |
| | | background-color: #13C2C2; |
| | | } |
| | | .ant-slider-handle { |
| | | border-color: #13C2C2; |
| | | } |
| | | .orange { |
| | | .ant-slider-track { |
| | | background-color: orange; |
| | | } |
| | | .ant-slider-handle { |
| | | border-color: lightsalmon; |
| | | } |
| | | } |
| | | .primary { |
| | | .ant-slider-track { |
| | | background-color: #1890ff; |
| | | } |
| | | .ant-slider-handle { |
| | | border-color: #91d5ff; |
| | | } |
| | | } |
| | | .ant-slider-rail { |
| | | height: 7px; |
| | | } |
| | | } |
| | | .antd-chart-footer { |