UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
React-TSX
/
chart
/
chartannotations
/
src
/
App.css
14 lines
(12 loc)
•
203 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.redLabel
{
fill
:
#FF0000
;
color
:
#FF0000
;
font-size
:
11px
;
font-family
: Verdana; }
.greenLabel
{
fill
:
#89A54E
;
color
:
#89A54E
;
font-size
:
11px
;
font-family
: Verdana; }