UNPKG

@alicloud/cloud-charts

Version:

![](https://img.shields.io/npm/v/@alicloud/cloud-charts?color=%23ff8200)

60 lines 2.7 kB
@charset "UTF-8"; /* Widgets 专用字体,仅包含20个字符 */ @font-face { font-family: "TXDDINMediumNumber"; src: url("../font/txddinmedium/txddinmedium.eot"); /* IE9 */ src: url("../font/txddinmedium/txddinmedium.eot?#iefix") format("embedded-opentype"), url("../font/txddinmedium/txddinmedium.woff") format("woff"), url("../font/txddinmedium/txddinmedium.ttf") format("truetype"), url("../font/txddinmedium/txddinmedium.svg#fonteditor") format("svg"); /* iOS 4.1- */ font-style: normal; font-weight: normal; } @font-face { font-family: "TXDDINRegularNumber"; src: url("../font/txddinregular/txddinregular.eot"); /* IE9 */ src: url("../font/txddinregular/txddinregular.eot?#iefix") format("embedded-opentype"), url("../font/txddinregular/txddinregular.woff") format("woff"), url("../font/txddinregular/txddinregular.ttf") format("truetype"), url("../font/txddinregular/txddinregular.svg#fonteditor") format("svg"); /* iOS 4.1- */ font-style: normal; font-weight: normal; } /* Widgets 专用字体 2023,仅包含94个字符 1234567890qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM`~!@#$%^&*()-=_+[]{}\|;:'",.<>/? */ @font-face { font-family: "SFProMedium"; src: url("../font/SF-Pro-Medium/SF-Pro-Medium.eot"); /* IE9 */ src: url("../font/SF-Pro-Medium/SF-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/SF-Pro-Medium/SF-Pro-Medium.woff") format("woff"), url("../font/SF-Pro-Medium/SF-Pro-Medium.ttf") format("truetype"), url("../font/SF-Pro-Medium/SF-Pro-Medium.svg#fonteditor") format("svg"); /* iOS 4.1- */ font-style: normal; font-weight: normal; } @font-face { font-family: "SFProRegular"; src: url("../font/SF-Pro-Regular/SF-Pro-Regular.eot"); /* IE9 */ src: url("../font/SF-Pro-Regular/SF-Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/SF-Pro-Regular/SF-Pro-Regular.woff") format("woff"), url("../font/SF-Pro-Regular/SF-Pro-Regular.ttf") format("truetype"), url("../font/SF-Pro-Regular/SF-Pro-Regular.svg#fonteditor") format("svg"); /* iOS 4.1- */ font-style: normal; font-weight: normal; } /* 全局公用样式 */ .cloud-charts canvas { position: relative; display: block; } .cloud-charts.widgets-error-info { margin: 0; padding: 0; overflow: auto; font-size: 1em; color: var(--widgets-color-red, #e84738); } .cloud-charts ::-webkit-scrollbar { background: var(--widgets-scrollbar-bg, #ebecf0); width: 8px; height: 8px; padding: 0 3px; } .cloud-charts ::-webkit-scrollbar-corner { background: var(--widgets-scrollbar-bg, #ebecf0); border-radius: 3px; } .cloud-charts ::-webkit-scrollbar-thumb { background: var(--widgets-scrollbar-thumb, #c4c6cf); border-radius: 3px; }