_jquery-easy-pie-chart.scss
943 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/***
Dashboard Charts(new in v1.2.1)
***/
.easy-pie-chart,
.sparkline-chart {
text-align: center;
}
.sparkline-chart {
margin-top: 15px;
position:relative ;
}
.easy-pie-chart .number {
font-size: 14px !important;
font-weight: 300;
margin: 0 auto;
position: relative;
text-align: center;
width: 75px;
height: 75px;
line-height: 75px;
canvas {
position: absolute;
top: 0;
left: 0;
}
}
.sparkline-chart .number {
width: 100px;
margin: 0 auto;
margin-bottom: 10px;
}
.sparkline-chart .title,
.easy-pie-chart .title {
display: block;
text-align: center;
color: #333;
font-weight: 300;
font-size: 16px;
margin-top: 5px;
margin-bottom: 10px;
}
.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
color: #666;
text-decoration: none;
}
.sparkline-chart .title > i,
.easy-pie-chart .title > i {
margin-top: 5px;
}